I have used TortoiseSVN for a long time.
And I started using AnkhSVN yesterday.
and after that hidden “.svn” in every sub-folders are deleted.
I googled it for some time, but I failed to find it.
“.svn in every folder” is not necessary anymore?
Thank you.
It’s likely a result of AnkhSVN using SVN 1.7 and Tortoise was not (though the new versions of Tortoise do).
http://subversion.apache.org/docs/release-notes/1.7.html#wc-ng
In 1.7, the .svn directory is no longer in every versioned directory and just in the root
“A key feature of the changes introduced in Subversion 1.7 is the centralization of working copy metadata storage into a single location. Instead of a .svn directory in every directory in the working copy, Subversion 1.7 working copies have just one .svn directory—in the root of the working copy.”