Re: [Codestriker-user] topics using diffs from subversion repositories

2006-05-23 Thread Jason Remillard
Hi, These are all legitimate uses. I don't think it would be that hard to add them in. You would need to modify the code that checks the params, and them modify the Subversion.pm module. Now, if you are not up for that, you can always issue the svn diff command yourself from a local working c

Re: [Codestriker-user] topics using diffs from subversion repositories

2006-05-22 Thread Giuseppe Scelsi
David, Thanks for your reply. I think the issue boils to allow the user to specify two paths. Since subversion allows the "@" notation to specify versions to diff (see below), this could be easily achieved extending the usage of the existing "Start tag" and "End tag" fields. ** Scenario 1: dif

Re: [Codestriker-user] topics using diffs from subversion repositories

2006-05-22 Thread David Sitsky
Hi Giuseppe, Yes, what you are asking for is currently only available for CVS repositories, partly because CVS makes it very easy to implement these different scenarios all via the cvs rdiff command, and using the special revision "1.0" which exists for all files. What Codestriker needs at t