# Example configuration for a subversion repository # see /usr/share/doc/packages/subversion for the full documentation # ## ## project related HTML files ## # #Alias /repos /srv/svn/html # # # Options +Indexes +Multiviews -FollowSymLinks # IndexOptions FancyIndexing \ # ScanHTMLTitles \ # NameWidth=* \ # DescriptionWidth=* \ # SuppressLastModified \ # SuppressSize # # order allow,deny # allow from all # # # DAV svn # SVNPath /srv/svn/repos/myproject1 # # Limit write permission to list of valid users. # # # Require SSL connection for password protection. # # SSLRequireSSL # # AuthType Basic # AuthName "Authorization Realm" # AuthUserFile /srv/svn/user_access/myproject1_passwdfile # Require valid-user # #