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

Re: [Subclipse-users] NT Domain Password

From: Mark Phippard <markphip_at_gmail.com>
Date: 2007-01-04 01:27:37 CET

On 1/3/07, Keith Irwin <keith.irwin@gmail.com> wrote:
>
>
>
> On 1/3/07, Mark Phippard <markphip@gmail.com> wrote:
> >
> > On 1/3/07, Keith Irwin <keith.irwin@gmail.com> wrote:
> >
> > > Apparently, Ubuntu + Eclipse + javahl is a no go.
> >
> > Actually you are correct. I keep forgetting about this problem in
> > Ubuntu:
> >
> > https://launchpad.net/ubuntu/+source/subversion/+bug/62748
> >
> > I also assumed they would have addressed it by now.
>
>
> Thanks for the link! It's good to know I'm not crazy. Given I only use
> svn on this machine in client mode, do you think it's possible to use a
> config option to remove the dependency on apr? Would that mean I couldn't
> retrieve via http/s anymore, or just not host via apache?
>

APR is a low level cross platform C API. The Apache HTTP server is one
consumer of this API, Subversion is another. In other words, in this case
APR is an essential part of Subversion that has nothing to do with the HTTP
server. So, no, there is no way to not use APR. You could build Subversion
from source yourself. It is quite easy. Just download the tarball and the
dependencies and run configure with the right options and make. We have
some of this in our FAQ in terms of the javaHL aspects. I have built it on
Ubuntu many times.

There is nothing fundamentally preventing it from working on Ubuntu, this is
purely an issue with how someone built the RPM.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
Received on Thu Jan 4 01:27:47 2007

This is an archived mail posted to the Subclipse Users mailing list.

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