summaryrefslogtreecommitdiff
path: root/doc/bugs/git-annex___38___rsync_can__39__t_copy_files_with___39__:__39___in_their_name...
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-05-29 15:23:05 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-05-29 15:23:05 -0400
commit1f6cfecc972b121fa42ea80383183bbaccc2195a (patch)
tree0a450c4226f5e05c2a3597a9f520376de281fffe /doc/bugs/git-annex___38___rsync_can__39__t_copy_files_with___39__:__39___in_their_names.mdwn
parenta95fb731cd117f35a6e0fce90d9eb35d0941e26e (diff)
remove old closed bugs and todo items to speed up wiki updates and reduce size
Remove closed bugs and todos that were least edited before 2014. Command line used: for f in $(grep -l '\[\[done\]\]' *.mdwn); do if [ -z $(git log --since=2014 --pretty=oneline "$f") ]; then git rm $f; git rm -rf $(echo "$f" | sed 's/.mdwn$//'); fi; done
Diffstat (limited to 'doc/bugs/git-annex___38___rsync_can__39__t_copy_files_with___39__:__39___in_their_names.mdwn')
-rw-r--r--doc/bugs/git-annex___38___rsync_can__39__t_copy_files_with___39__:__39___in_their_names.mdwn38
1 files changed, 0 insertions, 38 deletions
diff --git a/doc/bugs/git-annex___38___rsync_can__39__t_copy_files_with___39__:__39___in_their_names.mdwn b/doc/bugs/git-annex___38___rsync_can__39__t_copy_files_with___39__:__39___in_their_names.mdwn
deleted file mode 100644
index b55493dc4..000000000
--- a/doc/bugs/git-annex___38___rsync_can__39__t_copy_files_with___39__:__39___in_their_names.mdwn
+++ /dev/null
@@ -1,38 +0,0 @@
-What steps will reproduce the problem?
-
-Send a file with the character ':' in it. rsync fails to send those files from the command line as well
-confusing them with hostnames. As far as I know a workaround is prepending the pathname with './'
-(for rsync commandline invocation that is)
-
-What is the expected output? What do you see instead?
-
- copy müzik/Mixxx/Recordings/2013-01-15_16h:13m:03s.mp3 (checking kaotik...) (to kaotik...)
- git-annex: //home/alip/kaotika/.git/annex/transfer/download/effe4eef-926f-494c-a3b6-eeecdc208fb9/SHA256-s36349200--ce51eaf316b19c61831
- 41f0bda1c54be7e590e5999753a4b1c16bafab93a3fc1: commitBuffer: invalid argument (invalid character)
- git-annex-shell: recvkey: 1 failed
- protocol version mismatch -- is your shell clean?
- (see the rsync man page for an explanation)
- rsync error: protocol incompatibility (code 2) at compat.c(174) [sender=3.0.9]
-
-
-What version of git-annex are you using? On what operating system?
-
- git-annex version: 3.20120807
- local repository version: 3
- default repository version: 3
- supported repository versions: 3
- upgrade supported from repository versions: 0 1 2
-
-Operating system is Linux (Exherbo) although this isn't a packaged installation.
-I installed it by hand from git sources.
-
-Please provide any additional information below.
-
-Thanks for the wonderful tool!
-
-> This is a duplicate of
-> [[bugs/commitBuffer:_invalid_argument___40__invalid_character__41__]],
-> which was fixed in version 3.20120924. You need to upgrade the git-annex
-> on kaotik. [[done]]
->
-> (It has nothing to do with rsync or colon in filenames.) --[[Joey]]