diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-12 19:52:49 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-12 19:52:49 -0400 |
commit | c84f724875c78df53fbbd92a51c1245a8a9a31ff (patch) | |
tree | 6d51983de231ce69ef54dac7643bdf1da0d6b0c6 | |
parent | 7567ab3506635466a930026fc7333e1700843807 (diff) | |
parent | eb149e265038fa8a82698275967313067708f343 (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
4 files changed, 41 insertions, 1 deletions
diff --git a/doc/bugs/assistant_does_not_list_remote___39__origin__39__.mdwn b/doc/bugs/assistant_does_not_list_remote___39__origin__39__.mdwn new file mode 100644 index 000000000..3607cbcaf --- /dev/null +++ b/doc/bugs/assistant_does_not_list_remote___39__origin__39__.mdwn @@ -0,0 +1,22 @@ +What steps will reproduce the problem? + +1. create a git annex repo on a server +2. clone it on workstation +3. open the webapp on the workstation + + +What is the expected output? What do you see instead? + +The webapp should show the 'origin' remote and the assistant should ensure syncing. +Instead the remote does not show up in the webapp. +I checked with `git annex status` and the remote is there. + +What version of git-annex are you using? On what operating system? + +3.20130207 on latest Ubuntu + +Please provide any additional information below. + +I tried both with direct and indirect mode for the local annex repo. + +I am sorry if I am missing the point. I checked the docs, however without much success. diff --git a/doc/bugs/git-annex:_Not_in_a_git_repository._/comment_3_8c9bd76b0e1200723ec13fbef943a2cc._comment b/doc/bugs/git-annex:_Not_in_a_git_repository._/comment_3_8c9bd76b0e1200723ec13fbef943a2cc._comment new file mode 100644 index 000000000..403933886 --- /dev/null +++ b/doc/bugs/git-annex:_Not_in_a_git_repository._/comment_3_8c9bd76b0e1200723ec13fbef943a2cc._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.152.108.183" + subject="comment 3" + date="2013-02-12T15:42:57Z" + content=""" +What can happen is that `.config/git-annex/autostart` can list a repository that is somehow trashed. For example, I've seen this when I let the webapp make a repository, and then manually deleted the directory, while the webapp was running. The webapp then re-creates the directory, but it's not a valid git repo, just a mostly empty directory. + +Tend to see this as user error though.. +"""]] diff --git a/doc/design/assistant/blog/day_186__Android_success/comment_1_1629da240ca7db5f8a32059f561fd435._comment b/doc/design/assistant/blog/day_186__Android_success/comment_1_1629da240ca7db5f8a32059f561fd435._comment new file mode 100644 index 000000000..07ef87bb4 --- /dev/null +++ b/doc/design/assistant/blog/day_186__Android_success/comment_1_1629da240ca7db5f8a32059f561fd435._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus" + nickname="Jimmy" + subject="comment 1" + date="2013-02-12T10:24:50Z" + content=""" +heh, +1 for removing the need for pcre +"""]] diff --git a/doc/design/assistant/polls/prioritizing_special_remotes.mdwn b/doc/design/assistant/polls/prioritizing_special_remotes.mdwn index 0247b93aa..64a9b1bab 100644 --- a/doc/design/assistant/polls/prioritizing_special_remotes.mdwn +++ b/doc/design/assistant/polls/prioritizing_special_remotes.mdwn @@ -6,7 +6,7 @@ locally paired systems, and remote servers with rsync. Help me prioritize my work: What special remote would you most like to use with the git-annex assistant? -[[!poll open=yes 15 "Amazon S3 (done)" 12 "Amazon Glacier (done)" 9 "Box.com (done)" 68 "My phone (or MP3 player)" 18 "Tahoe-LAFS" 6 "OpenStack SWIFT" 25 "Google Drive"]] +[[!poll open=yes 15 "Amazon S3 (done)" 12 "Amazon Glacier (done)" 9 "Box.com (done)" 68 "My phone (or MP3 player)" 18 "Tahoe-LAFS" 6 "OpenStack SWIFT" 26 "Google Drive"]] This poll is ordered with the options I consider easiest to build listed first. Mostly because git-annex already supports them and they |