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

Re: Recovering repository with multiple missing rev/ files

From: Ryan Schmidt <subversion-2010b_at_ryandesign.com>
Date: Tue, 15 Jun 2010 12:12:24 -0500

On Jun 15, 2010, at 11:36, Eiren Smith wrote:

>> Working copies do not contain logs; "svn log" always connects to the repository.
>
> Actually, for what it's worth in the current context, SVN has supported local log cacheing for a while. I don't recall which version introduced this feature, maybe 1.5 or 1.6.

This was new to me. I found a reference to such a feature being added to TortoiseSVN in version 1.5:

http://tortoisesvn.tigris.org/tsvn_1.5_releasenotes.html#log-cache

But I can't find any mention of this existing in Subversion proper. Do you have other information?

Are your users using TortoiseSVN?

Even if they are, my understanding of this feature is that it caches the properties of each revision (like log message, author, date & time). Not sure if it caches the list of files affected by each revision too. But it certainly won't cache the actual changes made to the files in those revisions; the only file contents you have available is the version currently in each working copy.
Received on 2010-06-15 19:13:23 CEST

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.