This commit is contained in:
Arturs.Jekabsons
2010-01-04 14:39:16 +00:00
parent 5664bdba55
commit faf8800184
28 changed files with 697 additions and 0 deletions

1
db/current Normal file
View File

@@ -0,0 +1 @@
0

2
db/format Normal file
View File

@@ -0,0 +1,2 @@
4
layout sharded 1000

1
db/fs-type Normal file
View File

@@ -0,0 +1 @@
fsfs

37
db/fsfs.conf Normal file
View File

@@ -0,0 +1,37 @@
### This file controls the configuration of the FSFS filesystem.
[memcached-servers]
### These options name memcached servers used to cache internal FSFS
### data. See http://www.danga.com/memcached/ for more information on
### memcached. To use memcached with FSFS, run one or more memcached
### servers, and specify each of them as an option like so:
# first-server = 127.0.0.1:11211
# remote-memcached = mymemcached.corp.example.com:11212
### The option name is ignored; the value is of the form HOST:PORT.
### memcached servers can be shared between multiple repositories;
### however, if you do this, you *must* ensure that repositories have
### distinct UUIDs and paths, or else cached data from one repository
### might be used by another accidentally. Note also that memcached has
### no authentication for reads or writes, so you must ensure that your
### memcached servers are only accessible by trusted users.
[caches]
### When a cache-related error occurs, normally Subversion ignores it
### and continues, logging an error if the server is appropriately
### configured (and ignoring it with file:// access). To make
### Subversion never ignore cache errors, uncomment this line.
# fail-stop = true
[rep-sharing]
### To conserve space, the filesystem can optionally avoid storing
### duplicate representations. This comes at a slight cost in performace,
### as maintaining a database of shared representations can increase
### commit times. The space savings are dependent upon the size of the
### repository, the number of objects it contains and the amount of
### duplication between them, usually a function of the branching and
### merging process.
###
### The following parameter enables rep-sharing in the repository. It can
### be switched on and off at will, but for best space-saving results
### should be enabled consistently over the life of the repository.
# enable-rep-sharing = false

1
db/min-unpacked-rev Normal file
View File

@@ -0,0 +1 @@
0

BIN
db/rep-cache.db Normal file

Binary file not shown.

5
db/revprops/0/0 Normal file
View File

@@ -0,0 +1,5 @@
K 8
svn:date
V 27
2010-01-04T14:38:37.316293Z
END

11
db/revs/0/0 Normal file
View File

@@ -0,0 +1,11 @@
PLAIN
END
ENDREP
id: 0.0.r0/17
type: dir
count: 0
text: 0 0 4 4 2d2977d1c96f487abe4a1e202dd03b4e
cpath: /
17 107

1
db/txn-current Normal file
View File

@@ -0,0 +1 @@
0

0
db/txn-current-lock Normal file
View File

1
db/uuid Normal file
View File

@@ -0,0 +1 @@
59cc2485-a21c-9c45-9cf7-4796cb0e7144

0
db/write-lock Normal file
View File