如何获取上次SVN访问日期

How to get last SVN access date

我需要了解上次签出 SVN 存储库的时间,但没有直接获取此信息的命令或方法。

我可以得到最后一次修改的时间,但不是最后一个 "access" 日期。

您应该 运行 一个具有 high-level logging and also Apache logging enabled. For example, events with the keyword checkout-or-export mean that a user exported repository contents or checked out a working copy. Read SVNBook 的 Subversion 服务器! :)