My svn server is acting funky. We're using Collabnet svn binary on a Windows machine.
Does anyone know if the server has log files I can examine to find out what locks up my server (large commits hang)?
Thank you.
If you're using mod_dav_svn, the SVN log messages will be within Apache logs. If you're running svnserve prior 1.6, quoth a mailing list posting:
svnserve does not have any logging capability.
since version 1.6 svnserve can write to a log file
$ svnserve --version svnserve, version 1.6.12 (r955767)
Start your daemon using --log-file=/var/log/svnserve.log (for example)
It doesn't log authentication, but you can know what repo is accessed and what commands were issued by your users.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With