This is not exactly a branching question. What I am attempting is something similar but not the same.
Here is the situation:
- I have a solution which has several projects. All source code is in source vault in repository_1. On my local machine the working folder is set to c:\folder_1
- I did a get latest from repository_1 to folder_2 on my machine.
- Now I add this code to repository_2.
- Now I go to another machine and using the VS IDE I try to open solution from Source Control from repository_2.
- I get error messages for each project in the solution, saying the project files could not be found.
Where am I going wrong? Anyone know the best way to do this? I should be able to put code into source control and retrieve it no matter from where and then load the solution.
Thanks.
Help with branching
Moderator: SourceGear
We're the solution / project files already bound to SCC while adding them to the repository?
If so, VS.Net is going to store some Vault related connection information within those files, thus linking them to a Vault repository.
Try removing adding the files to a repository after the project / solutions have been unbound ( SCC information removed from those files )
If so, VS.Net is going to store some Vault related connection information within those files, thus linking them to a Vault repository.
Try removing adding the files to a repository after the project / solutions have been unbound ( SCC information removed from those files )
Jeff Clausius
SourceGear
SourceGear