diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/current | 1 | ||||
-rw-r--r-- | db/format | 2 | ||||
-rw-r--r-- | db/fs-type | 1 | ||||
-rw-r--r-- | db/fsfs.conf | 37 | ||||
-rw-r--r-- | db/min-unpacked-rev | 1 | ||||
-rw-r--r-- | db/revprops/0/0 | 5 | ||||
-rw-r--r-- | db/revs/0/0 | 11 | ||||
-rw-r--r-- | db/txn-current | 1 | ||||
-rw-r--r-- | db/txn-current-lock | 0 | ||||
-rw-r--r-- | db/uuid | 1 | ||||
-rw-r--r-- | db/write-lock | 0 |
11 files changed, 60 insertions, 0 deletions
diff --git a/db/current b/db/current new file mode 100644 index 000000000..573541ac9 --- /dev/null +++ b/db/current @@ -0,0 +1 @@ +0 diff --git a/db/format b/db/format new file mode 100644 index 000000000..db06890e2 --- /dev/null +++ b/db/format @@ -0,0 +1,2 @@ +4 +layout sharded 1000 diff --git a/db/fs-type b/db/fs-type new file mode 100644 index 000000000..4fdd95313 --- /dev/null +++ b/db/fs-type @@ -0,0 +1 @@ +fsfs diff --git a/db/fsfs.conf b/db/fsfs.conf new file mode 100644 index 000000000..c50d0436d --- /dev/null +++ b/db/fsfs.conf @@ -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
diff --git a/db/min-unpacked-rev b/db/min-unpacked-rev new file mode 100644 index 000000000..573541ac9 --- /dev/null +++ b/db/min-unpacked-rev @@ -0,0 +1 @@ +0 diff --git a/db/revprops/0/0 b/db/revprops/0/0 new file mode 100644 index 000000000..bbf93f038 --- /dev/null +++ b/db/revprops/0/0 @@ -0,0 +1,5 @@ +K 8 +svn:date +V 27 +2010-09-10T21:10:51.515625Z +END diff --git a/db/revs/0/0 b/db/revs/0/0 new file mode 100644 index 000000000..10f5c45f9 --- /dev/null +++ b/db/revs/0/0 @@ -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 diff --git a/db/txn-current b/db/txn-current new file mode 100644 index 000000000..573541ac9 --- /dev/null +++ b/db/txn-current @@ -0,0 +1 @@ +0 diff --git a/db/txn-current-lock b/db/txn-current-lock new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/db/txn-current-lock diff --git a/db/uuid b/db/uuid new file mode 100644 index 000000000..abf73f0c2 --- /dev/null +++ b/db/uuid @@ -0,0 +1 @@ +5b5c3ff2-968f-d444-82f9-5b207f7d3ad4 diff --git a/db/write-lock b/db/write-lock new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/db/write-lock |