summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar CandyAngel <CandyAngel@web>2015-06-05 07:21:44 +0000
committerGravatar admin <admin@branchable.com>2015-06-05 07:21:44 +0000
commitc3b9c96cbc7f8910381f4933288295ab0b33b8fd (patch)
treeeef06bc41231f09356720edd30d2345885703761
parent498eb08868955c6e5f9019b34b70a37d2b12aad2 (diff)
Added a comment
-rw-r--r--doc/forum/renaming_directories_not_supported__63__/comment_1_94bb80e70fe619c6f1913b4a233e47ec._comment15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/forum/renaming_directories_not_supported__63__/comment_1_94bb80e70fe619c6f1913b4a233e47ec._comment b/doc/forum/renaming_directories_not_supported__63__/comment_1_94bb80e70fe619c6f1913b4a233e47ec._comment
new file mode 100644
index 000000000..8d51caa25
--- /dev/null
+++ b/doc/forum/renaming_directories_not_supported__63__/comment_1_94bb80e70fe619c6f1913b4a233e47ec._comment
@@ -0,0 +1,15 @@
+[[!comment format=mdwn
+ username="CandyAngel"
+ subject="comment 1"
+ date="2015-06-05T07:21:44Z"
+ content="""
+Looks like you missed a step from your output (difficult to be sure because you don't show a full transcript showing a rename and it not being present in the other repo).
+
+Have you updated the remote repo where the changes aren't present? 'git annex sync' or 'git annex merge'?
+
+If you made the changes in repoA and ran sync there, it pushes the changes to repoB, but it can't update repoB's working directory remotely (restriction from git). You have to update it locally to see them.
+
+First few paragraphs of [sync](http://git-annex.branchable.com/sync/) mention this.
+
+So if you run sync or merge in the remote repository, you should see your changes.
+"""]]