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

Subversion on FreeBSD 5.3

From: heccj <heccj_at_163.com>
Date: 2005-01-25 14:48:56 CET

I have installed subversion on FreeBSD 5.3 with:

#cd /usr/ports/www/apache2
#make WITH_BERKELEYDB=db42 install clean

#/usr/ports/devel/subversion
#make WITH_MOD_DAV_SVN=yes install clean

modify /usr/local/etc/apache2/httpd.conf:
uncomment:MOD_DAV and MOD_DAV_FS;

add these lines:
<Location /svn>
    DAV svn
    SVNParentPath /usr/local/svn
</Location>

then add a dir
#/usr/local/bin/svnadmin create /usr/local/svn/mydocs

and succeeded to restart the httpd,and checked out at client
with url:"http://xxx.yyy.zzz/svn/mydocs" with TortoiseSVN.

But every body can use it,how to make user authentication?
Can .htaccess work?My http use .htaccess to authenticate users.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jan 25 14:51:52 2005

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.