#6685 closed defect (invalid)
repository access (via proxy): REPORT ... 501 Not Implemented
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Hi folks!
I have problems checking out the latest source:
# HTTP_PROXY=http://user:pass@proxy.mydomain.com:8080 easy_install http://svn.edgewall.com/repos/trac/tags/trac-0.11b1
gives me:
Downloading http://svn.edgewall.com/repos/trac/tags/trac-0.11b1 Doing subversion checkout from http://svn.edgewall.com/repos/trac/tags/trac-0.11b1 to /tmp/easy_install-hXpv_o/trac-0.11b1 svn: REPORT request failed on '/repos/trac/!svn/vcc/default' svn: REPORT of '/repos/trac/!svn/vcc/default': 501 Not Implemented (http://svn.edgewall.com)
The same goes for older versions. I configured svn to use the same proxy settings as the env. Any ideas?
Cheers
Markus
Attachments (0)
Change History (2)
follow-up: 2 comment:1 by , 17 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 17 years ago
Replying to eblot:
Please read the big red text box about installation issues in the New Ticket page: such issues are not to be filed in as tickets.
A regular HTTP proxy cannot be used: SVN uses webdav protocol, an extension of the HTTP protocol which is usually not supported by HTTP proxies. Please post to the MailingList for further support.
Thanks eblot - and sorry, I missed the info on the New Ticket page.
Please read the big red text box about installation issues in the New Ticket page: such issues are not to be filed in as tickets.
A regular HTTP proxy cannot be used: SVN uses webdav protocol, an extension of the HTTP protocol which is usually not supported by HTTP proxies. Please post to the MailingList for further support.