[svk-commit] r3034 - trunk/lib/SVK
nobody at bestpractical.com
nobody at bestpractical.com
Thu Jul 31 18:16:40 EDT 2008
Author: clkao
Date: Thu Jul 31 18:16:39 2008
New Revision: 3034
Modified:
trunk/lib/SVK/Path.pm
Log:
disable tee editor when committing for win32, as the binding
wrapper for relevant functions are built incorrectly in the
subversion win32 binary.
Modified: trunk/lib/SVK/Path.pm
==============================================================================
--- trunk/lib/SVK/Path.pm (original)
+++ trunk/lib/SVK/Path.pm Thu Jul 31 18:16:39 2008
@@ -271,7 +271,7 @@
my $use_tee;
my $post_handler;
if ($m) {
- $use_tee = !$arg{notee} &&
+ $use_tee = !IS_WIN32 && !$arg{notee} &&
SVN::TxDelta->can('invoke_window_handler') &&
$m->_backend->has_replay;
my $mcallback = sub {
More information about the svk-commit
mailing list