[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Getting HEAD revision number from a URL

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-10-27 00:10:14 CEST

On Oct 26, 2004, at 3:08 PM, Garrick Olson wrote:
>
> 1. Allow some way to cap the number of log entries returned
>

Already done in svn 1.2:

    $ svn log --limit 2

>
> 2. Make the concept of "latest revision affecting a path" explicit
>
> Add a keyword that identifies the latest revision that will not be
> filtered out of the log command, e.g.:
>
> svn log -rLATEST ...
>

Already done. You're talking about the COMMITTED keyword:

    $ svn log -rCOMMITTED foo.c

      ... shows the log of the 'last changed revison' of foo.c

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 27 00:11:50 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.