[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Upgrade Subversion Repository from 1.5 into 1.8

From: Pavel Lyalyakin <pavel.lyalyakin_at_visualsvn.com>
Date: Mon, 16 Dec 2013 17:54:32 +0400

Hello,

On Mon, Dec 16, 2013 at 5:21 PM, Krishnamoorthi Gopal
<krishnamoorthi_at_vernal.is> wrote:
>
> Is this true - Subversion 1.8 can only upgrade working copies created with Subversion 1.6 and Subversion 1.7
>
> Currently we have Subversion 1.5 and want to move that into Subversion 1.8.,...............Please advise.

Make sure not to confuse *a repository* with *a working copy*!
* Repository: http://svnbook.red-bean.com/en/1.7/svn.basic.version-control-basics.html#svn.basic.repository
* Working copy:
http://svnbook.red-bean.com/en/1.7/svn.basic.version-control-basics.html#svn.basic.working-copy

It's common for new Subversion users to confuse these terms. Generally
speaking, repository is a server-side entity while working copy is a
user's local private working copy. (I guess that there is some
confusion since the subject has "repository" and the email text refers
to "working copy").

* If you are asking about repositories.
You can use your existing repositories with Subversion 1.8 server.
Though, if you want to benefit from some newer Subversion features,
you need to upgrade your repositories. See Compatibility Concerns
section in Subversion 1.8 Release Notes at
http://subversion.apache.org/docs/release-notes/1.8.html#compatibility

* If you are asking about working copies.
If you upgrade your clients to Subversion 1.8, users will need to
upgrade their working copies to newer format. They can simply checkout
new working copies as well.
http://subversion.apache.org/docs/release-notes/1.8.html#wc-upgrade
See "Upgrading the Working Copy" Release Notes section at
http://subversion.apache.org/docs/release-notes/1.8.html#wc-upgrade

Thank you.

-- 
With best regards,
Pavel Lyalyakin
VisualSVN Team
Received on 2013-12-16 14:55:47 CET

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.