summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-03-17 14:27:57 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-03-17 14:30:45 -0400
commit8d52678e5bc07efa0211e138de76e24f1f34de2e (patch)
tree1e34de1ae45fb111a77ac22105eb50619752caf4 /doc
parentcbd9606e89fe0310e91ffa119e978825dc284806 (diff)
remove duplicate posts all about the same issue
If iat first it doesn't work, spam spam spam spam
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/rsync_special_remote_on_linux_from_a_windows_machines__44___impossible_to_get..mdwn53
-rw-r--r--doc/bugs/rsync_special_remote_on_linux_from_a_windows_machines__44___impossible_to_get.mdwn26
-rw-r--r--doc/bugs/rsync_special_remote_on_linux_from_a_windows_machines_impossible_to_get.mdwn26
-rw-r--r--doc/forum/Rsync_linux_Rsync_special_remote_one_windows.mdwn3
4 files changed, 0 insertions, 108 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
deleted file mode 100644
index 2a327fd81..000000000
--- a/doc/bugs/rsync_special_remote_on_linux_from_a_windows_machines__44___impossible_to_get..mdwn
+++ /dev/null
@@ -1,53 +0,0 @@
-### Please describe the problem.
-
-Getting file from a linux rsync special remote from a windows machine is impossible.
-
-### 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.
-
-Launching in debug mode, we see the wrong \\ used instead of / used. Syntax that rsync doesn't understand on a linux box.
-[[!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/G5\\jj\\'SHA256E-s675
---1112f74fc9ebea01460efe26e447171a1aacf8e551f06f62ef6fe683df02e03c.mat\\SHA256E-
-s675--1112f74fc9ebea01460efe26e447171a1aacf8e551f06f62ef6fe683df02e03c.mat'","/c
-ygdrive/c/Users/pablo/Desktop/Nouveau dossier/InnerResult/.git/annex/tmp/SHA256E
--s675--1112f74fc9ebea01460efe26e447171a1aacf8e551f06f62ef6fe683df02e03c.mat"]
-
-# End of transcript or log.
-"""]]
-
-
-
-### Please describe the problem.
-
-Getting file from a linux rsync special remote from a windows machine is impossible.
-
-### 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.
-
-Launching in debug mode, we see the wrong \\ used instead of / used. Syntax that rsync doesn't understand on a linux box.
-[[!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/G5\\jj\\'SHA256E-s675
---1112f74fc9ebea01460efe26e447171a1aacf8e551f06f62ef6fe683df02e03c.mat\\SHA256E-
-s675--1112f74fc9ebea01460efe26e447171a1aacf8e551f06f62ef6fe683df02e03c.mat'","/c
-ygdrive/c/Users/pablo/Desktop/Nouveau dossier/InnerResult/.git/annex/tmp/SHA256E
--s675--1112f74fc9ebea01460efe26e447171a1aacf8e551f06f62ef6fe683df02e03c.mat"]
-
-# End of transcript or log.
-"""]]
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
deleted file mode 100644
index b9ec13812..000000000
--- a/doc/bugs/rsync_special_remote_on_linux_from_a_windows_machines__44___impossible_to_get.mdwn
+++ /dev/null
@@ -1,26 +0,0 @@
-### 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.
-"""]]
diff --git a/doc/bugs/rsync_special_remote_on_linux_from_a_windows_machines_impossible_to_get.mdwn b/doc/bugs/rsync_special_remote_on_linux_from_a_windows_machines_impossible_to_get.mdwn
deleted file mode 100644
index b9ec13812..000000000
--- a/doc/bugs/rsync_special_remote_on_linux_from_a_windows_machines_impossible_to_get.mdwn
+++ /dev/null
@@ -1,26 +0,0 @@
-### 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.
-"""]]
diff --git a/doc/forum/Rsync_linux_Rsync_special_remote_one_windows.mdwn b/doc/forum/Rsync_linux_Rsync_special_remote_one_windows.mdwn
deleted file mode 100644
index 592080015..000000000
--- a/doc/forum/Rsync_linux_Rsync_special_remote_one_windows.mdwn
+++ /dev/null
@@ -1,3 +0,0 @@
-I tested today to access a rsync special remote on a linux machine from git annex in windows.
-Launching in debug mode, I noticed that the path on the remote server is a mix between correct linux and incorrect windows path. The path to the storage directory is correctly in linux style, but the path in the hash are in windows style, style that rsync doesn't accept.
-Is it possible to force a style for path separator for a given remote?