2

I would like to update my Subversion server to a new version and don't find any documentation on this, so I'm asking this.

How can I update Subversion (1.4.6 to 1.6.3) on Linux the easiest way?

What can be harmed there? Keyword: APR etc.

The distro is RHEL and has no access to the internet.

Any help or warnings are appreciated.

3 Answers3

4

Typically you install the lastest version of subversion, then run "svnadmin upgrade" (which often does nothing at all - repository format upgrades are rare).

You should, of course, take a backup first.

The upgrade notes are part of the release notes.

gbjbaanb
  • 3,892
  • 1
  • 23
  • 27
1

Not my answer, but I did come across this the other day:

And for SVN database upgrade, you better "svnadmin dump" your repository(es) using current server installation, then prepare an upgrade, make test repository, check that it working fine, then restore your actual repos.

sb

0

WAndisco Subversion Binaries have autoupdate capability:

Free Download: http://www.wandisco.com/subversion/os/downloads

  • Whilst this may theoretically answer the question, [it would be preferable](http://meta.stackexchange.com/q/8259) to include the essential parts of the answer here, and provide the link for reference. – Scott Pack Dec 05 '12 at 16:09