aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar wolfgang.ginolas@35852d2bbdf7344dfdf3989ad331b783f2f6e45f <wolfgangginolas@web>2016-08-07 20:02:57 +0000
committerGravatar admin <admin@branchable.com>2016-08-07 20:02:57 +0000
commit2fd3d7b73d2d654212c8e3d00f724ab74a61286e (patch)
tree4157c1184bd47002977fefd11331ec64e9179960
parent735e4e5f51fb87048d744bd75c023bf322d8c62a (diff)
-rw-r--r--doc/forum/__34__git_annex_drop__34___freezes_while___34__locking_origin...__34__.mdwn12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/forum/__34__git_annex_drop__34___freezes_while___34__locking_origin...__34__.mdwn b/doc/forum/__34__git_annex_drop__34___freezes_while___34__locking_origin...__34__.mdwn
new file mode 100644
index 000000000..b4e9b087d
--- /dev/null
+++ b/doc/forum/__34__git_annex_drop__34___freezes_while___34__locking_origin...__34__.mdwn
@@ -0,0 +1,12 @@
+Hi,
+
+I am using git annex 5.20151208-1build1 on my local machine and 5.20151208-g5ef6ed8 on "origin". I can not drop files anymore. "git annex sync --content" has the same problem when it tries to drop files:
+
+ $ git annex drop xyz
+ drop xyz (locking origin...) <-- waits here for ever
+
+ $ git annex sync --content
+ [git annex is pulling and merging stuff]
+ drop xyz (locking origin...) <-- waits here for ever
+
+What can I do? Thanks!