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