[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: Daniel Schlyder <daniel_at_bitblaze.com>
Date: 2003-12-16 02:59:10 CET

[16.12.2003 01:23:01] Yount, Steffen:
> I would like to find out the "Last Changed Rev:" on a tag directory without
> having to check it out.

> I think it would be great if "svn info" would work on URLs like it does with
> working copies...

I think so too, although, if you're just interested in the revision number, you
would still have to parse its output, so you might as well use the output of

    svn log -strict -incremental TAG_URL

(the -incremental switch just gets rid of a useless line of '-' characters ;))

Regards,
Daniel Schlyder

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Dec 16 03:01:29 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.