简体   繁体   中英

SVN command line -list of users checking out

有什么方法可以找出使用SVN特定位置结帐的用户列表(使用SVN命令行工具)?

You can check server log to see who and when did a checkout or export of a repository. See SVNBook | High-level Logging .

For example, svn checkout and svn export actions will show up as "checkout-or-export" events on the log. svn commit or svn import will be logged as "commit" event.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM