svn - How to get out of subversion source control in visual studio? -
I have a solution that is a controlled source with Subversion and NSVN in Visual Studio 2008, but I Would you like to delete it, how can I do this?
SVN, in opposition to dangerous VSS, does not disorder your project files with its "binding": It places all the code inside each version-controlled directory in .svn or _svn . Thus, the removal of all these folders effectively means to "remove" the version control from a project.
This is tedious, however, so SVN has a special order that "either" exports the specified directory tree from the specified directory, the URL "or" exports the clear directory tree from the working copy. ".
Comments
Post a Comment