That worked perfectly!!!
Thank you.
I wonder why it didn't work in the same way off the downloaded build.
-John
On Dec 11, 2008, at 9:40 PM, Doug Steigerwald wrote:
Have you tried just checking out (or exporting) the source from SVN
and applying the patch? Works fine for me that way.
$ s
Have you tried just checking out (or exporting) the source from SVN
and applying the patch? Works fine for me that way.
$ svn co http://svn.apache.org/repos/asf/lucene/solr/tags/
release-1.3.0 solr-1.3.0
$ cd solr-1.3.0 ; patch -p0 < ~/Downloads/collapsing-patch-to-1.3.0-
ivan_2.patch
Doug
I am also a Mac user. 10.5.5. I generally compile on OS X then
upload to Debian (Debian's java just isn't as friendly to me).
Perhaps try this old Mac adage - have you repaired permissions? :-)
If you want I can send you a tar ball of the patched code off-list so
you can move on.
--
Ste
It was a completely clean install. I downloaded it from one of
mirrors right before applying the patch to it.
Very troubling. Any other suggestions or ideas?
I am running it on Mac OS Maybe I will try looking for some answers
around that.
-John
On Dec 11, 2008, at 3:05 PM, Stephen Weiss
Yes, only ivan patch 2 (and before, only ivan patch 1), my sense was
these patches were meant to be used in isolation (there were no notes
saying to apply any other patches first).
Are you using patches for any other purpose (non-SOLR-236)? Maybe you
need to apply this one first, then thos
thanks for the advice.
I just downloaded a completely clean version, haven't even tried to
build it yet.
Applied the same, and I received exactly the same results.
Do you only apply the ivan patch 2? What version of patch are you
running?
-John
On Dec 11, 2008, at 2:10 PM, Stephen Weis
Are you sure you have a clean copy of the source? Every time I've
applied his patch I grab a fresh copy of the tarball and run the exact
same command, it always works for me.
Now, whether the collapsing actually works is a different matter...
--
Steve
On Dec 11, 2008, at 1:29 PM, John Mart
Hi,
I am trying to apply Ivan's field collapsing patch to solr 1.3 (not a
nightly), and it continously fails. I am using the following command:
patch -p0 -i collapsing-patch-to-1.3.0-ivan_2.patch --dry-run
I am in the apache-solr directory, and have read write for all files
directories and