Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VisualSVN - unbind solution/project from SVN

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.

like image 920
John Rizzo Avatar asked Apr 06 '11 14:04

John Rizzo


1 Answers

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

like image 157
mariocase84 Avatar answered Sep 28 '22 01:09

mariocase84