[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 <robert_at_kleemann.org>
Date: 2004-07-03 22:35:37 CEST

> 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 Mon Jul 5 20:07:53 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.