How can I see which source safe project is linked to a Visual Studio solution?

Is it possible to check which original safe project is linked to my vs .net solution?

When I scan the file in vs .net then find the file in safe source, it seems to be checking the file from another project. When I look at the directory in the 'set working folder' it looks ok.

0


source to share


2 answers


File> Source Control> Change Source Control ... shows the bindings for your code.



+1


source


In visual studio, under the file or edit menu (I think it is the file menu) there is a menu item that says "Source Control" ... Underneath it is the Change Control Source submenu there ...



0


source







All Articles