Re: subversion setup

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, 2003-04-30 at 02:12, Matthew T. O'Connor wrote:
> Anyone know how to setup a subversion repository for remote access?  RH9
> comes with subversion 0.17.  I tried adding a new config file to
> /etc/httpd/conf.d/ called subversion.conf it contained the following:
> 
> LoadModule dav_svn_module     modules/libsvn_ra_dav-1.so
> 
> <Location /repos>
>   DAV svn
>   SVNParentPath /var/subversion
> </Location>
> 
> 
> but I get the following error:
> 
> Starting httpd: Syntax error on line 1 of
> /etc/httpd/conf.d/subversion.conf:
> Cannot load /etc/httpd/modules/libsvn_ra_dav-1.so into server:
> /etc/httpd/modules/libsvn_ra_dav-1.so: undefined symbol:
> svn_txdelta_to_svndiff
> 
> Thoughts?

First, for most questions, Subversion has a great manual:
http://svnbook.red-bean.com/html-chunk/

Unfortunately, RHL9 does not ship with webdav, but you can use svnserve.
So far it has worked great for me.
http://svnbook.red-bean.com/html-chunk/ch05s04.html#svn-ch-5-sect-4.2

Also, RHL9 only ships with 0.17, there are more current rpms available
at fedora.us


Phil






[Index of Archives]     [Fedora Users]     [Centos Users]     [Kernel Development]     [Red Hat Install]     [Red Hat Watch]     [Red Hat Development]     [Red Hat Phoebe Beta]     [Yosemite Forum]     [Fedora Discussion]     [Gimp]     [Stuff]     [Yosemite News]

  Powered by Linux