开发者

svn log first 10 only

how do I get the first 10 entries on svn log for a file svn log myfile.php

开发者_Go百科thanks


As described in the manual:

svn log -l10 myfile.php


If you want first 10 logs, then

svn log -r 0:HEAD -l 10 myfile.php


The command is the following:

svn log -l 10 filename
0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜