diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-17 15:59:28 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-17 15:59:28 -0400 |
commit | 90c9f53b6ecf76f44f85d7cb505db5d228aa3853 (patch) | |
tree | a24acd5614c015566c51247b1784b92c77c84faf /doc/bugs | |
parent | 53a0823e7a9c2f0485d052f99f30ebbbf744ed3c (diff) | |
parent | 8eec55699c6c71b161e276bdbc92c816b5ad36b3 (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/WebDAV_HandshakeFailed_/comment_7_6c51b6c7dd477d8911dd9a7a5c41ea2e._comment | 8 | ||||
-rw-r--r-- | doc/bugs/uploads_queued_to_annex-ignore_remotes.mdwn | 32 |
2 files changed, 40 insertions, 0 deletions
diff --git a/doc/bugs/WebDAV_HandshakeFailed_/comment_7_6c51b6c7dd477d8911dd9a7a5c41ea2e._comment b/doc/bugs/WebDAV_HandshakeFailed_/comment_7_6c51b6c7dd477d8911dd9a7a5c41ea2e._comment new file mode 100644 index 000000000..9a7036ff0 --- /dev/null +++ b/doc/bugs/WebDAV_HandshakeFailed_/comment_7_6c51b6c7dd477d8911dd9a7a5c41ea2e._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="annexuser" + ip="50.46.189.77" + subject="comment 7" + date="2013-03-17T01:29:48Z" + content=""" +It's working now! Thanks! +"""]] diff --git a/doc/bugs/uploads_queued_to_annex-ignore_remotes.mdwn b/doc/bugs/uploads_queued_to_annex-ignore_remotes.mdwn new file mode 100644 index 000000000..549147dcc --- /dev/null +++ b/doc/bugs/uploads_queued_to_annex-ignore_remotes.mdwn @@ -0,0 +1,32 @@ +## What steps will reproduce the problem? + +After the assistant idles for a while, it queues many transfers to remotes configured annex-ignore=true + +##What is the expected output? What do you see instead? + +No attempts to upload to repos marked 'annex-ignore=true' + +Instead I see many queued transfers to the remote 'origin' + +[Screenshot](https://www.evernote.com/shard/s1/sh/ea0de76c-4b68-4266-b9f6-8a9c343997b6/72baab4a3ce73b0915b151829bbeaf75/res/8a8ab1fb-3173-47ea-875d-b0e320cb827b/skitch.png) + +##What version of git-annex are you using? On what operating system? + + % > git annex version + git-annex version: 4.20130315 + local repository version: 3 + default repository version: 3 + supported repository versions: 3 4 + upgrade supported from repository versions: 0 1 2 + build flags: Assistant Webapp Pairing Testsuite S3 WebDAV FsEvents XMPP DNS + +Mac OSX 10.8.2 Build 12C3006 + +##Please provide any additional information below. + +The remote in question: + + [remote "origin"] + url = git@git.example.com:annex-home + fetch = +refs/heads/*:refs/remotes/origin/* + annex-ignore = true |