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

Re: Log cache not updating

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Mon, 13 Jun 2011 09:17:31 +0200

On 10.06.2011 06:08, Craig McQueen wrote:
> Hello,
>
> Looking at this more closely...
>
> I tried changing to “Power user defaults” for log caching settings. (I
> understand the ambiguous URLs and UUIDs). It didn’t seem to help.
>
> In my particular case, I have two log windows open at once, pointing to
> separate directories (sub-projects) in one repository. I’m manually
> porting changes between sub-projects, then adding notes to the log
> entries. I think when I close both windows, then the log changes made in
> one window might get lost (not updated in the cache). That’s my guess at
> this stage—I haven’t been able to conclusively establish that.

The cache is written to disk when you close the dialog. If you have two
dialogs open, the last one to close wins.
There's also some locking going on: if the cache is opened by another
dialog in write mode (i.e, if you just closed a dialog), then the next
dialog can't write to the cache.

And remember: the cache is local. If you edit a log message and/or
commit author, that change is only written to *your* log cache. All
others will still have their own unmodified version in the cache.

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=2764180
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-06-13 09:17:42 CEST

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.