RE: Getting HEAD revision number from a URL
From: Garrick Olson <Garrick.Olson_at_Aceva.com>
Date: 2004-10-26 22:08:21 CEST
Ben wrote:
>as "the latest revnum of a path".
I understand global revision numbers. There is also the concept of
As Peter pointed out later in the thread, the following "works" if you
svn log -q svn://myhost/myrepos/mybranch
Of course, I place quotes around "works" due to the fact I could have
Here are a couple simple ways the log command could be modified to
1. Allow some way to cap the number of log entries returned
This way, we could do a simple log command as above, but somehow
I seem to recall people wanting this feature for other reasons as
2. Make the concept of "latest revision affecting a path" explicit
Add a keyword that identifies the latest revision that will not be
svn log -rLATEST ...
---------------------------------------------------------------------
|
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.