Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 ubuntu 并想知道除了进入项目内部并删除项目中每个子文件夹的每个 .svn 文件夹之外,是否还有其他程序或命令来破坏特定项目的 SVN 链接。
这种方法非常耗时,是不是耗时较少的方法?
试用export实用程序svn
export
svn
svn export /path_of_your_working_copy /path_to_plain_copy
然后只需删除旧的工作副本。
对于使用 TortoiseSVN 的 Windows 环境,可以这样做
TortoiseSVN > export...