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

Re: Meaning of fsfs files

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-10-09 19:16:11 CEST

On Oct 9, 2004, at 11:20 AM, JS.staff wrote:
>
> I've noticed some files '__db.002' etc that don't get copied when I
> hotcopy.. what do they do?

Huh? There are no __db.* files in an fsfs repsository. That comes
from a BerkeleyDB repository.

$ ls -lR fsfs_repos/db
total 24
-rw-r--r-- 1 sussman sussman 6 9 Oct 12:14 current
-rw-r--r-- 1 sussman sussman 5 9 Oct 12:14 fs-type
drwxr-xr-x 3 sussman sussman 102 9 Oct 12:14 revprops/
drwxr-xr-x 3 sussman sussman 102 9 Oct 12:14 revs/
drwxr-xr-x 2 sussman sussman 68 9 Oct 12:14 transactions/
-rw-r--r-- 1 sussman sussman 37 9 Oct 12:14 uuid

[...]

>
> Also, is there advice on what to do if a fsfs repos gets broken?

It doesn't get broken. It's not a journalling database, so it can't
get 'wedged' in an inconsistent state like BerkeleyDB does. 'svnadmin
recover' is meaningless for fsfs repositories.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Oct 9 19:16:36 2004

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.