My environment is fedora core 3.
I get apache 2.0.55
#./configure --enable-dav --enable-so --enable-maintainer-mode
#make
#make install
I get subversion 1.2.3 ,for rebuild and install.
#./configure --with-apxs=/usr/local/apache2/bin/apxs
#make ; make install
Follow the steps as following...
(1)add something into /usr/local/apache2/conf/httpd.conf
LoadModule dav_svn_module modules/mod_dav_svn.so
DAV svn
SVNPath /home/mysvn
(2)
#svnadmin create /home/mysvn
#chown –R nobody /home/mysvn
(3)start the apache2 server
apachectl start
And finally using the browser for checking...
http://localhost/svn/repository/
IT CANNOT WOK~~~ >_< always fails!
Who could give me a hand???
Thanks a lot!
===
You could also mail to
yuyuyuyu176@yahoo.com.tw
由 YU 發表於 December 1, 2005 11:22 AM