[...]
LoadModule dav_svn_module /usr/lib/httpd/modules/mod_dav_svn.so
LoadModule authz_svn_module /usr/lib/httpd/modules/mod_authz_svn.so
[...]
<VirtualHost *>
[...]
<Location /svn>
AllowOverride None #wichtig damit niemand per .htaccess unfug machen kann
Options None #kein includes!
ForceType application/octet-stream #php oder sonstiges verbieten
#ggf noch shtml oder was es sonst noch auf deinem Server gibt verbieten
DAV svn #DAV sollte eigentlich schon installiert sein
SVNPath /var/www/svn/irgendwas #verzeichnis vorher mit "svnadmin create" anlegen
#irgendwas zur zugriffsbeschränkung, ich hab folgendes:
AuthType Basic
AuthName "subversion repository"
AuthUserFile /var/www/svn/.htuser
Require valid-user
#der benutzername mit dem sich die Leute authentifizieren taucht später in den svn logs auf, ist also sinnvoll jedem einen eigenen benutzernamen zu geben
</Location>
</VirtualHost>
[...]
Es gibt AFAIK nur 1.0.6 und 1.1.0rc1society said:habe auch nun eigene rpms ( subversion v1.0.7) für die suse9-vserver gemacht...
We use cookies and similar technologies to provide the best experience on our website. You can choose which purposes you consent to. Your choice applies across websites using the same consent framework.
Below you can select which purposes you consent to. Purpose 1 is required for basic website functionality.
Cookies, device or similar online identifiers together with other information can be stored or read on your device for the purposes presented to you.
Ads can be shown to you based on the content you are viewing, the app you are using, your approximate location, or your device type.
A profile can be built about you and your interests to show you personalised ads that are relevant to you.
Personalised ads can be shown to you based on a profile about you.
A profile can be built about you and your interests to show you personalised content that is relevant to you.
Personalised content can be shown to you based on a profile about you.
The performance and effectiveness of ads that you see or interact with can be measured.
The performance and effectiveness of content that you see or interact with can be measured.
Market research can be used to learn more about the audiences who visit sites/apps and view ads.
Your data can be used to improve existing systems and software, and to develop new products.
Content can be selected based on limited data, such as the content you are viewing or the device you are using.
Below is a list of all technology vendors that may process your data. You can enable or disable each vendor individually.