Friday, July 11, 2008 10:12 PM
Christian J. Thilmany
Bypassing Prompt using VSSConverter Utility When Converting From VSS to TFS
http://www.epocalipse.com/blog/2006/04/05/vssconverter-tip/
If you need to run VSSConverter (The command line utility to migrate SourceSafe projects to Team Foundation Source Control ) from a batch file and you don’t want the utility to prompt for the VSS admin password, you can set the environment variable SourceSCMPasswd to the admin password and set HATCONTESTING to “yes”
vssconv.bat:
set SourceSCMPasswd=VssPassword
set HATCONTESTING=yes
vssconverter.exe migrate settings.xml
Anonymous comments are disabled
About Christian J. Thilmany
Christian was a technology architect for Microsoft's Technology Center in Austin. He has over 19 years experience in software development (over 8 years with Microsoft). Lately he has specialized in UX, Web Development, AJAX, Silverlight, SOA, SaaS, and Smart Client Technolgies.
Currently Christian is now working for Microsoft's Developer & Platform Evangelism Group focusing on developer tools and application lifecycle management.