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

svn-backup-dumps.py while using bzip (or gzip) results in incorrect filename on destination ftp server

From: David Rice <dr-svn_at_jcuz.com>
Date: 2007-03-01 16:19:39 CET

When using svn-backup-dumps.py with the bzip flag (-b) and the transfer
using ftp the resultant file on the ftp server is missing the .bz2
extension. I verified that it is definitely sending the bzipped file by
comparing the files md5sum. Just the filename is wrong.

Local filename:
<REPO>.000000-000499.svndmp.bz2

Remote filename:
<REPO>.000000-000499.svndmp

Command:
svn-backup-dumps.py -b -c 500 -t ftp:<IP>:anonymous:anonymous@:<DEST
DIR> <REPO>

~David Rice

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Mar 4 15:16:23 2007

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.