[Codestriker-user] SVN issue
Brought to you by:
sits
|
From: himanshu p. <him...@gm...> - 2008-09-04 07:47:06
|
---------- Forwarded message ----------
From: himanshu padmanabhi <him...@gm...>
Date: Thu, Sep 4, 2008 at 1:10 PM
Subject: SVN issue
To: si...@us..., cod...@li...
Hi ,
I am facing severe problem while using codestriker-1.9.6(with mysql
database) with svn.
I want to compare latest version of SVN with the working copy.Dont want to
specify "start or end tag".
"Default HEAD ticking" also requires start/end tag.
documentation says codestriker internally fires "*svn diff --non-interactive
-r START_TAG:END_TAG --old repository_url MODULE*" and *generates the diff
output which can be also done by manually firing "svn diff..." and browsing
the diff file.
*So* command I want is "svn diff -r HEAD $module_name".*
I tried many options,also changed the "Subversion.pm" file to
if (defined $revision) {
.......
} else {
....
push @args, 'diff';
push @args, '-r';
push @args, 'HEAD';
push @args, $module_name;
Codestriker::execute_command($read_stdout_fh, $stderr_fh,
$Codestriker::svn, @args);
...
}
But "Codestriker::execute_command($read_stdout_fh, $stderr_fh,
$Codestriker::svn, @args);" *hangs out*
.
Please help.
--
Regards,
Himanshu Padmanabhi
--
Regards,
Himanshu Padmanabhi
|