[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: Yount, Steffen <SYount_at_medialinq.com>
Date: 2003-12-16 21:57:34 CET

I tried:
    svn log -strict -incremental TAG_URL

"strict" doesn't seem to be in svn's vocabulary any more(v0.34.0), and none
of the options remove those "---------" characters. Maybe this is a bug?

The following seemed to work better:
    svn log -q --stop-on-copy TAG_URL

Though the log output is a bit harder to use from my scripts since the
revision number gets an 'r' appended to it which I have to remove.

I also tried:
    svn ls -v TAG_DIR_URL

The output is friendlier; it's just too bad there's no way to simply "svn
ls" the TAG_URL itself without getting its contents.

Thanks for your suggestions,

-Steffen

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