[csw-announce] ANNOUNCE: Subversion 1.1.4

Cory Omand comand at blastwave.org
Fri Apr 29 20:12:03 CEST 2005


New packages for subversion 1.1.4 (including pm_subversion, pysvn,
javasvn, and ap2_subversion) are now available.  The new package
is linked against BerkeleyDB 4.3.27 (bdb43).

This upgrade requires no further action if deployed for client use
only.  For server use, any repositories created with previous
versions of the Blastwave subversion package will require a
dump/load, as outlined in the following procedure:

$ mv /path/to/repo /path/to/repo.bak
$ su - <svn user>
$ svnadmin create /path/to/repo
$ svnadmin dump /path/to/repo.bak | svnadmin load /path/to/repo
$ svnadmin verify /path/to/repo
# ... verify that you are able to access the new repo
$ rm -r /path/to/repo.bak

This will re-create your subversion repository.  Note that the
create/dump/load must be done as the user which manages the
repository, or permission issues may prevent access to the rebuilt
repository.  For additional information, please see:

http://svnbook.red-bean.com/en/1.1/ch05s03.html#svn-ch-5-sect-3.5
http://subversion.tigris.org/faq.html

-- 
Cory Omand <comand at blastwave.org>
Blastwave




More information about the announce mailing list