Simon Large wrote:
>Also, it looks like SubVersion is set up to delete the redundant logfiles.
>The DB_CONFIG file has 'set_flags DB_LOG_AUTOREMOVE',
>but the logfiles do not appear to get deleted immediately they become
>redundant, although they do disappear later on, which was a little confusing
>to start out.
>
>
Heh, that's because a log file doesn't necessarily become redundant when
a new one appears, only when all the transactions it refers to have been
committed and the data changes synced to disk. So there's a transition
period where it's quite reasonable to have at least two log files active
at the same time. There can easily be more than two, for example, if
you're committing a large file.
-- Brane
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jul 31 13:38:01 2004