|
|
1
3
SVN具有可以在锁定/解锁事件上执行的挂钩脚本( read the SVN book ).您可以在其中一个脚本中添加电子邮件/IM通知命令。 Commit Monitor也适用于这类事情。 http://tools.tortoisesvn.net/CommitMonitor |
|
|
2
3
看看这个 Advanced Locking with SVN 页面。它描述了确定文件状态的技术(具体看 Discovering Locks 部分。)您可以使用这些信息编写一个小程序来“轮询”状态,并确定文件何时被锁定/解锁。既然你知道有svn:needs lock属性的文件,这应该很容易。 |