diff options
author | 2013-02-12 00:54:26 +0000 | |
---|---|---|
committer | 2013-02-12 00:54:26 +0000 | |
commit | f7fc6f8fb9953c23ea9578f1a9e7c95c46afa5a7 (patch) | |
tree | b70cd15f108f9bbf99adab7ca96a787566284caa | |
parent | 992852299ccf31e73451aedb7243eef7187b8cf8 (diff) |
-rw-r--r-- | doc/bugs/assistant_does_not_list_remote___39__origin__39__.mdwn | 22 |
1 files changed, 22 insertions, 0 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. |