Re: Upgrade Subversion from 1.5 to 1.9
From: <jblist_at_icloud.com>
Date: Mon, 21 Mar 2016 12:58:45 -0700
> On Mar 21, 2016, at 10:33 AM, Safarulla Meerasahib <safarulla.meerasahib_at_oracle.com> wrote:
There is a difference between upgrading the repository and upgrading a working copy. As long as all the code has been committed to the repository, you can simply check out a new working copy using the new client and not be concerned.
Upgrading a repository is a not an issue either since the server is quite forward compatible. That said, if your old repository is based on BerkeleyDB you will need to ensure that the new version of SVN is also built to use BDB. Alternatively, you can perform "svnadmin dump" on the old repository and use "svnadmin load" on the new to transform your repository regardless of the storage method.
So, make sure you understand the difference between a repository and a working copy.
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.