2009-11-18 28 views

回答

7

簡短回答: svn不會這樣操作。

減短的但不長的回答:您可以提取一些從SVN有意義通過Apache服務,但SVN的性質不會對誰具有重要意義是什麼簽出,重要部分是提交,你可以用hooks做很多事情。

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