开发者

svn get_log function

i want to retrieve all the revisions on one particula开发者_运维问答r user so i am using getlog function.but the logentry for author variable returns test instead of computer name.why is it so?


You can use:

svn log -q | grep "^r.* | username |" | cut -d"r" -f2 | cut -d" " -f1

This will printout the revision number for that particular user.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜