summaryrefslogtreecommitdiff
path: root/doc/bugs/ssh_remote_sync_only_metadata___40__git-annex-shell_not_found__41__/comment_1_6203563196a70b8356102a48927e4ccd._comment
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/ssh_remote_sync_only_metadata___40__git-annex-shell_not_found__41__/comment_1_6203563196a70b8356102a48927e4ccd._comment')
-rw-r--r--doc/bugs/ssh_remote_sync_only_metadata___40__git-annex-shell_not_found__41__/comment_1_6203563196a70b8356102a48927e4ccd._comment44
1 files changed, 0 insertions, 44 deletions
diff --git a/doc/bugs/ssh_remote_sync_only_metadata___40__git-annex-shell_not_found__41__/comment_1_6203563196a70b8356102a48927e4ccd._comment b/doc/bugs/ssh_remote_sync_only_metadata___40__git-annex-shell_not_found__41__/comment_1_6203563196a70b8356102a48927e4ccd._comment
deleted file mode 100644
index cbfa962d0..000000000
--- a/doc/bugs/ssh_remote_sync_only_metadata___40__git-annex-shell_not_found__41__/comment_1_6203563196a70b8356102a48927e4ccd._comment
+++ /dev/null
@@ -1,44 +0,0 @@
-[[!comment format=mdwn
- username="https://www.google.com/accounts/o8/id?id=AItOawmTIL7ubr5opWM69Q5VtCxuxC2H0SSnzic"
- nickname="Petr"
- subject="Additional info"
- date="2014-04-29T05:07:26Z"
- content="""
-Not the above was done using git-annex webapp. I have also tried the same from cmdline with the same results:
-
-
-[[!format sh \"\"\"
-#Once remote added
-
-➜ test_move_bp git:(annex/direct/master) git annex enableremote macrepo
-zsh:1: command not found: git-annex-shell
-
- Remote macrepo does not have git-annex installed; setting annex-ignore
-git-annex: Unknown special remote name.
-(No special remotes are currently known; perhaps use initremote instead?)
-
-
-#However the ssh works fine:
-
-➜ test_move_bp git:(annex/direct/master) ssh pmichalec@ape-mac-mini.local
-Last login: Tue Apr 29 06:19:29 2014
-➜ ~ which git-annex-shell
-/Applications/git-annex.app/Contents/MacOS/git-annex-shell
-➜ ~ /Applications/git-annex.app/Contents/MacOS/git-annex-shell
-git-annex-shell: bad parameters
-
-Usage: git-annex-shell [-c] command [parameters ...] [option ...]
-
-Plumbing commands:
-
-commit DIRECTORY commits any staged changes to the git-annex branch
-configlist DIRECTORY outputs relevant git configuration
-dropkey DIRECTORY KEY ... drops annexed content for specified keys
-gcryptsetup DIRECTORY VALUE sets up gcrypt repository
-inannex DIRECTORY KEY ... checks if keys are present in the annex
-notifychanges DIRECTORY sends notification when git refs are changed
-recvkey DIRECTORY KEY runs rsync in server mode to receive content
-sendkey DIRECTORY KEY runs rsync in server mode to send content
-transferinfo DIRECTORY KEY updates sender on number of bytes of content received
-\"\"\"]]
-"""]]