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

Re: Summary of log entries not updated for others after edit of an entry

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Wed, 28 Oct 2015 11:56:13 +0100

On Wed, Oct 28, 2015 at 10:36 AM, Francois Grieu <fgrieu_at_gmail.com> wrote:

> Hello,
>
> we have a repository (implemented as a directory on a file server) where we
> enabled editing log entries (recognizing svn:author in
> hooks/pre-revprop-change.bat)
>
> Problem is: only the person who made an edit to the log entry sees it in
> the
> summary of log entries (as show by "show log").
> The edited log entry does show to others when they "edit log message" on
> that
> entry (and from then on if accepting changes).
>

That's by design. The whole point of a log cache is that the log is stored
locally once it is fetched from the server.

So you have a few options:
* disable the log cache (settings dialog). That way, the log entries are
always fetched from the server, never from a local cache. And are then of
course always up-to-date with your edits.
* hit Ctrl+F5 in the log dialog to reload the shown entries from the
server, updating the log cache.
* delete the log cache from the settings dialog.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3144333
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2015-10-28 11:56:41 CET

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.