How to upgrade SVN server from 1.6 to 1.7
Asked Answered
svn
A

2

15

I have SVN 1.6 in server side and TotoriseSVN 1.6 on client side, and want to upgrade to 1.7 for both of them. I think i should start from server side, does anyone know the procedure of upgrading SVN server?

Adjective answered 19/12, 2011 at 17:33 Comment(0)
B
7

You have to upgrade the existing working copies using the svn 1.7 client binaries.

run the following command for each existing repo.

svn upgrade

read here more about this http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.upgrade.html

Beshore answered 2/1, 2013 at 12:53 Comment(0)
S
6

According to the Apache Subversion 1.7 Release Notes, you just install the newest libraries and binaries on top of the older ones.

I'd have a good backup of Subversion 1.6 before I tried this.

Shick answered 19/12, 2011 at 18:6 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.