I’m about to upgrade a SVN server from version 1.5.5 to 1.6.5 – all is fine with the actual upgrade, but I’m a little confused about upgrading the actual repositories.
I’ve read in a few places (here, here), that it’s better to dump and reload the repositories rather than using svnadmin upgrade. I assume that I should dump, upgrade the server and then load the dumps back in – however, should I clear the old files out of the repository before loading? If so, what’s the best way to do this?
If, before I thoroughly screw up my version control system, someone could give me a quick step-by-step, it would be really helpful!
Cheers,
Mark
there is a quick step-by-step in the Subversion FAQ:
more details on dumping and loading in the Subversion book. i assume you studied the subversion 1.6 release notes.