diff options
author | Joey Hess <joey@kitenet.net> | 2013-10-21 16:47:28 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-10-21 16:47:28 -0400 |
commit | 6f0d655bc376a7ab02cd05840b7cacab8f707351 (patch) | |
tree | ecb52c961eb47a4aa9a595715400fbe8f0532eba | |
parent | cbe5258048397440eb7a0e1fc665ffabed973171 (diff) | |
parent | bd2ea64158b74f044007a43a4ff543bc6662ce4a (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
4 files changed, 45 insertions, 0 deletions
diff --git a/doc/forum/Walkthrough_does_not_work_for_me__44___what_am_i_doing_wrong__63__/comment_1_cdac15fec6fc41d5487b7f653fa718a4._comment b/doc/forum/Walkthrough_does_not_work_for_me__44___what_am_i_doing_wrong__63__/comment_1_cdac15fec6fc41d5487b7f653fa718a4._comment new file mode 100644 index 000000000..437e2ecdc --- /dev/null +++ b/doc/forum/Walkthrough_does_not_work_for_me__44___what_am_i_doing_wrong__63__/comment_1_cdac15fec6fc41d5487b7f653fa718a4._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawk3HGoDpnOPob5jOjvIootmkve1-nCpRiI" + nickname="Kalle" + subject="Default removable storage repo not readable without git annex" + date="2013-10-21T08:50:50Z" + content=""" +Hi, + +Sounds to me you are expecting the files to be readable by a filemanager? By default a removable drive repo is only readable by git-annex. + +The standard use case is to move files between computers with git-annex installed. I agree this is not what you´d expect. + +Read <http://git-annex.branchable.com/forum/USB_backup_with_files_visible/> and the last post of <http://git-annex.branchable.com/forum/Can__39__t_get_git-annex_merge_to_work_from_git_hook/> for more info. +"""]] diff --git a/doc/forum/start_assistant_from_command_line.mdwn b/doc/forum/start_assistant_from_command_line.mdwn new file mode 100644 index 000000000..c4f8d1802 --- /dev/null +++ b/doc/forum/start_assistant_from_command_line.mdwn @@ -0,0 +1,3 @@ +I wanted to try out this probably great piece of software you wrote, alas I do not use a Debian distro with managed software menus (i.e. I use OpenBox), so I cannot simply open the assistant through my programs-menu. In fact, to do that I'd need the command to start the assistant so I can add it manually myself. Sadly, the man page did not gave me any advices... :( + +Any chance to give me the terminal command to start the assistant? diff --git a/doc/forum/start_assistant_from_command_line/comment_1_f8dfce1fca9f1212ccaf84e431db71a9._comment b/doc/forum/start_assistant_from_command_line/comment_1_f8dfce1fca9f1212ccaf84e431db71a9._comment new file mode 100644 index 000000000..dc35d61bc --- /dev/null +++ b/doc/forum/start_assistant_from_command_line/comment_1_f8dfce1fca9f1212ccaf84e431db71a9._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawmBhQgaA5QrFwT67-Bo0qPIx0HD9roDrso" + nickname="Paul" + subject="comment 1" + date="2013-10-21T19:20:28Z" + content=""" + git annex assitant + +starts the assitant itself, you propably want the gui which you start by + + git annex webapp +"""]] diff --git a/doc/install/cabal/comment_22_2f27b78215f97ade1986ca806c634cb3._comment b/doc/install/cabal/comment_22_2f27b78215f97ade1986ca806c634cb3._comment new file mode 100644 index 000000000..d7ff05617 --- /dev/null +++ b/doc/install/cabal/comment_22_2f27b78215f97ade1986ca806c634cb3._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="RaspberryPie" + ip="96.44.189.100" + subject=""Could not find module Crypto.Hash" error when building git-annex " + date="2013-10-21T19:55:12Z" + content=""" +Lately I get this error message when trying to build git-annex-v4.20131002: + + Utility/Hash.hs:7:8: + Could not find module `Crypto.Hash' + Perhaps you meant + Crypto.HMAC (needs flag -package crypto-api-0.10.2) + Use -v to see a list of the files searched for. + +crypto-api-0.10.2 is installed as a debian dev package. All the dependencies are met. I have no idea what's going on. +"""]] |