You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by David Rice <dr...@jcuz.com> on 2007/03/02 16:40:02 UTC

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

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