You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Anthony McGovern <am...@tssg.org> on 2008/03/31 15:18:32 UTC

web dav module for subversion

Good Afternoon 
              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 this isn't listed has anyone else seen this before? 
I'd be most Greatful for any help. 

Kind Regards
Anthony 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: web dav module for subversion

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Apr 1, 2008, at 05:36, Anthony McGovern wrote:

> 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.
>
>         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.

Subversion has a very restrictive neon version check, because in the  
past, minor version updates of neon have caused breakage for  
Subversion. Note that neon has not reached 1.0 yet, so they have been  
known to introduce major changes which one wouldn't normally see in  
minor versions of a post-1.0 product. Hence the strict version check.  
neon 0.26.4 and compiling subversion 1.4.6 with --disable-neon- 
version-check works for me on Mac OS X 10.4, but YMMV.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: web dav module for subversion

Posted by Anthony McGovern <am...@tssg.org>.
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@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: web dav module for subversion

Posted by Ryan Schmidt <su...@ryandesign.com>.
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@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org