I was using the TortoiseSVN 1.7.11 client (Windows 7). I updated it to 1.8 and then it worked for some time with the 1.8 release. But other machines with which I'm working are still using 1.7.11, and I can't upgrade them so I thought of downgrading to 1.7.11. Now it's not working at all. I took a fresh checkout and it still asks to upgrade the working copy.
When I click this option, it says "can't upgrade as it is not a pre-1.7 working copy directory. Missing default entry. I tried removing registries and delete configuration information from %appdata%
folder too, but it doesn't fix the issue.
For people who don't read the comments first.
Ther is no need to check out to a separate directory and lose local changes.
After downgrading to TortoiseSVN 1.7 it is possible to recreate the SVN 1.7 format by:
Removing all the .svn directories
for /d /r . %d in (.svn) do @if exist "%d" rd /s/q "%d"
Checkout using --force
:
svn co --force <repo_url> <local_dir>
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