Pascal d'Hermilly <pascal@tipisoft.dk>


Suggested
r862314

r862314 | dlr | 2006-11-09 00:57:23 +0000 (Thu, 09 Nov 2006)

Let's actually report errors encountered when determining the youngest
revision in the repository which is the target for backup.  This also
handles cases like a bad path for our 'svnlook' binary.

* tools/backup/hot-backup.py.in
  (get_youngest_revision): New function to get the youngest revision.
  (Step 1): Leverage get_youngest_revision().  Now with error handling!

Suggested by: Pascal d'Hermilly <pascal@tipisoft.dk>