Patch to hot-backup.py
From: Tim Moloney <moloney_at_mrsl.com>
Date: 2002-05-02 14:01:12 CEST
I don't know Python but I was able to modify hot-backup.py to accept
--- hot-backup.py.orig Thu Apr 11 13:56:18 2002
######################################################################
-import os, shutil, string
######################################################################
# Path to repository
# Where to store the repository backup. The backup will be placed in
# Path to svnadmin utility
######################################################################
-print "Beginning hot backup of '"+ repo_dir + "'."
+print "Beginning hot backup of '"+ repo_dir + "'."
# Step 1: get the youngest revision.
@@ -64,7 +78,7 @@
# Step 2: copy the whole repository structure.
-backup_subdir = os.path.join(backup_dir, "repo-bkp-" + youngest)
-- Tim Moloney ManTech Real-time Systems Laboratory 2015 Cattlemen Road \ / Sarasota, FL 34232 .________\(O)/________. (941) 377-6775 x208 ' ' O(.)O ' ' --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Thu May 2 14:02:36 2002 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.