Opened 19 years ago

Closed 16 years ago

#397 closed defect (worksforme)

Can't checkout with svn

Reported by: s.butler@… Owned by: Jacob
Component: *.djangoproject.com Version:
Severity: normal 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

Using Subversion 1.2.0 on Windows XP, I can't checkout the django source code. TortoiseSVN 1.2.0 gave the same result.

c:\src\django>svn co http://code.djangoproject.com/svn/django/trunk/
svn: PROPFIND request failed on '/svn/django/trunk'
svn: PROPFIND of '/svn/django/trunk': Could not read status line: An existing co
nnection was forcibly closed by the remote host.   (http://code.djangoproject.com)

Change History (6)

comment:1 by Adrian Holovaty, 19 years ago

I suspect it's a firewall issue on your end.

comment:2 by Boffbowsh, 19 years ago

Resolution: worksforme
Status: newclosed

Sounds like firewall indeed

comment:3 by vanderkerkoff, 17 years ago

Check that the firewall rules are allowing PROPFIND on port 80

ours wasn't

:-)

bless em

comment:4 by Norbert Klamann <Norbert.Klamann@…>, 16 years ago

Resolution: worksforme
Status: closedreopened

I don't think that this reason is sufficient. At work I can checkout some repositories with tortoisesvn and some don't work. So it seems improbable that this is a firewall issue only.

comment:5 by Norbert Klamann <Norbert.Klamann@…>, 16 years ago

Oops.

I Forgot to mention that http[s]:code.djangoproject.com/svn/django/trunk/ is one oif the repositories which don't work for me in this environment.

comment:6 by Karen Tracey <kmtracey@…>, 16 years ago

Resolution: worksforme
Status: reopenedclosed

Fresh checkout of trunk just worked for me. Note, it doesn't seem the django repository is set up to handle https:// so you can't use that trick to get around firewall restrictions.

Note: See TracTickets for help on using tickets.
Back to Top