[svk-commit] r2366 - in branches/2.0-releng: lib/SVK
nobody at bestpractical.com
nobody at bestpractical.com
Mon Mar 26 14:29:55 EDT 2007
Author: clkao
Date: Mon Mar 26 14:29:55 2007
New Revision: 2366
Modified:
branches/2.0-releng/CHANGES
branches/2.0-releng/lib/SVK/Version.pm
Log:
SVK 2.0.1
Modified: branches/2.0-releng/CHANGES
==============================================================================
--- branches/2.0-releng/CHANGES (original)
+++ branches/2.0-releng/CHANGES Mon Mar 26 14:29:55 2007
@@ -1,6 +1,8 @@
-[Changes for 2.0.1 - 23 Mar, 2007]
+[Changes for 2.0.1 - 26 Mar, 2007]
Mirror subsystem
+ * You can now use $SVKNORAREPLAY forcing svk to use old SVN::Mirror
+ for sync.
* Fix a bug when mirroring partial repository with copies, the from
revision number might not be exactly the ones we have mirrored.
* In the pipelined sync editor, use pool more wisely for invoking
Modified: branches/2.0-releng/lib/SVK/Version.pm
==============================================================================
--- branches/2.0-releng/lib/SVK/Version.pm (original)
+++ branches/2.0-releng/lib/SVK/Version.pm Mon Mar 26 14:29:55 2007
@@ -50,7 +50,7 @@
# END BPS TAGGED BLOCK }}}
package SVK;
-use version; our $VERSION = qv(2.0.0_91);
+use version; our $VERSION = qv(2.0.1);
=head1 NAME
More information about the svk-commit
mailing list