aboutsummaryrefslogtreecommitdiff
path: root/doc/backends
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawmraN_ldJplGunVGmnjjLN6jL9s9TrVMGE <var_Arnfjr@web>2014-08-05 21:35:34 +0000
committerGravatar admin <admin@branchable.com>2014-08-05 21:35:34 +0000
commitc56f1b4b2358104b1aa4c5a1426d085f407f6c4a (patch)
treeb056a64a41e930ed7d3413553ebe383ee81c323d /doc/backends
parentb4c50293f86e1cc31ec3b1698c9d4c2141261031 (diff)
Added a comment: Can annex use existing backends when amending existing files?
Diffstat (limited to 'doc/backends')
-rw-r--r--doc/backends/comment_7_4aa8cfaec1090f79fed530720e4ddad4._comment18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/backends/comment_7_4aa8cfaec1090f79fed530720e4ddad4._comment b/doc/backends/comment_7_4aa8cfaec1090f79fed530720e4ddad4._comment
new file mode 100644
index 000000000..3028547fe
--- /dev/null
+++ b/doc/backends/comment_7_4aa8cfaec1090f79fed530720e4ddad4._comment
@@ -0,0 +1,18 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawmraN_ldJplGunVGmnjjLN6jL9s9TrVMGE"
+ nickname="Ævar Arnfjörð"
+ subject="Can annex use existing backends when amending existing files?"
+ date="2014-08-05T21:35:34Z"
+ content="""
+Related to the question posed in http://git-annex.branchable.com/forum/switching_backends/ can git annex be told to use the existing backend for a given file?
+
+The use case for this is that you have an existing repo that started out e.g. with SHA256, but new files are being added with SHA256E since that's the default now.
+
+But I was doing:
+
+ git annex edit .
+ rsync /some/old/copy/ .
+ git annex add .
+
+And was expecting it to show no changes for existing files, but it did, it would be nice if that was not the case.
+"""]]