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