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

Is SVN access file can include other files ?

From: Dongsheng Song <dongsheng_song_at_hotmail.com>
Date: 2004-09-02 11:26:48 CEST

Hello, I use SVNParentPath for many projects, But I find
the svn access file become larger and larger, and difficult to maintenance¡£

This is my conf snippet, Any idea ?

........
<Location /svn_devel>
    DAV svn
    SVNParentPath /home/svn/devel

    AuthType Basic
    AuthName "Subversion devel repository"
    AuthzSVNAccessFile /home/svn/devel/svn_access

    AuthPAM_Enabled on
    AuthPAM_FallThrough on

    Require valid-user
</Location>
..........

drwxr-xr-x 7 www-data www-data 224 Aug 10 14:15 Falcon
drwxr-xr-x 7 www-data www-data 224 Aug 5 13:34 InfoExpress
drwxr-xr-x 7 www-data www-data 224 Aug 5 10:38 Tools
..............
-rw-r--r-- 1 root root 1589 Aug 23 09:45 svn_access

Another question is, how can I allow users browse http://ab/svn_devel ?

Thanks for some help,

Dongsheng Song.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 2 11:27:13 2004

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.