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

Re: web dav module for subversion

From: Anthony McGovern <amcgovern_at_tssg.org>
Date: Tue, 01 Apr 2008 10:36:20 +0000

Hey Ryan
        Thanks that did it. I checked the system I'm working on and
there were 3 different versions of apache installed on the system I'm
working on!!!! someone else must have installed apache while i wasn't
looking :D

I cleaned up the various versions of apache and reinstalled neon 0.25.4
(i didn't use the latest version this time) and then re compiled and
made subversion again and the ra_dav module is listed now.

Thank you for the suggestion.
It seems neon 0.25.4 seemed to work better for me than the latest
version not sure why.

Thank you for all the help
Kind Regards
Anthony

On Tue, 2008-04-01 at 08:03, Ryan Schmidt wrote:
> On Mar 31, 2008, at 10:18, Anthony McGovern wrote:
>
> > I was hoping someone could help me with a little problem
> > I'm having with subversion on solaris 10. I have compiled and made
> > subversion from source using the latest versions of apache, neon and
> > subversion. they all seemed to configure and install fine. I used the
> > following commands when i was installing subversion
> >
> > autogen.sh
> >
> > followed by
> >
> > configure --prefix=/opt/sfw/apps/subversion
> > --with-apr=/opt/sfw/apps/apache2 --with-apr-util=/opt/sfw/apps/apache2
> > --with-apxs=/opt/sfw/apps/apache2/bin/apxs --without-berkeley-db
> > --with-neon=/opt/sfw/apps/neon --disable-neon-version-check
> >
> > again it configures and makes fine through with no errors. After the
> > install when i run the svn --version command i get the following
> > output
> >
> >
> > bash$> svn --version
> >
> > svn, version 1.4.6 (r28521)
> > compiled Mar 18 2008, 10:45:42
> >
> > Copyright (C) 2000-2007 CollabNet.
> > Subversion is open source software, see http://subversion.tigris.org/
> > This product includes software developed by CollabNet
> > (http://www.Collab.Net/).
> >
> > The following repository access (RA) modules are available:
> >
> > * ra_svn : Module for accessing a repository using the svn network
> > protocol.
> > - handles 'svn' scheme
> > * ra_local : Module for accessing a repository on local disk.
> > - handles 'file' scheme
> >
> >
> > From what I've been reading when i run this i should see an entry call
> > *ra_dav also
>
> Correct, you should also see:
>
> * ra_dav : Module for accessing a repository via WebDAV (DeltaV)
> protocol.
> - handles 'http' scheme
> - handles 'https' scheme
>
>
> > this isn't listed has anyone else seen this before?
>
> I guess it didn't find or like your neon. Look at any lines in your
> configure output that refer to neon.
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: users-help_at_subversion.tigris.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-04-01 11:46:55 CEST

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

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