Re: getting the log from svn client (without access to svnlook log)
From: Ryan Schmidt <subversion-2009a_at_ryandesign.com>
Date: Mon, 4 May 2009 18:20:57 -0500
On May 4, 2009, at 10:21, Sim Tong wrote:
> I'd like to get access to the log (or comments) information
The output of "svn log" is designed to be parseable.
The header line tells you, at the end, how many lines long the log
$ svn log -r 50596 http://svn.macosforge.org/repository/macports/
Total number of ports parsed: 5802
------------------------------------------------------------------------
In the above example, it lets you know the log message is "5 lines"
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.