Click here to Skip to main content
Click here to Skip to main content

TFS Proxy Efficiency Testing

By , 26 Sep 2008
 
rem @ECHO OFF
@setlocal

@SET Getpath="C:\Temp\tfsProxyTest1\"
ECHO Trying TFS diff...
ECHO.

@IF NOT [%1]==[] (@echo set proxy
  @set TFSPROXY=http://my_tfs_proxy:8081)

@cd %Getpath%

@set t1=%time%
tf diff %Getpath%*.cs /login:my_tfs_server\user_name,password /recursive /noprompt /format:Brief
echo %t1%
echo %time%

@set TFSPROXY=
ECHO.

ECHO TFS diff completed...
@endlocal

By viewing downloads associated with this article you agree to the Terms of use and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

Max Paulousky
Team Leader www.maxpaulousky.com
Belarus Belarus
Max currently is a senior developer at software company.
 
He lives with his wife Tatiana and son Zakhar (4 yrs) in Minsk, Belarus, but they dream to live in New Zealand.

Permalink | Advertise | Privacy | Mobile
Web03 | 2.6.130617.1 | Last Updated 26 Sep 2008
Article Copyright 2008 by Max Paulousky
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid