You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Max Pfingsthorn <ma...@gmail.com> on 2005/06/14 11:39:46 UTC

making a patch against svn in eclipse

Dear Devs,

I have extended the SearchGenerator in the Lucene Block a bit to make
it more general. It now supports basic sorting and setting the default
field in the sitemap. Also, its possible set the maximum number of
clauses for BooleanQuery from cocoon.xconf, something we desperately
needed.
I've tested the modifications locally for the 2.1.x branch and I would
like to submit a patch. However, for some reason, I can not use
eclipse's built-in patch generation with the SVN repository. I can't
even synchronize with the repository. Subclipse seems to be very
immature. I even tried TutoiseSVN, but that didn't go too well either.
Since you guys use SVN all the time, and probably eclipse, too, do you
have any ideas?

Thanks!
max

Re: making a patch against svn in eclipse

Posted by Vadim Gritsenko <va...@reverycodes.com>.
Max Pfingsthorn wrote:
> 
> I have extended the SearchGenerator in the Lucene Block a bit to make
> it more general. It now supports basic sorting and setting the default
> field in the sitemap. Also, its possible set the maximum number of
> clauses for BooleanQuery from cocoon.xconf, something we desperately
> needed.
> I've tested the modifications locally for the 2.1.x branch and I would
> like to submit a patch. However, for some reason, I can not use
> eclipse's built-in patch generation with the SVN repository. I can't
> even synchronize with the repository. Subclipse seems to be very
> immature. I even tried TutoiseSVN, but that didn't go too well either.
> Since you guys use SVN all the time, and probably eclipse, too, do you
> have any ideas?

Am not an eclipse user myself; but svn command line is actually very easy to 
use. 'cd' to cocoon checkout directory, and run 'svn diff'.

Vadim

Re: making a patch against svn in eclipse

Posted by Antonio Gallardo <ag...@agssa.net>.
Never tried, but look at:

svn diff

Best Regards,

Antonio Gallardo

On Mar, 14 de Junio de 2005, 4:39, Max Pfingsthorn dijo:
> Dear Devs,
>
> I have extended the SearchGenerator in the Lucene Block a bit to make
> it more general. It now supports basic sorting and setting the default
> field in the sitemap. Also, its possible set the maximum number of
> clauses for BooleanQuery from cocoon.xconf, something we desperately
> needed.
> I've tested the modifications locally for the 2.1.x branch and I would
> like to submit a patch. However, for some reason, I can not use
> eclipse's built-in patch generation with the SVN repository. I can't
> even synchronize with the repository. Subclipse seems to be very
> immature. I even tried TutoiseSVN, but that didn't go too well either.
> Since you guys use SVN all the time, and probably eclipse, too, do you
> have any ideas?
>
> Thanks!
> max
>