I am using Darcs on Cygwin but cannot get my repo to download:

$ curl -x proxy.company.com:80 --digest -u testuser:testpass -k -s -f
https://www.domain.org/repos/Project/_darcs/inventory
[Initial import.
Some User**20080405091154] 

$ export DARCS_GET_HTTP="curl -x proxy.company.com:80 --digest -u
testuser:testpass -k -s -f"

$ darcs get https://www.domain.org/repos/Project
Invalid repository:  https://www.domain.org/repos/Project

darcs failed:  Failed to download URL
https://www.domain.org/repos/Project/_darcs/inventory : libcurl error
code: 28


Using the same curl command without "--digest -u testuser:testpass -k"
allows me to "darcs get http://darcs.net/repos/stable"; through the proxy
just fine.

Any ideas?

Thanks
_______________________________________________
darcs-users mailing list
[email protected]
http://lists.osuosl.org/mailman/listinfo/darcs-users

Reply via email to