techtonik <techtonik <at> gmail.com> writes: > > SVN checkout over HTTPS protocol requires password. Is it intentional > or just temporary server issue? I am behind a proxy that doesn't > support PROPFIND requests and I can't test SVN+SSH, because 22 port is > closed.
As a workaround, if you only need read-only access, you can use the Mercurial mirrors which should work through your proxy (AFAIK Mercurial only uses GET and POST). Type "hg clone http://code.python.org/hg/trunk/" or "hg clone http://code.python.org/hg/branches/py3k" depending on what you need exactly. Regards Antoine. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com