Re: best way to get "Last Changed Rev:" without a checkout
From: Daniel Schlyder <daniel_at_bitblaze.com>
Date: 2003-12-17 04:22:13 CET
[16.12.2003 21:57:34] Yount, Steffen:
> "strict" doesn't seem to be in svn's vocabulary any more(v0.34.0), and none
Sorry, my mistake, I meant to write
svn log --strict --incremental TAG_URL
Ie. "--" instead of '-'. Only the line of '-' characters after the log message
> The following seemed to work better:
> Though the log output is a bit harder to use from my scripts since the
A simple regexp like "/r(\d+)/" should do the trick.
> I also tried:
> The output is friendlier; it's just too bad there's no way to simply "svn
But wouldn't its behaviour then be weirdly different from the "regular" ls
Regards,
---------------------------------------------------------------------
|
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.