Opened 19 years ago
Closed 17 years ago
#397 closed defect (worksforme)
Can't checkout with svn
Reported by: | 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 , 19 years ago
comment:2 by , 19 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Sounds like firewall indeed
comment:3 by , 18 years ago
Check that the firewall rules are allowing PROPFIND on port 80
ours wasn't
:-)
bless em
comment:4 by , 17 years ago
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
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 , 17 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 , 17 years ago
Resolution: | → worksforme |
---|---|
Status: | reopened → closed |
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.
I suspect it's a firewall issue on your end.