[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: subversion setup
- From: Phillip Compton <pcompton proteinmedia com>
- To: shrike-list redhat com
- Subject: Re: subversion setup
- Date: 30 Apr 2003 02:28:46 -0400
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]