我再也看不到 .SVN 文件夹了?
我最近将我的乌龟升级到了 1.7 版.已经有一段时间我看不到 .svn 文件夹了.我以前复制文件夹复制一些代码,进入文件夹并删除复制版本的.svn,以便它认为代码是新的.我不能再这样做了:(
I recently upgraded my tortoise to version 1.7. It's been a while now I cannot see the .svn folders. I used to copy folders to replicate some code, enter the folder and delete the .svn of the copied version so that it considers the code as new. I cannot do this anymore :(
有人知道这是怎么回事吗?
Anyone knows what is going on?
Subversion 1.7 切换到单文件夹结构,就像许多 DVCSes(git、bazaar 等)一样 - 现在唯一的 .svn 文件夹在根文件夹中,其中包含结帐的所有信息.
Subversion 1.7 switched to a single-folder structure, like many DVCSes (git, bazaar, etc.) - the only .svn folder is in the root folder now, and this contains all of the info for the checkout.
您现在应该可以简单地复制文件夹并签入.
You should now be able to simply copy the folder and check it in.