summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar binx <binx@web>2016-12-16 13:57:41 +0000
committerGravatar admin <admin@branchable.com>2016-12-16 13:57:41 +0000
commit300758ebbc9a5a4fdf8e435edac092e4fb4d1cc0 (patch)
treee016fe265b016c6eff54284394a6a06a3d9ecf79 /doc
parent650903d2230f92684e3128904695f2fb0481ad95 (diff)
Added a comment
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/two-way_assistant_sync_with_ssh_special_remote/comment_1_d42def5dfc1cf814fdb07f7cf808bb12._comment24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/forum/two-way_assistant_sync_with_ssh_special_remote/comment_1_d42def5dfc1cf814fdb07f7cf808bb12._comment b/doc/forum/two-way_assistant_sync_with_ssh_special_remote/comment_1_d42def5dfc1cf814fdb07f7cf808bb12._comment
new file mode 100644
index 000000000..a9db03580
--- /dev/null
+++ b/doc/forum/two-way_assistant_sync_with_ssh_special_remote/comment_1_d42def5dfc1cf814fdb07f7cf808bb12._comment
@@ -0,0 +1,24 @@
+[[!comment format=mdwn
+ username="binx"
+ avatar="http://cdn.libravatar.org/avatar/1c2b6fe37ed500f4b72c105e42e81ba9"
+ subject="comment 1"
+ date="2016-12-16T13:57:41Z"
+ content="""
+I updated git-annex on the server. I now *sometimes* get automatic two-way syncing to happen with assistant. But it is not really consistent or reliable. One thing that seems to consistently fail is when I drag and drop a file into the annex folder on the mac. When I drag filename.txt into ~/annex, and then run git annex sync, I get the message:
+
+ $ git annex sync
+ commit
+ On branch adjusted/master(unlocked)
+ Your branch is up-to-date with 'origin/adjusted/master(unlocked)'.
+ Untracked files:
+ .DS_Store
+ filename.txt
+
+ nothing added to commit but untracked files present
+ ok
+ pull u
+ ok
+ pull origin
+ ok
+
+"""]]