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

A question about svn-backup-dumps.py

From: Tremal Naik <tremalnaik_at_gmail.com>
Date: 2007-05-24 12:52:57 CEST

Hello,
I'm using the script svn-backup-dumps.py which I downloaded from

http://svn.collab.net/repos/svn/trunk/tools/server-side/svn-backup-dumps.py

I read the user guid at the beginning, but I have some problems with
the '-c' option. If I invoke it as

svn-backup-dumps.py -c 1000 <repos> <dumpdir>

it behaves as expected, but if I set a lower count, say

svn-backup-dumps.py -c 200 <repos> <dumpdir>

It behaves strangely, i.e. it restart the dump from the revision 0
every time I invoke it (if HEAD is 1160 and the last backup generated
all the files the second invocation should start from revision 1000,
isn't it? - I don't remove the old files from the dump directory), or
it start dumping in an opposite order (if HEAD is 1200 it generates
first the dump for the revisions 1000-1200 then those for 800-1000 and
so on).

Did anyone else experiment such troubles? Maybe it's me who is unable
to call it properly.

thanks

-- 
TREMALNAIK
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 24 12:53:22 2007

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.