etc/websvn/svn_deb_conf.inc 0000640 0000000 0000041 00000000440 10554107531 015523 0 ustar root www-data parentPath("/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/sslsvn 0000644 0000000 0000000 00000001226 10554114151 016150 0 ustar root root NameVirtualHost *: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.conf 0100644 0000000 0000000 00000000025 10554102112 013635 0 ustar root root Listen 80
Listen 443
etc/apache2/mods-available/dav_svn.conf 0100644 0000000 0000000 00000002531 10554112613 017021 0 ustar root root # 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.passwd 0100644 0000000 0000000 00000000026 10553627106 014521 0 ustar root root lxd2007:Sl7q1ZfKxHLKE