summaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/DB_CONFIG58
-rw-r--r--db/__db.001bin0 -> 8192 bytes
-rw-r--r--db/__db.002bin0 -> 270336 bytes
-rw-r--r--db/__db.003bin0 -> 393216 bytes
-rw-r--r--db/__db.004bin0 -> 737280 bytes
-rw-r--r--db/__db.005bin0 -> 16384 bytes
-rw-r--r--db/changesbin0 -> 16384 bytes
-rw-r--r--db/copiesbin0 -> 16384 bytes
-rw-r--r--db/fs-type1
-rw-r--r--db/log.0000000001bin0 -> 137692 bytes
-rw-r--r--db/nodesbin0 -> 16384 bytes
-rw-r--r--db/representationsbin0 -> 16384 bytes
-rw-r--r--db/revisionsbin0 -> 16384 bytes
-rw-r--r--db/stringsbin0 -> 16384 bytes
-rw-r--r--db/transactionsbin0 -> 16384 bytes
-rw-r--r--db/uuidsbin0 -> 16384 bytes
16 files changed, 59 insertions, 0 deletions
diff --git a/db/DB_CONFIG b/db/DB_CONFIG
new file mode 100644
index 0000000..f76f07c
--- /dev/null
+++ b/db/DB_CONFIG
@@ -0,0 +1,58 @@
+# This is the configuration file for the Berkeley DB environment
+# used by your Subversion repository.
+# You must run 'svnadmin recover' whenever you modify this file,
+# for your changes to take effect.
+
+### Lock subsystem
+#
+# Make sure you read the documentation at:
+#
+# http://www.sleepycat.com/docs/ref/lock/max.html
+#
+# before tweaking these values.
+set_lk_max_locks 2000
+set_lk_max_lockers 2000
+set_lk_max_objects 2000
+
+### Log file subsystem
+#
+# Make sure you read the documentation at:
+#
+# http://www.sleepycat.com/docs/api_c/env_set_lg_bsize.html
+# http://www.sleepycat.com/docs/api_c/env_set_lg_max.html
+# http://www.sleepycat.com/docs/ref/log/limits.html
+#
+# Increase the size of the in-memory log buffer from the default
+# of 32 Kbytes to 256 Kbytes. Decrease the log file size from
+# 10 Mbytes to 1 Mbyte. This will help reduce the amount of disk
+# space required for hot backups. The size of the log file must be
+# at least four times the size of the in-memory log buffer.
+#
+# Note: Decreasing the in-memory buffer size below 256 Kbytes
+# will hurt commit performance. For details, see this post from
+# Daniel Berlin <dan@dberlin.org>:
+#
+# http://subversion.tigris.org/servlets/ReadMsg?list=dev&msgId=161960
+set_lg_bsize 262144
+set_lg_max 1048576
+#
+# If you see "log region out of memory" errors, bump lg_regionmax.
+# See http://www.sleepycat.com/docs/ref/log/config.html and
+# http://svn.haxx.se/users/archive-2004-10/1001.shtml for more.
+set_lg_regionmax 131072
+#
+# Disable fsync of log files on transaction commit. Read the
+# documentation about DB_TXN_NOSYNC at:
+#
+# http://www.sleepycat.com/docs/api_c/env_set_flags.html
+#
+# [requires Berkeley DB 4.0]
+# set_flags DB_TXN_NOSYNC
+#
+# Enable automatic removal of unused transaction log files.
+# Read the documentation about DB_LOG_AUTOREMOVE at:
+#
+# http://www.sleepycat.com/docs/api_c/env_set_flags.html
+#
+# [requires Berkeley DB 4.2]
+set_flags DB_LOG_AUTOREMOVE
diff --git a/db/__db.001 b/db/__db.001
new file mode 100644
index 0000000..64c87b0
--- /dev/null
+++ b/db/__db.001
Binary files differ
diff --git a/db/__db.002 b/db/__db.002
new file mode 100644
index 0000000..2d8fe17
--- /dev/null
+++ b/db/__db.002
Binary files differ
diff --git a/db/__db.003 b/db/__db.003
new file mode 100644
index 0000000..d292f7a
--- /dev/null
+++ b/db/__db.003
Binary files differ
diff --git a/db/__db.004 b/db/__db.004
new file mode 100644
index 0000000..d70dd17
--- /dev/null
+++ b/db/__db.004
Binary files differ
diff --git a/db/__db.005 b/db/__db.005
new file mode 100644
index 0000000..0c7dbec
--- /dev/null
+++ b/db/__db.005
Binary files differ
diff --git a/db/changes b/db/changes
new file mode 100644
index 0000000..585393c
--- /dev/null
+++ b/db/changes
Binary files differ
diff --git a/db/copies b/db/copies
new file mode 100644
index 0000000..f515991
--- /dev/null
+++ b/db/copies
Binary files differ
diff --git a/db/fs-type b/db/fs-type
new file mode 100644
index 0000000..b225756
--- /dev/null
+++ b/db/fs-type
@@ -0,0 +1 @@
+bdb
diff --git a/db/log.0000000001 b/db/log.0000000001
new file mode 100644
index 0000000..f134059
--- /dev/null
+++ b/db/log.0000000001
Binary files differ
diff --git a/db/nodes b/db/nodes
new file mode 100644
index 0000000..c5722a5
--- /dev/null
+++ b/db/nodes
Binary files differ
diff --git a/db/representations b/db/representations
new file mode 100644
index 0000000..d94a3d4
--- /dev/null
+++ b/db/representations
Binary files differ
diff --git a/db/revisions b/db/revisions
new file mode 100644
index 0000000..6a25d11
--- /dev/null
+++ b/db/revisions
Binary files differ
diff --git a/db/strings b/db/strings
new file mode 100644
index 0000000..4cea84a
--- /dev/null
+++ b/db/strings
Binary files differ
diff --git a/db/transactions b/db/transactions
new file mode 100644
index 0000000..76a5254
--- /dev/null
+++ b/db/transactions
Binary files differ
diff --git a/db/uuids b/db/uuids
new file mode 100644
index 0000000..528f3fc
--- /dev/null
+++ b/db/uuids
Binary files differ