SVN - 对源文件中的行负责的用户
我非常陷入需要让用户对特定文件、行和修订负责的情况。 例如,我输入:源名称、行号和修订版本。作为输出,我需要获取用户名。 我对 SVN 不太熟悉,查看文档可能需要时间(我没有)。 在 Clear Case 中,可以通过运行以下命令来实现:
cleartool annotate -nhe -fmt %u \t file_name.cpp
I pretty stuck with situation in which I need to get user responsible for specific file, line and revision.
E.g. I have as input: source name, line number and revision. As output I need get user name.
I not so familiar with SVN and looking into documentation might take time (which I don't have).
In Clear Case it can be achieved by running this command:
cleartool annotate -nhe -fmt %u \t file_name.cpp
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是您正在寻找的
http://svnbook.red-bean.com/en /1.0/re02.html
is what you are looking for
http://svnbook.red-bean.com/en/1.0/re02.html
然后转到 svn 输出中的行号
Then go to line number in
svn
output