You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Thomas Harold <th...@nybeta.com> on 2013/06/19 15:09:00 UTC

Re: Crash in 1.8.0 (db/format layout linear)

On 6/19/2013 5:30 AM, Daniel Shahaf wrote:
> Does %REPOS_DIR%\db\format contain
>
> "4
> layout linear"?
>
> If so, that's a known issue that will be fixed in 1.8.1.
>

Out of curiosity, which versions of SVN produced a "layout linear"?  I'm 
guessing that was from back in the SVN 1.4 days (repo format #2) as 
"layout sharded" was added in SVN 1.5 (repo format #3)?  At least, 
that's the impression that I got from:

http://svn.apache.org/repos/asf/subversion/trunk/tools/server-side/fsfs-reshard.py

Checked our repositories with the following:

find /var/svn/ -maxdepth 3 -name format -exec grep -H 'layout' {} \;