(no commit message)
authorjhannwong@c9c7a67b5632a4bbc0c959cfeb3d340e02f28565 <jhannwong@web>
Fri, 20 Nov 2015 06:55:56 +0000 (06:55 +0000)
committeradmin <admin@branchable.com>
Fri, 20 Nov 2015 06:55:56 +0000 (06:55 +0000)
doc/bugs/Unable_to_take_transfer_lock.mdwn

index 9b1e0ca9bbadcd213fcce8c05b1b80f81d45cfcd..6a95d60764b1ff6ae0af59ed158bd64a7d66843a 100644 (file)
@@ -2,6 +2,8 @@
 
 `git annex get --from=myremote' show "transfer already in progress, or unable to take transfer lock".
 
+**Likely Problem discovered!** I copied the whole remote repo (was residing on a Linux machine accessed via SMB) and pasted it into my Mac. The problem was resolved. It is likely something to do with the fact that Mac OS filesystem is **case-insensitive**. I discovered this issue when I tried to copy that remote repo with ``cp`` rather than ``tar``ing it first.
+
 
 ### What steps will reproduce the problem?