summaryrefslogtreecommitdiff
path: root/Locations.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-11-16 00:42:33 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-11-16 00:42:33 -0400
commit99c4c837efc778ee792bacb53632261da1dfa99a (patch)
tree80300049872207a1220c21dc717e71b332cf4821 /Locations.hs
parent9873d38731cb2bebfc2a397f304d89e51c306aa0 (diff)
drop webdav compatability with the directory special remote etc
The benefit of using a compatable directory structure does not outweigh the cost in complexity of handling the multiple locations content can be stored in directory special remotes. And this also allows doing away with the parent directories, which can't be made unwritable in DAV, so have no benefit there. This will save 2 http calls per file store. But, kept the directory hashing, just in case.
Diffstat (limited to 'Locations.hs')
-rw-r--r--Locations.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Locations.hs b/Locations.hs
index 3a7c89ea7..6213385bd 100644
--- a/Locations.hs
+++ b/Locations.hs
@@ -11,6 +11,7 @@ module Locations (
keyPaths,
gitAnnexLocation,
annexLocations,
+ annexLocation,
gitAnnexDir,
gitAnnexObjectDir,
gitAnnexTmpDir,