Installation
apt install subversion
Konfiguration
Erstellen Sie ein Verzeichnis und richten Sie diesen als SVN Repository per svnadmin ein:
mkdir -p /data/svn/solution1
svnadmin create --fs-type fsfs /data/svn/solution1
Nun können Sie die Konfigurationsdateien mit einem Editor anpassen:
nano /data/svn/solution1/conf/svnserve.conf
[general]
anon-access = read
### alternativ anon-access = none
auth-access = write
password-db = passwd
realm = My First Repository
Passen Sie nun die Benutzernamen und Kennwörter an:
nano /data/svn/solution1/conf/passwd
[users]
4b42 = 4842
To view this entry in full, you must be a customer of Securebit AG. You can order any product from our range.
If you are already a customer, you can log in
here.