Opened 19 years ago

Closed 18 years ago

Last modified 18 years ago

#284 closed defect (wontfix)

Request for https access to the svn repository

Reported by: ali@… Owned by: Jacob
Component: *.djangoproject.com Version:
Severity: minor Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I'm getting the following error while trying to download django's source:

ali@tux:~/nuevo$ svn co http://code.djangoproject.com/svn/django/trunk/
svn: REPORT request failed on '/svn/!svn/vcc/default'
svn: REPORT of '/svn/!svn/vcc/default': 400 Bad Request (http://code.djangoproject.com)

Other people in the irc channel checked that the repo was ok at the same time, and been able to access others svn repositories which only diff consists in using https instead of http it seems that people like me behind a web proxy are unable to checkout django using http as transport protocol

Best regards,

Ali

Change History (2)

comment:1 by Adrian Holovaty, 19 years ago

priority: normallowest
Severity: normalminor

comment:2 by Adrian Holovaty, 18 years ago

Resolution: wontfix
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top