SVN“评论浏览器”

时间:2009-11-10 20:41:34

标签: svn

在SVN中,可以在创建新分支,标记等时输入消息(或注释)。 是否有工具列出所有文件夹及其注释以生成“doc”?

我需要这个以在所有评论的标签/分支上保留历史记录。我不希望“显示日志”命令显示所有修订信息。

1 个答案:

答案 0 :(得分:2)

当然。 svn copy <source branch> <destination branch> -m"here is my message annotating why I am making this branch"

  

我不希望“显示日志”命令显示所有修订信息。

他们是一回事。他们都是提交消息。如果您只想检索与创建该分支相对应的消息,请在svn log命令中指定:svn log -v --stop-on-copy <branch name> | tail