[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] build/ac-macros/neon.m4 (was Re: Developing Java Client?)

From: Patrick Mayweg <mayweg_at_qint.de>
Date: 2003-10-22 07:39:56 CEST

Hi Scott,

Scott Moynes wrote:

>* Patrick Mayweg (mayweg@qint.de) wrote:
>
>
>>I did not fnd any patched attached to your mail,
>>
>>
>
>It seems either did I. I suspect I found a PEBCAK bug in my emai
>client.
>
>
Since this patch is for the main build system, it does not fall in my
area of resposiblity.

>
>
>>I cannot talk about subclipse, but for javahl and the other software
>>which I support (svnup and svn4idea). This works on Linux and MacOS X.
>>Would you please tell me more about your problems, I would like to help
>>to fix them.
>>
>>The starting point for using javahl is the class
>>org.tigris.subversion.javahl.SVNClient. Its methods represent roughly
>>the command line commands. For anymore information, please contact me.
>>
>>
>
>I have taken only a short look at these bindings, and they do seem to
>be up to date and well documented. Thank you! My specific problems
>seem to be with subclipse, but the lack of documentation don't allow
>me to be anymore specific.
>
I have heard from the subclipse people, that they have had thread
problems with subclipse on Linux with specific Eclipse version. I have
recently added the class
org.tigris.subversion.javahl.SVNClientSynchronized. That is synchronized
on its class. Please try to substitute it for SVNClient and see if there
is any difference. Have you tried to contact the subclipse people on
subclipse.tigris.org ?

>
>Patch attached.
>
>

The reason for building javahl instead of a pure java client was that
building a pure client would mean a reimplementation of 95% if the
existing subversion code. This code would also have to be maintained in
parallel with the C-code. I do not have that amount of time to spend for
subversion.
Regards,
Patrick

>------------------------------------------------------------------------
>
>Index: build/ac-macros/neon.m4
>===================================================================
>--- build/ac-macros/neon.m4 (revision 7463)
>+++ build/ac-macros/neon.m4 (working copy)
>@@ -51,8 +51,8 @@
> case "$NEON_VERSION" in
> $NEON_WANTED_REGEX)
> echo "Using neon found in source directory."
>- SVN_NEON_INCLUDES=-'I$(abs_srcdir)/neon/src'
>- NEON_LIBS="\$(abs_builddir)/neon/src/libneon.la"
>+ SVN_NEON_INCLUDES=-'I$abs_srcdir/neon/src'
>+ NEON_LIBS="$abs_builddir/neon/src/libneon.la"
>
> dnl Configure neon --------------------------
> # The arguments passed to this configure script are passed down to
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 22 07:40:56 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.