how do I get the first 10 entries on svn log for a file svn log myfile.php
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With