Related to How to upgrade SVN server from 1.6 to 1.7 and Will TortoiseSVN 1.7 work properly against a SVN 1.6 repository?.
Updated VisualSVN-Server to 2.6.0 (SVN 1.8) and local TortoiseSVN clients to 1.8. I've upgraded local working copies to 1.8.
My question is simply is there anything to do to the actual repository? How can you determine the repository version? Can/Does it need to be upgraded?
I can easily update the working copy, but I can't seem to find anything that mentions the actual server repository.
repo
torepo1.7
> create newrepo
>svnadmin dump repo1.7 > dumpfile
>svnadmin load repo < dumpfile
. Little terse, but manageable for the handful of repositories we have. – Digitalize