vote up 0 vote down star

Is there a way to tell Visual Studio 2005 to just ignore source control binding when opening a solution? I sometimes need to load a solution for which I don't have access to the source control server, but Visual Studio insists on trying to connect anyway, meaning I have to click "temporarily work offline in disconnected mode" for every project in the solution (of which there are about 20) as it loads. For some reason, it also tries to check each project out immediately after I've told it to work offline, so I have to click past that dialog box too.

As I will never need to edit anything in this solution, is there any way I can open it and have Visual Studio just ignore the fact it has source control bindings in it?

Edit: Ideally, I'd like a way to do this without having to change the project/solution files. They change fairly frequently, so I'd have to redo any changes every time there was a new version (otherwise I'd just unbind them once and it wouldn't be a problem).

Thanks for the replies so far.

flag

80% accept rate

3 Answers

vote up 0 vote down

The source control bindings are stored in Visual Studio solution file (.sln). For TFS for example, it contains a global section for TFS information and the solution projects added to TFS. You can edit the solution file to remove these bindings manually. I would suggest making a copy of the solution file first. However, I would recommend removing bindins via Visual Studio. Open your solution and go through the offline scenario. Then go to File/Source Control/Change Source Control (VS 2008) to bring up the UI that shows you the source control bindings in your solution. There you can manage the bindings including unbinding them. Once unbound, the next time you open the solution, VS should not have a need to access the source control.

link|flag
vote up 0 vote down

We don't run visual source safe where I work now, so I can't check, but I think you can delete or rename all files with extension of .vcss or something. The extension as a couple of s's in. You may also need to update your sln file but that can be done easily with a regex and a small custom utility.

link|flag
vote up 0 vote down

Try opening the Options dialog (under Tools > Options.) From there you have a Source Control section, with Plug-in Selection as the first sub-item. If you set the "Current source control plug-in" to "None" you might be able to stop the auto-checking.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.