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

Re: svn log report

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-06-20 13:04:28 CEST

On 6/20/07, Cheng Wei Lee <zhenwei.li@gmail.com> wrote:
> Yep, I tried to select all the entries that I'm interested in, then
> right-click and copy-to-clipboard. But I couldn't get it in a similar format
> as the GUI. How could I do it using command line? I'm interested in
> generating all the modified/added/deleted files during a period of time.
> Need to get information like the committer, timestamp, file path, message.

svn log -v --xml <URL> -r{2007-01-01}:{2007-06-01} will give you the
verbose log in XML format starting on 1/1/07 and ending 6/1/07.

I like using the XML output because I pass my logs into an XSLT
modified from what's distributed w/ svn2cl to generate HTML for
distribution.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Wed Jun 20 13:24:21 2007

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.