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

Re: libsvn_client & log messages

From: Calum Robinson <calumr_at_mac.com>
Date: 2004-02-16 00:00:53 CET

On 15 Feb 2004, at 22:17, C. Michael Pilato wrote:

> If you call svn_client_log() on a versioned file, you will get only
> the revisions and logs associated with that file. As for caching this
> information -- not a good idea, since log messages/authors/dates can
> be modified well after the revision is created.

I wouldn't be caching in the long-term. The cache would be used e.g. if
a user clicked on a second file that shared many of the same log
messages as the first file.

> You can already get this information via the log interface. But I
> guess I can imagine the RA->get_log() interface taking a flag of some
> sort that says "don't bother sending me the revision properties" as a
> way to reduce unnecessary network traffic.

That would do it, yes.

Calum

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Feb 16 02:21:15 2004

This is an archived mail posted to the Subversion Dev mailing list.

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