Anyway to view SVN Checkouts

213 Views Asked by At

Is there any way to view a log of who/when does a checkout of a repository?

Commits are obviously logged.

This would be used to monitor who has checked a project to help with work tracking.

1

There are 1 best solutions below

0
uzsolt On BEST ANSWER

Maybe a solution in some cases: high-level logging.

To enable high-level logging in svnserve, you need only use the --log-file command-line option when starting the server, passing as the value to the option the file to which svnserve should write its log output.

$ svnserve -d -r /path/to/repositories --log-file /var/log/svn.log