无论如何要查看 SVN Checkouts
Anyway to view SVN Checkouts
有什么方法可以查看 who/when 是否检查存储库的日志?
显然记录了提交。
这将用于监控谁检查了项目以帮助跟踪工作。
在某些情况下可能是一个解决方案: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
有什么方法可以查看 who/when 是否检查存储库的日志?
显然记录了提交。
这将用于监控谁检查了项目以帮助跟踪工作。
在某些情况下可能是一个解决方案: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