[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: Keith Irwin <keith.irwin_at_gmail.com>
Date: 2007-01-04 01:51:25 CET

On 1/3/07, Mark Phippard <markphip@gmail.com> wrote:
>
> 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.
>

Actually, a deb for Ubuntu, but exactly. ;) I tried --disable-apr on a
guess and clearly that's not a "feature" that can be disabled.

I checked out the code to svnkit and found that doing a check out with co
--username --password (etc) using the standalone cli client produced the
same error. The maintainer of the repo showed me the error messages: bad
username/password.

I might try a few printfs in the svnkit to see what gives.

Or I might give up! ;)

Keith

-- 
> Thanks
>
> Mark Phippard
> http://markphip.blogspot.com/
>
Received on Thu Jan 4 01:51:32 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.