You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "Oxley, David" <Da...@workplace-systems.plc.uk> on 2003/02/06 10:20:21 UTC

Backup help

My backups have started failing since upgrading to 0.17.1. Any ideas?

 

[root@spweb root]# /usr/local/subversion/bin/hot-backup.py /var/repos
/var/repos-bkup

Beginning hot backup of '/var/repos'.

Traceback (most recent call last):

  File "/usr/local/subversion/bin/hot-backup.py", line 73, in ?

    youngest = string.strip(stdout_lines[0])

IndexError: list index out of range

[root@spweb root]#

 

 

Dave Oxley
Development Team Leader

Workplace Systems Plc
* +44 (0)118 9515 755
*  <ma...@workplace-systems.plc.uk>
david.oxley@workplace-systems.plc.uk
*  <http://www.workplace-systems.plc.uk/>
http://www.workplace-systems.plc.uk

 

There was once a young man who, in his youth, professed his desire to become
a great writer. 
When asked to define great, he said, "I want to write stuff that the whole
world will read, stuff that people will react to on a truly emotional level,
stuff that will make them scream, cry, howl in pain and anger!" 
He now works for Microsoft writing error messages.

 

Workplace Systems plc, Precedent Drive, Rooksley, Milton Keynes, MK13 8PP.
Registered in England No. 2016236 

Unless expressly stated the views expressed in this email may not be the
views of Workplace Systems plc and the company, its directors, officers or
employees accept no liability for its contents. Unless expressly stated no
contracts may be concluded on behalf of Workplace Systems plc by means of
e-mail communication.

This e-mail, and any attachments are strictly confidential and intended for
the addressee(s) only. If they have come to you in error you must take no
action based on the contents, nor may you copy or show them to anyone.
Please notify the sender of the error by return email. Please ensure you
have adequate virus protection before you open or detach any documents from
this transmission. Workplace Systems plc does not accept any liability for
viruses.

 



________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Re: Backup help

Posted by cm...@collab.net.
"Oxley, David" <Da...@workplace-systems.plc.uk> writes:

> My backups have started failing since upgrading to 0.17.1. Any ideas?
> 
>  
> 
> [root@spweb root]# /usr/local/subversion/bin/hot-backup.py /var/repos
> /var/repos-bkup
> 
> Beginning hot backup of '/var/repos'.
> 
> Traceback (most recent call last):
> 
>   File "/usr/local/subversion/bin/hot-backup.py", line 73, in ?
> 
>     youngest = string.strip(stdout_lines[0])
> 
> IndexError: list index out of range
> 
> [root@spweb root]#

Did you upgrade your hot-backup.py script?  It should be using
'svnlook youngest', not 'svnadmin youngest' -- is this the case?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org