Integrate Vault with VC++ 6.0
Moderator: SourceGear
Integrate Vault with VC++ 6.0
Could you please direct me the proper way to integrate Vault with VC++ 6.0?
We have multiple developers working on the same project but each of us have our own branch of the project. Recently I merged someone's branch into mine but when I tried to checkout files from VC++ IDE, it keeps trying to check them out from the other guy's branch. I tired to modify the dsp file directly to point to my branch but it is still not working.
We have multiple developers working on the same project but each of us have our own branch of the project. Recently I merged someone's branch into mine but when I tried to checkout files from VC++ IDE, it keeps trying to check them out from the other guy's branch. I tired to modify the dsp file directly to point to my branch but it is still not working.
This is a known problem in Visual Studio (branching still checks out files in the trunk). See http://support.sourcegear.com/viewtopic.php?t=1917 for more details - it is the mssccprj.scc file you need to update, but the unbinding and rebinding also do the trick.
I modified the project path in MSSCCPRJ.SCC file manually but the weird thing is after the project is open in VC++, the path in the file is changed back to the wrong branch by itself! And of course, the files are still checked out from the wrong path in VC++ IDE.
Why just opening the project would change the content in MSSCCPRI.SCC??
Why just opening the project would change the content in MSSCCPRI.SCC??