summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawk4vUNAWlaoXMpCw0pYcEv48mnXVYtOlWE <Nabla64@web>2014-03-17 17:50:55 +0000
committerGravatar admin <admin@branchable.com>2014-03-17 17:50:55 +0000
commit7bb99385e5e3be7f2d94c117fe7f04eefb73a159 (patch)
treee9777f6e3e03f6ac8b1e857c43cdce2ad646c6ef /doc/bugs
parent1560f798d41d851b8897c1b3482a409324473855 (diff)
rsync special remote on linux from a windows machines, impossible to get
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/rsync_special_remote_on_linux_from_a_windows_machines__44___impossible_to_get.mdwn26
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/bugs/rsync_special_remote_on_linux_from_a_windows_machines__44___impossible_to_get.mdwn b/doc/bugs/rsync_special_remote_on_linux_from_a_windows_machines__44___impossible_to_get.mdwn
new file mode 100644
index 000000000..b9ec13812
--- /dev/null
+++ b/doc/bugs/rsync_special_remote_on_linux_from_a_windows_machines__44___impossible_to_get.mdwn
@@ -0,0 +1,26 @@
+### Please describe the problem.
+Impossible to get content from a rsync special remote on linux from windoes.
+
+### What steps will reproduce the problem?
+git annex get .
+
+### What version of git-annex are you using? On what operating system?
+5.20140316-gbe47273 on windows 8.
+
+### Please provide any additional information below.
+It seem that git-annex want to use \ path but on a linux box for rsync, it's /.
+
+This is the debug mode log.
+[[!format sh """
+# If you can, paste a complete transcript of the problem occurring here.
+# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
+read: rsync ["-e","'ssh' '-l' 'git' '-T'
+","--progress","--inplace","git@strasser-family.ch:~/files/71a\\505\\'SHA256E-s3
+232448--0883493b441fcc577554a4e56d353963c83c69d1d4e08bdaf5410dea2400424d.mat\\SH
+A256E-s3232448--0883493b441fcc577554a4e56d353963c83c69d1d4e08bdaf5410dea2400424d
+.mat'","/cygdrive/c/Users/pablo/Desktop/Nouveau dossier/InnerResult/.git/annex/t
+mp/SHA256E-s3232448--0883493b441fcc577554a4e56d353963c83c69d1d4e08bdaf5410dea240
+0424d.mat"]
+
+# End of transcript or log.
+"""]]