Created Codestriker topic at:
http://codestriker.sourceforge.net/cgi-bin/codestriker.pl?topic=953620&action=view
User: sits
Date: 06/01/22 14:41:28
Modified: lib/Codestriker/Repository Subversion.pm
Log:
Changes to make subversion work again
Index: Subversion.pm
===================================================================
RCS file:
/cvsroot/codestriker/codestriker/lib/Codestriker/Repository/Subversion.pm,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- Subversion.pm 7 Jan 2006 03:20:07 -0000 1.11
+++ Subversion.pm 22 Jan 2006 22:41:27 -0000 1.12
@@ -163,14 +163,15 @@
$read_stderr_fh = new FileHandle;
@args = ();
- push @args, 'cat';
+ push @args, 'diff';
push @args, '--non-interactive';
push @args, '--no-auth-cache';
push @args, @{ $self->{userCmdLine} };
push @args, '-r';
- push @args, $start_tag . ':' . $end_tag,
+ push @args, $start_tag . ':' . $end_tag;
push @args, '--old';
- push @args, $self->{repository_url} . $module_name;
+ push @args, $self->{repository_url};
+ push @args, $module_name;
$pid = open3($write_stdin_fh, $read_stdout_fh, $read_stderr_fh,
$Codestriker::svn, @args);
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Codestriker-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/codestriker-commits