---------- Forwarded message ----------
From: himanshu padmanabhi <[EMAIL PROTECTED]>
Date: Thu, Sep 4, 2008 at 1:10 PM
Subject: SVN issue
To: [EMAIL PROTECTED], codestriker-user@lists.sourceforge.net


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
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Codestriker-user mailing list
Codestriker-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/codestriker-user

Reply via email to