Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin/datastore-service
diff options
context:
space:
mode:
authorBenjamin Saller <bcsaller@objectrealms.net>2007-06-27 15:49:49 (GMT)
committer Benjamin Saller <bcsaller@objectrealms.net>2007-06-27 15:49:49 (GMT)
commitf5a5d0ff66cbf48429597c66bdf0cadf437cbacf (patch)
treec89b06d27cf45221206faf54ece9250cebc43e9a /bin/datastore-service
parent925bdc30bad7fcbd8a9785cb21ce49cc93423285 (diff)
register the inplace: scheme
Diffstat (limited to 'bin/datastore-service')
-rwxr-xr-xbin/datastore-service1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/datastore-service b/bin/datastore-service
index c558e5c..439394d 100755
--- a/bin/datastore-service
+++ b/bin/datastore-service
@@ -50,6 +50,7 @@ bus = dbus.SessionBus()
ds = DataStore(querymanager_sync_index=False)
ds.registerBackend(backingstore.FileBackingStore)
+ds.registerBackend(backingstore.InplaceFileBackingStore)
ds.mount(repo_dir, {'sync_index': False})
# and run it