darcs

Issue 2105 can't get from https sites

Title can't get from https sites
Priority not-our-bug Status given-up
Milestone Resolved in
Superseder Nosy List zooko
Assigned To
Topics

Created on 2011-11-22.13:53:59 by zooko, last changed 2013-05-09.18:32:11 by gh.

Messages
msg14809 (view) Author: zooko Date: 2011-11-22.13:53:58
This command fails in two different ways on four of our buildslaves
and succeeds on six of our buildslaves:

darcs get --verbose --partial --repo-name build
https://tahoe-lafs.org/source/tahoe-lafs/trunk

Many details are on the Tahoe-LAFS trac ticket:

https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1594
msg16801 (view) Author: gh Date: 2013-05-09.18:32:10
With curl-compiled darcs (as default), getting an https repo (for 
instance https://forge.ocamlcore.org/anonscm/darcs/macaque/macaque ) 
works.

Without curl and with http, getting a https:// url directly fails with 
this error:

    darcs failed:  Not a repository: 
https://forge.ocamlcore.org/anonscm/darcs/ocaml-fileutils/ocaml-
fileutils (user error (https not supported))


So I the bug is solved by an update of the http package here 
https://github.com/haskell/HTTP/commit/2c98c42a80770ab5ebd36788e3867dae4
f067e4b  (from 2011-11).
History
Date User Action Args
2011-11-22 13:53:59zookocreate
2013-05-09 18:32:11ghsetpriority: not-our-bug
status: unknown -> given-up
messages: + msg16801