Skip to content
Snippets Groups Projects
Commit 2d96b777 authored by micah's avatar micah :speech_balloon:
Browse files

Updated svn handler for new hotcopy functionality

parent e005e25e
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,8 @@ version 0.9.1 -- unreleased ...@@ -6,6 +6,8 @@ version 0.9.1 -- unreleased
added makecd ninjahelper added makecd ninjahelper
(thanks to Stefani stefani@riseup.net) (thanks to Stefani stefani@riseup.net)
made ninjahelper create files with mode 600 rather than 000 made ninjahelper create files with mode 600 rather than 000
changed subversion handler to use svnadmin hotcopy instead of
the unsupported hot-copy.py script, which was moved in Debian
version 0.9 -- October 19 2005 version 0.9 -- October 19 2005
*** IMPORTANT CHANGE, UPGRADE AT ONCE *** *** IMPORTANT CHANGE, UPGRADE AT ONCE ***
......
...@@ -17,6 +17,9 @@ ...@@ -17,6 +17,9 @@
# tmp = /var/backups/svn.tmp # tmp = /var/backups/svn.tmp
## the hotbackup program to use. ## the hotbackup program to use.
## svnadmin hotcopy now exists, the following script is located
## in /usr/share/doc/subversion/examples now if you wish to use
## it instead
# HOTBACKUP = /usr/lib/subversion/hot-backup.py # HOTBACKUP = /usr/lib/subversion/hot-backup.py
## the name of the vserver containing svn, if using vservers ## the name of the vserver containing svn, if using vservers
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
getconf src /var/lib/svn getconf src /var/lib/svn
getconf dest /var/backups/svn getconf dest /var/backups/svn
getconf tmp /var/backups/svn.tmp getconf tmp /var/backups/svn.tmp
getconf HOTBACKUP /usr/lib/subversion/hot-backup.py getconf HOTBACKUP "/usr/bin/svnadmin hotcopy"
getconf vsname getconf vsname
error=0 error=0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment