diff options
author | Joey Hess <joey@kitenet.net> | 2014-04-29 22:20:25 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-04-29 22:20:25 -0400 |
commit | 9358fb43e1e1a2a7fc1ba65ab02431a7878fa841 (patch) | |
tree | 87541f757d842514123e9918591496245a3be0af | |
parent | b1a7b87aa27340afc626d28d2e96c102a995c683 (diff) | |
parent | 3c80a7fde5d9f4fb35ff5495ca170f05a870267d (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
4 files changed, 82 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_sync___40__sync_content_without_--content_flag__41__.mdwn b/doc/bugs/git_annex_sync___40__sync_content_without_--content_flag__41__.mdwn new file mode 100644 index 000000000..0a3cd785a --- /dev/null +++ b/doc/bugs/git_annex_sync___40__sync_content_without_--content_flag__41__.mdwn @@ -0,0 +1,23 @@ +### Please describe the problem. + +Not sure if it's a bug, but pls explain why it sync files and how to stop it by cfg. + +Repos. created with Assistant - git annex sync i an indirect mode not only fetch metadata but also a files. What is the correct way to disable file sync (so only broken links are created in working tree) + +Desired: +to boostrap annex infrastructure with assistant, but then some repos switch to indirect mode (while still synced by assistant/webapp) but only metadata (not files). Files to be fetched on request (like git annex get xyz/*) when needed. + +### What steps will reproduce the problem? + +1. with git annex webapp create two repos on two nodes (Alice and Bob). +2. pair them using discovery on local lan +3. on Bob stop assistant and fire "git annex indirect" +4. add files to Alice repo +5. run git annex sync on Bob repo from CLI + +Bob's repo not only sync metadata but also retrive files. +The documentation says "sync" only sync metadata. + +### What version of git-annex are you using? On what operating system? + +git-annex version: 5.20140420-ga25b8bb diff --git a/doc/bugs/no_git-annex_shell_on_Windows.mdwn b/doc/bugs/no_git-annex_shell_on_Windows.mdwn new file mode 100644 index 000000000..60a67eae9 --- /dev/null +++ b/doc/bugs/no_git-annex_shell_on_Windows.mdwn @@ -0,0 +1,28 @@ +### Please describe the problem. + +git annex installer on Windows only installs git-annex-licenses.txt git-annex-uninstall.exe git-annex.exe + +This makes git-annex unusable over ssh (Windows box runs cygwin sshd). + +### What steps will reproduce the problem? + + +### What version of git-annex are you using? On what operating system? + +Windows 7 64bit + +git annex version +git-annex version: 5.20140421-g78d6aa1 +build flags: Assistant Webapp Webapp-secure Pairing Testsuite S3 WebDAV DNS Feeds Quvi TDFA CryptoHash +key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SKEIN256E SKEIN512E SHA256 SHA1 SHA512 SHA224 SHA384 SKEIN256 SKEIN512 WORM URL +remote types: git gcrypt S3 bup directory rsync web webdav tahoe glacier hook external + +### Please provide any additional information below. + +[[!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 + + +# End of transcript or log. +"""]] diff --git a/doc/bugs/ssh_remote_sync_only_metadata___40__git-annex-shell_not_found__41__/comment_2_cee9428c651e6574f93effed31d83fb9._comment b/doc/bugs/ssh_remote_sync_only_metadata___40__git-annex-shell_not_found__41__/comment_2_cee9428c651e6574f93effed31d83fb9._comment new file mode 100644 index 000000000..b98420c83 --- /dev/null +++ b/doc/bugs/ssh_remote_sync_only_metadata___40__git-annex-shell_not_found__41__/comment_2_cee9428c651e6574f93effed31d83fb9._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.114" + subject="comment 2" + date="2014-04-29T21:03:41Z" + content=""" +You need to fix your system so that git-annex-shell in in PATH automatically wheneven you ssh into it, and then it will work. + +I'm sorry, but I can't help you do so. I suggest you read the documentation for your login shell. +"""]] diff --git a/doc/bugs/ssh_remote_sync_only_metadata___40__git-annex-shell_not_found__41__/comment_3_9d8f9346b8c931815fa4967835b67560._comment b/doc/bugs/ssh_remote_sync_only_metadata___40__git-annex-shell_not_found__41__/comment_3_9d8f9346b8c931815fa4967835b67560._comment new file mode 100644 index 000000000..03843c2a2 --- /dev/null +++ b/doc/bugs/ssh_remote_sync_only_metadata___40__git-annex-shell_not_found__41__/comment_3_9d8f9346b8c931815fa4967835b67560._comment @@ -0,0 +1,21 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawmTIL7ubr5opWM69Q5VtCxuxC2H0SSnzic" + nickname="Petr" + subject="SOLVED" + date="2014-04-29T21:42:39Z" + content=""" +You were right. +When executed command over SSH it does not perform login (so .**rc files are not necessarily loaded). + +Zsh: +.zprofile or rather .zshenv (is loaded, use these to set PATH) +Note: .profile is not loaded at all (it's Bash stuff) + +Bash: +.bashrc is said to be loaded but not .profile + +See: +http://shreevatsa.wordpress.com/2008/03/30/zshbash-startup-files-loading-order-bashrc-zshrc-etc/ +http://superuser.com/questions/187639/zsh-not-hitting-profile +https://wiki.archlinux.org/index.php/zsh +"""]] |