[svk-commit] r2678 - branches/mirror-boostrap/lib/SVK
nobody at bestpractical.com
nobody at bestpractical.com
Tue Jan 15 09:08:30 EST 2008
Author: clkao
Date: Tue Jan 15 09:08:29 2008
New Revision: 2678
Modified:
branches/mirror-boostrap/lib/SVK/Mirror.pm
Log:
Note that we need newer SVN::Dump
Modified: branches/mirror-boostrap/lib/SVK/Mirror.pm
==============================================================================
--- branches/mirror-boostrap/lib/SVK/Mirror.pm (original)
+++ branches/mirror-boostrap/lib/SVK/Mirror.pm Tue Jan 15 09:08:29 2008
@@ -237,6 +237,8 @@
sub bootstrap {
my ($self, $dumpfile) = @_;
# XXX make these all 'require' not 'use' and fail optionally
+ # XXX requires unreleased SVN::Dump that removes binmode() in ::reader
+ # for compressed streams to work
use SVN::Dump;
use PerlIO::via::Bzip2;
use PerlIO::gzip;
More information about the svk-commit
mailing list