[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

hot-backup.py patch that fell through the cracks

From: Michael Price <mprice_at_atl.lmco.com>
Date: 2003-03-06 22:22:57 CET

I think this hot-backup.py patch fell through the cracks. Everyone saw
that all of the others had already been applied and assumed this one had
as well. I think it needs to go in.

Michael

==========

Index: tools/backup/hot-backup.py.in
===================================================================
--- tools/backup/hot-backup.py.in (revision 5219)
+++ tools/backup/hot-backup.py.in (working copy)
@@ -49,7 +49,7 @@
 
 # Path to repository
 repo_dir = sys.argv[1]
-repo = os.path.basename(repo_dir)
+repo = os.path.basename(os.path.abspath(repo_dir))
 
 # Where to store the repository backup. The backup will be placed in
 # a *subdirectory* of this location, named after the youngest

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 6 22:24:22 2003

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.