I am implementing the use of Subversion as a source control tool for my projects, but I made some mistakes when determining what structure to use. So I added version control to some folders (projects), that I would like to undo.

How do I do that? Do I have to copy the folder, delete the original and add source control to the new one?

I use TortoiseSVN and Visual Studio 2008

最佳答案

只需删除文件夹及其所有子文件夹中的.svn文件夹。

一种更简单的方法是使用TortoiseSVN导出文件夹。

关于svn - 从项目(Visual Studio/TortoiseSVN)中删除Subversion sourcecontrol ,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/654296/

10-13 07:31