如何查找已签出的用户列表以及在SVN上签出的所有文件,如VSS“状态搜索”。
我正在使用Visual Studio 2008,它与AnkhSvn的SVN集成。
答案 0 :(得分:7)
简短回答: svn不会这样运作。
简短但不长的回答:您可以从通过Apache提供的svn中提取有意义的内容,但svn的性质并不重视谁检查了什么out,重要的部分是提交,你可以用hooks做很多事情。
答案 1 :(得分:2)
由于SleighBoy已经很伤心,SVN不提供此信息。
您可以使用locks使用资源专门并查询资源的状态。但锁是可选的,可以破解。
$ svn help lock
lock: Lock working copy paths or URLs in the repository, so that
no other user can commit changes to them.
usage: lock TARGET...
$ svn help status
status (stat, st): Print the status of working copy files and directories.
usage: status [PATH...]
'K' locked in repository, lock toKen present