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

Re: Upgrading repository version to 1.5

From: Ryan Schmidt <subversion-2008c_at_ryandesign.com>
Date: Fri, 21 Nov 2008 03:59:59 -0600

On Nov 21, 2008, at 03:41, Jemmy CP32 wrote:

> We have just upgraded Subversion in our server (Ubuntu server 8.04
> 64 bits) from 1.4.6 to 1.5.1 to get merge tracking function.
>
> Upgrading the SVN itself seems fine. "svn --version" and "svn --
> adminversion" return the version 1.5.1
>
> Then, we dump/load the repository using these commands
>
> 1. svnadmin dump repos > repos.dump
> 2. svnadmin create /newrepos
> 3. cat repos.dump | svnadmin load /newrepos
> 4. svnadmin upgrade /newrepos
> 5. chown -R www-data:www-data /newrepos (to solve permission
> problem from svnadmin upgrade)
>
> However, when I check the repository version from repository URL in
> a web browser. the repository version is still 1.4.6 (Using Apache
> server, according to : http://subversion.tigris.org/servlets/
> ReadMsg?listName=users&msgNo=83894 )
>
> I try creating a branch and do a merge. But there is no merge
> tracking function.
>
> Did I miss something?

1.4.6 is not the version of the repository; it's the version of
mod_dav_svn that's serving your repository. When you updated
Subversion from 1.4.6 to 1.5.1, it apparently did not also update
your mod_dav_svn.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-11-21 11:00:31 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.