diff options
author | Joey Hess <joey@kitenet.net> | 2014-05-24 20:38:29 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-05-24 20:38:29 -0400 |
commit | e7f5ba88f0129059d37788b9ebfa2e9571183f2a (patch) | |
tree | b0cb25bf1441afdc9de6364fc0990fad21ee30b7 /doc | |
parent | 6ce62b963df88bfa4dd743ccf615a664b7ced10b (diff) | |
parent | 93abdbe225f54039cea8b6fa287d753ef49ea485 (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc')
5 files changed, 86 insertions, 0 deletions
diff --git a/doc/bugs/no_git-annex_shell_on_Windows/comment_4_04b30dd9e510762ee547e7b45bdba660._comment b/doc/bugs/no_git-annex_shell_on_Windows/comment_4_04b30dd9e510762ee547e7b45bdba660._comment new file mode 100644 index 000000000..4a6fd402d --- /dev/null +++ b/doc/bugs/no_git-annex_shell_on_Windows/comment_4_04b30dd9e510762ee547e7b45bdba660._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog" + nickname="Michael" + subject="comment 4" + date="2014-05-24T21:26:24Z" + content=""" +I tried copying git-annex.exe to git-annex-shell.exe, but it doesn't behave as git-annex-shell: + +git-annex-shell -c configlist +git-annex-shell.exe: unknown command configlist + +"""]] diff --git a/doc/bugs/no_git-annex_shell_on_Windows/comment_5_beebbd4a41cccfc7aac3c19d76c3b978._comment b/doc/bugs/no_git-annex_shell_on_Windows/comment_5_beebbd4a41cccfc7aac3c19d76c3b978._comment new file mode 100644 index 000000000..9d9acf54f --- /dev/null +++ b/doc/bugs/no_git-annex_shell_on_Windows/comment_5_beebbd4a41cccfc7aac3c19d76c3b978._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog" + nickname="Michael" + subject="comment 5" + date="2014-05-24T21:45:55Z" + content=""" +Looks like .exe prefix confuses detection logic. If I remove extension, it does behave as git-annex-shell. +"""]] diff --git a/doc/bugs/no_git-annex_shell_on_Windows/comment_6_957c5da5f336c7ef59e4149602471888._comment b/doc/bugs/no_git-annex_shell_on_Windows/comment_6_957c5da5f336c7ef59e4149602471888._comment new file mode 100644 index 000000000..c9d4c3a6a --- /dev/null +++ b/doc/bugs/no_git-annex_shell_on_Windows/comment_6_957c5da5f336c7ef59e4149602471888._comment @@ -0,0 +1,15 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog" + nickname="Michael" + subject="comment 6" + date="2014-05-24T21:49:47Z" + content=""" +However, it's still not usable remotely over ssh: + +git annex sync kpf + +git-annex-shell: git: createProcess: invalid argument (Invalid argument) + + Remote kpf does not have git-annex installed; setting annex-ignore + +"""]] diff --git a/doc/bugs/no_git-annex_shell_on_Windows/comment_7_a8654cf656de55ccdcf40270a1ef4ca9._comment b/doc/bugs/no_git-annex_shell_on_Windows/comment_7_a8654cf656de55ccdcf40270a1ef4ca9._comment new file mode 100644 index 000000000..1733b29dd --- /dev/null +++ b/doc/bugs/no_git-annex_shell_on_Windows/comment_7_a8654cf656de55ccdcf40270a1ef4ca9._comment @@ -0,0 +1,35 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog" + nickname="Michael" + subject="comment 7" + date="2014-05-24T22:07:15Z" + content=""" +OK thought I'd use it with annex-ignore set, but: + + git annex copy --to=kpf file.jpg + copy file.jpg (checking kpf...) git-annex-shell: git: createProcess: invalid argument (Invalid argument) +(to kpf...) + git-annex-shell: git: createProcess: invalid argument (Invalid argument) + rsync: connection unexpectedly closed (0 bytes received so far) [sender] + rsync error: error in rsync protocol data stream (code 12) at io.c(226) [sender=3.1.0] + + rsync failed -- run git annex again to resume file transfer + failed +git-annex: copy: 1 failed + + +For reference, here's the .git/config section. + +I can either set receivepack/uploadpack like below or add /cygdrive/c/Program Files (x86)/Git/libexec/git-core to PATH in cygwin shell. + +Also, if I set url to kp:/cygdrive/f/backup/f, git complains that it's not a git repository (msysgit doesn't understand cygwin stuff?) + + [remote \"kpf\"] + url = kp:f:/backup/ph + fetch = +refs/heads/*:refs/remotes/kpf/* + receivepack = git receive-pack + uploadpack = git upload-pack + annex-uuid = 99c498fc-e38e-11e3-8bb0-5368a291bd90 + annex-ignore = true + +"""]] diff --git a/doc/bugs/no_git-annex_shell_on_Windows/comment_8_3c8bb1b1d67ca1a6e568e381d24a2574._comment b/doc/bugs/no_git-annex_shell_on_Windows/comment_8_3c8bb1b1d67ca1a6e568e381d24a2574._comment new file mode 100644 index 000000000..ba7fadc23 --- /dev/null +++ b/doc/bugs/no_git-annex_shell_on_Windows/comment_8_3c8bb1b1d67ca1a6e568e381d24a2574._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog" + nickname="Michael" + subject="comment 8" + date="2014-05-24T22:58:16Z" + content=""" +Another data point. If I install cygwin's git (so references like kp:/cygdrive/f would be understood) and remove annex-ignore setting, I get: + + git annex sync kpf + commit ok + pull kpf + git-annex: Unknown command 'kp' + +Looks like hostname (kp) is taken as a command somehow. + +"""]] |