ports/73982: upgrade of apr to use DB4.2 broke subversion server

Herve Quiroz hq at FreeBSD.org
Tue Nov 16 01:53:25 UTC 2004


Synopsis: upgrade of apr to use DB4.2 broke subversion server

Responsible-Changed-From-To: freebsd-ports-bugs->lev
Responsible-Changed-By: hq
Responsible-Changed-When: Tue Nov 16 01:48:28 GMT 2004
Responsible-Changed-Why: 
Over to maintainer.

Just my two cents: maybe the comments from this PR should be indicated in
UPDATING as a workaround for when something did break. AFAIK the "correct"
method when upgrading is (and should effectively be indicated in UPDATING):

$ svnadmin dump <repo-path> >/tmp/dbdump

<Upgrade the Subversion port>

$ svnadmin create <repo-path>
$ svnadmin load /tmp/dbdump

Further info here:
http://svnbook.red-bean.com/en/1.0/ch05s03.html#svn-ch-5-sect-3.5

Herve


http://www.freebsd.org/cgi/query-pr.cgi?pr=73982



More information about the freebsd-ports-bugs mailing list