Is there a way to get HTTP access to the directory available at <svn://svn.eby-sarna.com/svnroot/ez_setup>? I'd like to set svn:externals access to this directory, but one of the hosts I use is behind a firewall and can't use port 3690. It can access HTTP through a proxy.
I tried this: $ svn co http://svn.eby-sarna.com/svnroot/ez_setup svn: PROPFIND request failed on '/' svn: PROPFIND of '/': 200 OK (http://svn.eby-sarna.com) $ svn co http://svn.eby-sarna.com/ez_setup svn: PROPFIND request failed on '/ez_setup' svn: PROPFIND of '/ez_setup': 302 Moved Temporarily (http://svn.eby-sarna.com) -- Michael Hoffman _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
