summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bvaa <bvaa@web>2014-03-31 16:34:10 +0000
committerGravatar admin <admin@branchable.com>2014-03-31 16:34:10 +0000
commitdce2ea2aac2161cda9b683909e12ec063b6524c9 (patch)
treee3bc692c0d8a8c3c3e18cd6b6eed753d816b21ad
parent9666ac8e82d6c2c37c48479eb7155ed22b0613ca (diff)
-rw-r--r--doc/forum/ignore_changes_made_by_a_remote.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/forum/ignore_changes_made_by_a_remote.mdwn b/doc/forum/ignore_changes_made_by_a_remote.mdwn
new file mode 100644
index 000000000..3659774b4
--- /dev/null
+++ b/doc/forum/ignore_changes_made_by_a_remote.mdwn
@@ -0,0 +1,8 @@
+Hi,
+
+I have two repo one in direct (on windows) and one in indirect mode. From time to time the files in the direct repo are replaced by empty files however running git annex fsck always solves it.
+The problem is that today I did run git annex sync before running git annex fsck and git annex has then created two -variants for each of my files one empty and one with the content.
+I guess the easier for me is to just scrap that repo and make a new one however how do I prevent the changes to propagate now? I guess that if I now run git annex sync on my other repo all those small files are going to have linked created for them there as well.
+
+I hope this is clear,
+Thanks in advance.