Is there a way to change the .svn
folder to a different path, outside of the project's folder?
This is because I don't want to include this folder in my local and cloud backups.
Today my project's folder structure is like that:
C:\myproject
C:\myproject\.svn
What I want is something like this:
C:\myproject
C:\otherfolder\.svn
The short answer: Every SVN working copy of a repository has an .svn directory in the root directory of the working copy.
The .svn directory indicates that it is an SVN working copy. Without this directory you just have an export of your SVN repository as all SVN tools require the .svn directory to work.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With