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

Re: hot-backup.py problem?

From: John Peacock <jpeacock_at_rowman.com>
Date: 2004-05-03 21:54:27 CEST

Toby Watson wrote:

> underneath a root of /svn, e.g. /svn/repoone /svn/repotwo etc.
>
> If I run ./hot-backup.py /svn /tmp/testbac, for example, I get:

hot-backup.py assumes you are passing it the toplevel directory of a repository,
not some random directory above that in the tree. Try something like this:

        cd /svn
        ls | xargs -i ./hot-backup.py /svn/\{} /tmp/testbac/\{}

NOTE: NOT TESTED! You need to figure out a way to call the hot-backup script on
each repository independently.

HTH

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon May 3 21:55:10 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.