5

I'm new to Visual Studio 2010 and to VisualSVN. I've found how to share a project (a solution in fact): right click on the Solution > VisualSVN > Add Solution to Subversion. It works fine. Now I regret and I'd like to unbind this solution from SVN, and continue working standalone on my project. How do I do that?

Many thanks guys.

John Rizzo
  • 771
  • 2
  • 10
  • 19

1 Answers1

7

You can manually delete the folders .svn or _svn in your solution to unbind the solution from SVN repository

mariocase84
  • 436
  • 2
  • 3