: > I am trying to build lucene 4.7.1 from the sources. I can compile without
: > any issues but when I try to build the dist, lucene gives me
: > Cannot run program "svnversion" ... The system cannot find the specified
: > file.
: >
: > I am compiling on Windows 7 64-bit using java version 1.7.0.
Hi,
I am not a windows user but if you installed that svnversion should be
somewhere on disk.
Probably right next to svn. Find/locate it by file search, and add its folder
to your path.
Once you do that you can invoke svnversion in command line.
For example here is the executables in my compute
Hi. Yes I installed Tortoise svn.
Regards
Puneet
On 4 Apr 2014 19:35, "Ahmet Arslan" wrote:
> Hi,
>
> When you install subversion, svnversion executable comes with that too.
> Did you install any svn client for Windows?
>
>
>
> On Friday, April 4, 2014 3:38 PM, Puneet Pawaia
> wrote:
> Hi all.
>
Hi,
When you install subversion, svnversion executable comes with that too.
Did you install any svn client for Windows?
On Friday, April 4, 2014 3:38 PM, Puneet Pawaia wrote:
Hi all.
I am trying to build lucene 4.7.1 from the sources. I can compile without
any issues but when I try to build
Hi all.
I am trying to build lucene 4.7.1 from the sources. I can compile without
any issues but when I try to build the dist, lucene gives me
Cannot run program "svnversion" ... The system cannot find the specified
file.
I am compiling on Windows 7 64-bit using java version 1.7.0.45 64-bit.
Whe