Unbind project
-
Hello Everyone, I currently have a couple of Visual Studio .NET 2003 projects. I wanted to unbind all my projects that are currently bound with Visual Sourcesafe. I know I can do it from Source Control option, but this will require me to open all each project in Visual Studio IDE and do the task manually. I am thinking on writing a .VBS to automate this task. Does anyone know what are the commandlines or possible solution for this?
S o h a i l K a d i w a l a
To Err Is Human; to Debug, Divine -
Hello Everyone, I currently have a couple of Visual Studio .NET 2003 projects. I wanted to unbind all my projects that are currently bound with Visual Sourcesafe. I know I can do it from Source Control option, but this will require me to open all each project in Visual Studio IDE and do the task manually. I am thinking on writing a .VBS to automate this task. Does anyone know what are the commandlines or possible solution for this?
S o h a i l K a d i w a l a
To Err Is Human; to Debug, DivineHi Since the sourcesafe is add his code in the .sln and .vbproj file. so you have to remove that code as well as you have to delete files with extension .vssscc and .vspscc. Then your solutions as well as project is free from sourcesafe.. Regards :)
Tushar kothari