visual studio 2012 - How to Get specific version of solution when there are multiple solution? -
i have multiple solutions in folder. example c:\code -solution1.sln -solution2.sln -solution3.sln -[all other project files/folders belongs above solution, etc]
note having these solutions in separate folders not option me.
assume if open 1 solution in vs2012 (i.e solution1.sln). right click on solution , select source control -> specific version... select type "latest version", , tick 2 check boxes a. overwrite writable files not checked out b. overwrite files if local version matches
and press "get" button.
the problem operation gets latest files c:\code folder - ones not belongs current opened solution (solution1.sln). replaces files solution2 , solution3. there way can configure tfs solution1 file? i'm using tfs2012
update: please see sample structure below.
okay. have move solution files solution folder solve problem. tfs trying files solution folder , sub folder. that's why having issue. create folder called solution, can create inside code folder or outside. open solution1 file in vs2012 , select solution file , choose file -> save solution1.sln , save in solutions directory. repeat same solution files.
once happy new solution files solutions directory, delete old solutions files form code directory.
Comments
Post a Comment