etc/websvn/svn_deb_conf.inc0000640000000000000410000000044010554107531015523 0ustar rootwww-dataparentPath("/var/svn-repos"); //$config->addRepository("project_cdshop","/var/svn-repos/project_cdshop"); $config->setEnscriptPath("/usr/bin"); $config->setSedPath("/bin"); $config->useEnscript(); ?> etc/apache2/sites-available/sslsvn0000644000000000000000000000122610554114151016150 0ustar rootrootNameVirtualHost *:443 ServerAdmin webmaster@localhost DocumentRoot /var/www/websvn ErrorLog /var/log/apache2/error.log # Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. LogLevel warn CustomLog /var/log/apache2/access.log combined ServerSignature On SSLEngine On SSLCertificateFile /etc/apache2/ssl/apache.pem Options FollowSymLinks order allow,deny allow from all AuthType Basic AuthName "Subversion Repository" AuthUserFile /etc/apache2/dav_svn.passwd Require valid-user etc/apache2/ports.conf0100644000000000000000000000002510554102112013635 0ustar rootrootListen 80 Listen 443 etc/apache2/mods-available/dav_svn.conf0100644000000000000000000000253110554112613017021 0ustar rootroot# dav_svn.conf - Example Subversion/Apache configuration # # For details and further options see the Apache user manual and # the Subversion book. # ... # URL controls how the repository appears to the outside world. # In this example clients access the repository as http://hostname/svn/ # Uncomment this to enable the repository, DAV svn # Set this to the path to your repository SVNParentPath /var/svn-repos SVNListParentPath on # The following allows for basic http authentication. Basic authentication # should not be considered secure for any particularly rigorous definition of # secure. # to create a passwd file # # rm -f /etc/apache2/dav_svn.passwd # # htpasswd2 -c /etc/apache2/dav_svn.passwd dwhedon # New password: # Re-type new password: # Adding password for user dwhedon # # # Uncomment the following 3 lines to enable Basic Authentication AuthType Basic AuthName "Subversion Repository" AuthUserFile /etc/apache2/dav_svn.passwd # Uncomment the following line to enable Authz Authentication # AuthzSVNAccessFile /etc/apache2/dav_svn.authz # The following three lines allow anonymous read, but make # committers authenticate themselves. Require valid-user SSLRequireSSL etc/apache2/dav_svn.passwd0100644000000000000000000000002610553627106014521 0ustar rootrootlxd2007:Sl7q1ZfKxHLKE