diff options
author | https://www.google.com/accounts/o8/id?id=AItOawne_amN4fko4p5cRY_9EYwaYuJKNn7LRio <Tobias@web> | 2013-11-04 20:35:23 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-11-04 20:35:23 +0000 |
commit | 93934ebeae37e2d0b83cb8ff9e5fd89e4ead34eb (patch) | |
tree | a59048dc94c6c38474a8d7c93546f350a7e680d2 /doc | |
parent | 02af60b22f172aa9112510c4f31ac4e0c0642f0c (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/unfinished_repository_when_using_annex-ignore_true_.mdwn | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/bugs/unfinished_repository_when_using_annex-ignore_true_.mdwn b/doc/bugs/unfinished_repository_when_using_annex-ignore_true_.mdwn new file mode 100644 index 000000000..29de94143 --- /dev/null +++ b/doc/bugs/unfinished_repository_when_using_annex-ignore_true_.mdwn @@ -0,0 +1,23 @@ +### Please describe the problem. + +When using a git remote which doesn't support git-annex (f.e. gitlab) and is configured with `annex-ignore true` the remote is shown as `unfinished repository` in the webapp. + +It would be nice if the webapp would recognize this and show the remote as git-only remote including sync-state and remote name (or even better: the remote details, like the URL to the remote) + +### What steps will reproduce the problem? + +Add a normal git remote and configure `git config remote.<name>.annex-ignore true`. +Start the webapp. + +### What version of git-annex are you using? On what operating system? + + git-annex version: 4.20131101-gf59a6d1 + build flags: Assistant Webapp Pairing Testsuite S3 WebDAV Inotify DBus XMPP Feeds Quvi TDFA + key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SHA256 SHA1 SHA512 SHA224 SHA384 WORM URL + remote types: git gcrypt S3 bup directory rsync web webdav glacier hook + local repository version: 3 + default repository version: 3 + supported repository versions: 3 4 + upgrade supported from repository versions: 0 1 2 + +Kubuntu 13.10 x86_64 |