David Rice <dr-svn@jcuz.com>


Found
r863635

r863635 | mf | 2007-03-04 18:26:50 +0000 (Sun, 04 Mar 2007)

Use the real filename possibly including zip extension for transfers too.

Found by: David Rice <dr-svn@jcuz.com>

* tools/server-side/svn-backup-dumps.py
  (SvnBackupOutput.__init__, SvnBackupOutputPlain.__init__,
   SvnBackupOutputGzip.__init__, SvnBackupOutputBzip2.__init__):
  Replace absfilename by abspath and filename.
  (SvnBackupOutputPlain.open, SvnBackupOutputGzip.open,
   SvnBackupOutputBzip2.open): Open absfilename.
  (SvnBackupOutput.get_absfilename): New function.
  (SvnBackup.create_dump): Cleanup the use of realfilename and absfilename.