Re: FSFS verifies rep-cache when disabled

2012-07-31 Thread Daniel Shahaf
ubversion.apache.org > > Subject: Re: FSFS verifies rep-cache when disabled > > > > Julian Foad writes: > > > > > Philip Martin wrote: > > > > > >>& quot;svnadmin verify" verifies a rep-cache.db file even when &g

RE: FSFS verifies rep-cache when disabled

2012-07-31 Thread Bert Huijben
> -Original Message- > From: MARTIN PHILIP [mailto:codematt...@ntlworld.com] On Behalf Of > Philip Martin > Sent: dinsdag 31 juli 2012 21:30 > To: Julian Foad > Cc: dev@subversion.apache.org > Subject: Re: FSFS verifies rep-cache when disabled > > Julian

Re: FSFS verifies rep-cache when disabled

2012-07-31 Thread Philip Martin
Julian Foad writes: > Philip Martin wrote: > >>& quot;svnadmin verify" verifies a rep-cache.db file even when >> rep-caching is disabled.  This appears to be intentional but I don't >> understand the reasoning. >> >> svn_fs_fs__verify calls svn_fs_fs__exists_rep_cache to see if the >> cache exis

Re: FSFS verifies rep-cache when disabled

2012-07-31 Thread Julian Foad
Philip Martin wrote: >& quot;svnadmin verify" verifies a rep-cache.db file even when rep-caching > is > disabled.  This appears to be intentional but I don't understand the > reasoning. > > svn_fs_fs__verify calls svn_fs_fs__exists_rep_cache to see if the cache > exists and then calls svn_fs_fs_

FSFS verifies rep-cache when disabled

2012-07-31 Thread Philip Martin
"svnadmin verify" verifies a rep-cache.db file even when rep-caching is disabled. This appears to be intentional but I don't understand the reasoning. svn_fs_fs__verify calls svn_fs_fs__exists_rep_cache to see if the cache exists and then calls svn_fs_fs__walk_rep_reference which has the comment: