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

Upgrading repository version to 1.5

From: Jemmy CP32 <highwind_th_at_hotmail.com>
Date: Fri, 21 Nov 2008 09:41:57 +0000

 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?
 
ps. Later, I install fresh SVN 1.5 on Windows on my pc, then load/dump/upgrade svn1.4's repository with step 1-4. And it works fine, I got the merge tracking function.
 
Thank you in advance
Chadchapol Vittavutkarnvej
_________________________________________________________________
Discover the new Windows Vista
http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QBRE
Received on 2008-11-21 10:42:17 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.