visual studio 2010 - VS2010 & SourceSafe 2005 - Logging into SourceSafe from the command line? -


i have custom application brings several resources , builds visual studio project exe file can use upgrade company's website , database. custom app uses system.diagnostics.process in couple of places access sourcesafe, use command ss ... -y, log sourcesafe , process events works expect. i'm not logged company's domain why manually logging sourcesafe.

now when part start building vs2010 project, i'm using command devenv /build release /out ..\log.txt /project <myproject> not build project, , log file shows error...

the following files specified on command line: <path vs project> these files not found , not loaded.

the path project correct , if run command window loads project, asks sourcesafe credentials , builds. question is... there way can log sourcesafe using command line above, or adding processinfo parameters before execute command line?

you may check out thread below , see if helps: http://social.msdn.microsoft.com/forums/en/vssourcecontrol/thread/8d00f574-7d9d-4a0d-aa0a-4c7832df0379


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -