aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar sameerds <sameerds@web>2016-01-03 17:39:29 +0000
committerGravatar admin <admin@branchable.com>2016-01-03 17:39:29 +0000
commit91ef44291dfef6b0cf18bc8a4567afdcfbbf99cc (patch)
tree7f920915727e8c701553185e2b06a8ac2baba805
parent17fdc846ce24aa51dbf625ad228845eedf56f15e (diff)
-rw-r--r--doc/forum/__34__git_annex_get__34___on_windows_fails_with_rsync_error.mdwn20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/forum/__34__git_annex_get__34___on_windows_fails_with_rsync_error.mdwn b/doc/forum/__34__git_annex_get__34___on_windows_fails_with_rsync_error.mdwn
new file mode 100644
index 000000000..5fb7492ba
--- /dev/null
+++ b/doc/forum/__34__git_annex_get__34___on_windows_fails_with_rsync_error.mdwn
@@ -0,0 +1,20 @@
+I tried cloning an annex repo between two drives "c:" and "d:". The part with "git clone" itself works, but when I try to execute "git annex get", rsync reports an error about a missing path starting with "/cygdrive".
+
+ Sameer@DESKTOP-6CJGO0T MINGW32 /d/a (annex/direct/master)
+ $ git annex get --not --in here
+ get world.txt (from origin...)
+ rsync: change_dir "/cygdrive/c/scratch/a" failed: No such file or directory (2)
+ rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1183) [sender=3.1.1]
+
+ rsync failed -- run git annex again to resume file transfer
+
+ Unable to access these remotes: origin
+
+ Try making some of these repositories available:
+ cda3a2c6-7ddc-4164-ad6d-fbb2720b24d7 -- DESKTOP-6CJGO0T:C:\scratch\a [origin]
+ failed
+ git-annex: get: 1 failed
+
+I am running git annex that was installed in the same directory as a 32-bit git version 2.6.4 for windows (mingw32).
+
+The question is, my windows drives are actually visible as "/c" and "/a" ... then why is rsync searching for "/cygdrive/c" etc? This is clearly not a Cygwin installation.