How do you expect codestriker, on the web server, to be able to diff 
anything against your local working copy?  You'll need to do your diff 
locally and provide the diff when creating your Topic.

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

-- 
Mark Keisler
Principal Software Engineer
Motorola Open Source Technologies
630-329-2828


-------------------------------------------------------------------------
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