[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 14:36:40 CEST

On 6/20/07, Cheng Wei Lee <zhenwei.li@gmail.com> wrote:
> Thanks! Although the output from svn2cl is not exactly what I hopped for,
> guess with the XML file I can do my own transformation. :-)

svn2cl comes with (or at least did, a year ago, when I last downloaded
anything from the project page) an XSLT which should be enough to at
least get you started with creating your own.

> On 6/20/07, Andy Levy <andy.levy@gmail.com> wrote:
> >
> > 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
> >
> >
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Wed Jun 20 14:36:53 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.