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

Re: Q: query youngest on a particular branch using URL rather than path?

From: Ryan Schmidt <subversion-2006d_at_ryandesign.com>
Date: 2006-12-08 22:09:05 CET

On Dec 8, 2006, at 10:27, Brent Webster wrote:

> I haven't checked out yet but I want to query the last committed
> revision on a particular branch. The
> "svn youngest" command only works with paths and not URLs. Any ideas
> would be appreciated.

There is no "svn youngest". You're thinking of "svnlook youngest";
all "svnlook" commands only work on local repositories, not through
URLs.

To find the last committed revision of any URL, you can look at the
"Last Changed Rev" field of the output of "svn info", or do this:

svn info url://to/whatever | sed -n 's/^Last Changed Rev: //p'

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Dec 8 22:09:54 2006

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.