diff options
author | olaf <olaf@web> | 2018-02-19 01:05:06 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2018-02-19 01:05:06 +0000 |
commit | 6be0c9b930f7e049ef5497c22cdd03fddfa889d0 (patch) | |
tree | e8305a5680589760e8cbab22bf3605eafcddc565 /doc | |
parent | ef1a5a1f9b85de7261ac9a27bede3dedda88fb45 (diff) |
Added a comment: I can reproduce
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/Can__39__t_add_remotes_through_the_web_assistant/comment_1_a8a77df47eee0e15c25a89b68ec10e8f._comment | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/bugs/Can__39__t_add_remotes_through_the_web_assistant/comment_1_a8a77df47eee0e15c25a89b68ec10e8f._comment b/doc/bugs/Can__39__t_add_remotes_through_the_web_assistant/comment_1_a8a77df47eee0e15c25a89b68ec10e8f._comment new file mode 100644 index 000000000..05c2aeb8c --- /dev/null +++ b/doc/bugs/Can__39__t_add_remotes_through_the_web_assistant/comment_1_a8a77df47eee0e15c25a89b68ec10e8f._comment @@ -0,0 +1,35 @@ +[[!comment format=mdwn + username="olaf" + avatar="http://cdn.libravatar.org/avatar/4ae498d3d6ee558d6b65caa658f72572" + subject="I can reproduce" + date="2018-02-19T01:05:06Z" + content=""" +### Please describe the problem. + +Creating or adding remotes to an _existing_ repository via the webapp results in +> Internal Server Error +> +> there is no available git remote named \"XYZ\" + +**Creating a new repository** seems to create the repo and update the remotes (checked via `git` at command line) but does not update the repos in the webapp and results in the error: + + 19/Feb/2018:11:48:28 +1100 [Error#yesod-core] there is no available git remote named \"XYZ\" @(yesod-core-1.4.37.2-AqCgZCpSjdiDLzXFcWTxPQ:Yesod.Core.Class.Yesod ./Yesod/Core/Class/Yesod.hs:693:5) + + +**Adding an existing repo** to the current repo in the webapp results in the errors: (interesting as it first notes that the remote already exists and then complains that it's not available...) + + fatal: remote XYZ already exists. + 19/Feb/2018:11:52:24 +1100 [Error#yesod-core] there is no available git remote named \"XYZ\" @(yesod-core-1.4.37.2-AqCgZCpSjdiDLzXFcWTxPQ:Yesod.Core.Class.Yesod ./Yesod/Core/Class/Yesod.hs:693:5) + + +### Version + git-annex version: 6.20180112 + build flags: Assistant Webapp Pairing S3(multipartupload)(storageclasses) WebDAV FsEvents ConcurrentOutput TorrentParser MagicMime Feeds Testsuite + dependency versions: aws-0.18 bloomfilter-2.0.1.0 cryptonite-0.24 DAV-1.3.1 feed-1.0.0.0 ghc-8.2.2 http-client-0.5.7.1 persistent-sqlite-2.6.4 torrent-10000.1.1 uuid-1.2.6 yesod-1.4.5 + key/value backends: SHA256E SHA256 SHA512E SHA512 SHA224E SHA224 SHA384E SHA384 SHA3_256E SHA3_256 SHA3_512E SHA3_512 SHA3_224E SHA3_224 SHA3_384E SHA3_384 SKEIN256E SKEIN256 SKEIN512E SKEIN512 SHA1E SHA1 MD5E MD5 WORM URL + remote types: git gcrypt p2p S3 bup directory rsync web bittorrent webdav tahoe glacier ddar hook external + local repository version: 5 + supported repository versions: 3 5 6 + upgrade supported from repository versions: 0 1 2 3 4 5 + operating system: darwin x86_64 +"""]] |