summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar cwg <cwg@web>2011-08-29 12:37:23 +0000
committerGravatar admin <admin@branchable.com>2011-08-29 12:37:23 +0000
commiteb4607aafc193073468da09a3cac5d54f6c16735 (patch)
tree8cc513c1f884bf31805ec9ecf83a3797a14c6520
parentb6758746f6433a46ac14bad58f9f6e0220a42e3e (diff)
-rw-r--r--doc/forum/advantages_of_SHA__42___over_WORM.mdwn5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/forum/advantages_of_SHA__42___over_WORM.mdwn b/doc/forum/advantages_of_SHA__42___over_WORM.mdwn
index b959db550..5b544593f 100644
--- a/doc/forum/advantages_of_SHA__42___over_WORM.mdwn
+++ b/doc/forum/advantages_of_SHA__42___over_WORM.mdwn
@@ -1,6 +1,5 @@
Thanks for creating git-annex.
-I am confused about the advantages of the SHA* backends over WORM. The "backends" page in this wiki says that with WORM files "can be moved around, but should never be added to or changed". But I don't see any difference to SHA* files as long as the premise of WORM that "any file with the same basename, size, and modification time has the same content" is true.
+I am confused about the advantages of the SHA* backends over WORM. The "backends" page in this wiki says that with WORM, files "can be moved around, but should never be added to or changed". But I don't see any difference to SHA* files as long as the premise of WORM that "any file with the same basename, size, and modification time has the same content" is true. Using "git annex unlock", WORM files can be modified in the same way as SHA* files.
-Using "git annex unlock", WORM files can be modified in the same way as SHA* files.
-If the storage I use is dependable (i.e. I don't need SHA checksums for detection of corruption), and I don't need to optimize for the case that the modification date of a file is changed but the contents stay the same, is there actually any advantage in using SHA*?
+If the storage I use is dependable (i.e. I don't need SHA checksums for detection of corruption), and I don't need to optimize for the case that the modification date of a file is changed but the contents stay the same, and if it is unlikely that several files will be identical, is there actually any advantage in using SHA*?