View Single Post
  #1  
Old 03-17-2010, 03:49 AM
DavidNL DavidNL is online now
Registered User
 
Join Date: 09-12-2008
Posts: 6
Question Visual Studio -> Change SourceControl

Hi,

After sharing & branching a project with Visualbuild's Sourcesafe action we always need to manually open the branched project in Visual Studio 2008 to execute "File -> Source Control -> Change Sourcecontrol" to make the solution point to the correct (branched) Sourcesafe project.

Can this be automated with Visualbuild somehow?


Example:
1. We share and branche "$\MyApplication" to "$\MyApplication\Released\MyApplicationV1"
2. If i now open "X:\MyApplication\Released\MyApplicationV1\MyAppli cation.sln" its still pointing to the sourcesafe project "$\MyApplication" (which is not correct).
3. So i have to manually go to "File -> Source Control -> Change Sourcecontrol" to point it to "$\MyApplication\Released\MyApplicationV1"

Its step 3 i would like to do with Visualbuild.


Regards,
David.
Reply With Quote