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
There is no "svn youngest". You're thinking of "svnlook youngest";
To find the last committed revision of any URL, you can look at the
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.orgReceived 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.