> Garrett Rooney wrote:
> You can explicitly view the log all of the way to the head or just the
> last commit by giving the -r option.
>
> svn log -rHEAD:0 # all log entries
> svn log -rHEAD # just the last one
>
> I have often wanted just a few. Alas this is not possible.
>
> svn log -rHEAD:HEAD-10 # not a feature, not available
> svn log -r42321:42311 # view just the last 10, if 42321 is HEAD
If the developers see this, perhaps a feature like this could be added (very pythonesque):
svn log -rHEAD:-10
So you specify the first revision and a delta
- Kevin Grover
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Aug 5 01:02:58 2006