I tried to patch from diffrent src folder but asking for file name to
patch..
and I think some dependent patch also required..
please guide me to patch SOLR-236.patch (with dependent patch if any).
If it will require then I will again download the src code from trunk..
thanks
On Wed, May 12, 2010
hi
I tried to patch by following command on console
patch -p0 < SOLR-236-trunk.patch
patching file
solr/src/java/org/apache/solr/handler/component/CollapseComponent.java
patching file
solr/src/test/test-files/solr/conf/solrconfig-fieldcollapse.xml
patching file
solr/src/java/org/apache/solr/searc
In Eclipse (you *may* need to have the subclipse plugin installed), just
right-click on the project>>team>>apply patch and follow the wizard
HTH
Erick
On Tue, May 11, 2010 at 12:50 PM, Jonty Rhods wrote:
> hi David,
> thanks for quick reply..
> please give me full command. so I can patch. w
Hi jonty,
In then root directory of the src run
patch -p0 < name_of_patch.patch
David Stuart
On 11 May 2010, at 17:50, Jonty Rhods wrote:
hi David,
thanks for quick reply..
please give me full command. so I can patch. what is meaning of
[level].
As I write I had downloaded latest src f
hi David,
thanks for quick reply..
please give me full command. so I can patch. what is meaning of [level].
As I write I had downloaded latest src from trunk.. So please also tell
that, in terminal what will be command and from where I can run..
should I try
>patch -p[level] < name_of_patch.patch
Hey,
In osx you shoud be able to patch in the same way as on liux patch -p
[level] < name_of_patch.patch. You can do this from the shell
including on the mac.
David Stuart
On 11 May 2010, at 17:15, Jonty Rhods wrote:
hi all,
I am very new to solr.
Now I required to patch solr (patch no