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

Re: efficient "svn log" usage?

From: Robert Kleemann <robertk_at_oz.net>
Date: 2004-07-03 23:05:48 CEST

I sent this with the wrong "from" address so I'm not sure if it got to
the list. Sorry if it's a dupe.

At Sat, 03 Jul 2004 13:35:37 -0700,
Robert Kleemann wrote:
>
> > If I understand correctly, due to the behaviour of svn log, the
> > following will give you what you want:
> >
> > svn log [file list] | head -2
>
> Thanks for the idea.
>
> svn log [huge file list]
>
> ...appears to concatenate the log files of each of the files in the
> list.
>
> e.g. same as
> $ for f in [huge file list] ; do svn log $f ; done
>
> It doesn't seem to be any faster than running "svn log" on
> the indifidual files. I'm just running the program. I haven't
> checked the docs to see what it should do.
>
> Robert.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jul 3 23:07:51 2004

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.