Visual Sourcesafe, sharing: commits to wrong location
Posted
by Snake
on Stack Overflow
See other posts from Stack Overflow
or by Snake
Published on 2010-04-22T12:55:48Z
Indexed on
2010/04/22
14:13 UTC
Read the original article
Hit count: 643
vss
I have a project under my management.
It has the following structure:
$/Code/MainSolution $/Code/Branches
I want to branch the MainSolution in $/Code/Branches
So I do it, (it works perfectly), I set a working folder for that project and do a 'get latest'.
But when I open that solution in Visual Studio 2005 it identifies every file as new (+ sign in front of the file) and when I commit it it goes to
$/Data/NameOfTheBranch
Why does it do that? Why doesn't it follow MY rules?
© Stack Overflow or respective owner