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

[PATCH] Re: hot-backup.py patch that fell through the cracks

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2003-03-06 22:58:50 CET

Just reposting with the "[PATCH]" subject, in case anyone's doing
automated grepping :-).

-K

Michael Price <mprice@atl.lmco.com> writes:
> 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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 6 23:35:36 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.