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

Re: best way to get "Last Changed Rev:" without a checkout

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-12-16 05:30:17 CET

On Mon, 2003-12-15 at 18:23, Yount, Steffen wrote:
> Hi,
>
> I would like to find out the "Last Changed Rev:" on a tag directory
> without having to check it out.
>
> What is the best way to go about doing this?

$ svn ls --verbose http://svn.collab.net/repos/svn/tags

   2686 rooneg Jul 24 2002 0.10/
   2687 rooneg Jul 24 2002 0.10.1/
   2688 rooneg Jul 24 2002 0.10.2/
   2689 rooneg Jul 24 2002 0.11.1/
   2690 rooneg Jul 24 2002 0.12.0/
   2691 rooneg Jul 24 2002 0.13.0/
   2694 rooneg Jul 24 2002 0.13.1/
   2695 rooneg Jul 24 2002 0.13.2/
   2696 rooneg Jul 24 2002 0.14.0/
   [...]

The first column is last-changed rev.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Dec 16 05:31:05 2003

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.