Хабр Курсы для всех
РЕКЛАМА
Практикум, Хекслет, SkyPro, авторские курсы — собрали всех и попросили скидки. Осталось выбрать!
seems to be less known that the choice of the server variant used — the Apache Subversion mod_dav_svn module or the standalone svnserve server — have a great impact to measured and perceived subversion performance. Usually svnserve is significantly faster than Apache mod_dav_svn
In a synthetic, non-representative benchmark test I performed using Subversion 1.4.5, Subversion 1.1.1 and Apache 2.0, mod_dav_svn's performance was 30% to 400% slower than svnserve's. svnserve's performance was close to local direct accesses to the repository using the svn command line tools.
Создаем юзера svn, и под ним дальше все делаем
cat /usr/lib/sasl2/svn.conf
## Password check method, default to the SASL AUTH daemon
pwcheck_method: saslauthd
## Mechanism list, MS AD requires you to send credentials in plain text
mech_list: GSSAPI DIGEST-MD5
keytab: /etc/krb5.keytab
## Saslauthd socket path
saslauthd_path: /var/run/saslauthd/mux
log_level: 7
testsaslauthd -u vdoina -p ********** -s svn
0: OK "Success."
Создаем свой SVN сервер: 3$ и 30 минут