Bug in hot-backup.py
From: Edmund Lian <elian_at_inbrief.net>
Date: 2003-02-27 02:53:49 CET
There is an assumption in hot-backup.py that causes the number of backups
# Step 8: finally, remove the repository back that's NUM_BACKUPS older
kill_rev = int(youngest) - num_backups
The problem is that step 8 assumes the revision numbers associated with a
Example: Suppose the backup directory contains: svn-208, svn-209, svn-212,
I'm wondering what is the best way to fix hot-backup.py. Any suggestions?
...Edmund.
---------------------------------------------------------------------
|
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.