[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-02 17:40:02 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
Received on Fri Mar 2 17:41:49 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.