Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
backupninja
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lyz
backupninja
Commits
2d96b777
Commit
2d96b777
authored
19 years ago
by
micah
Browse files
Options
Downloads
Patches
Plain Diff
Updated svn handler for new hotcopy functionality
parent
e005e25e
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+2
-0
2 additions, 0 deletions
ChangeLog
examples/example.svn
+4
-1
4 additions, 1 deletion
examples/example.svn
handlers/svn
+1
-1
1 addition, 1 deletion
handlers/svn
with
7 additions
and
2 deletions
ChangeLog
+
2
−
0
View file @
2d96b777
...
@@ -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 ***
...
...
This diff is collapsed.
Click to expand it.
examples/example.svn
+
4
−
1
View file @
2d96b777
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
handlers/svn
+
1
−
1
View file @
2d96b777
...
@@ -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 hotco
py
"
getconf vsname
getconf vsname
error=0
error=0
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment