Hi, Those of us behind a firewall, I thought that I would have a go at configuring subversion to operate over a proxy. This would save us from having to go to public WLAN areas to download the source. I configured the ~/.subversion/Servers file and tried the test site (svn cat http://svn.collab.net/repos/svn/trunk/README). This worked fine. Then I tried: svn checkout http://anoncvs.opensource.apple.com/svn/webkit/trunk WebKit and got the following error: --- subversion/libsvn_ra_dav/util.c:780: (apr_err=175002) svn: PROPFIND request failed on '/svn' subversion/libsvn_ra_dav/util.c:780: (apr_err=175002) svn: PROPFIND of '/svn': 301 Moved Permanently (http://anoncvs.opensource.apple.com) --- Have I configured something wrong? David
You don't have anything configured wrong. SVN over HTTP is not set up on that server. It looks like something called WebSVN is set up instead: http://anoncvs.opensource.apple.com/svn/ It would be nice if the repository was accessible via HTTP as well, though. Dave On Tue, Jan 10, 2006 at 06:11:40PM -0500, David.Carson@nokia.com wrote:
Hi, Those of us behind a firewall, I thought that I would have a go at configuring subversion to operate over a proxy. This would save us from having to go to public WLAN areas to download the source. I configured the ~/.subversion/Servers file and tried the test site (svn cat http://svn.collab.net/repos/svn/trunk/README). This worked fine. Then I tried: svn checkout http://anoncvs.opensource.apple.com/svn/webkit/trunk WebKit and got the following error: --- subversion/libsvn_ra_dav/util.c:780: (apr_err=175002) svn: PROPFIND request failed on '/svn' subversion/libsvn_ra_dav/util.c:780: (apr_err=175002) svn: PROPFIND of '/svn': 301 Moved Permanently (http://anoncvs.opensource.apple.com) --- Have I configured something wrong?
David
Hello, I'm looking at providing a number of developers access to the subversion repository from behind a firewall. WebSVN unfortunately only provides a read-only view into the repository and not full checkout access. Is it possible for HTTP proxy support to be turned on, ideally alongside WebSVN but maybe even replacing it? Many thanks Bradley From: webkit-dev-bounces@opendarwin.org [mailto:webkit-dev-bounces@opendarwin.org] On Behalf Of ext David D. Kilzer
SVN over HTTP is not set up on that server. It looks like something called WebSVN is set up instead: http://anoncvs.opensource.apple.com/svn/ It would be nice if the repository was accessible via HTTP as well, though.
On Tue, Jan 10, 2006 at 06:11:40PM -0500, David.Carson@nokia.com wrote:
Hi, Those of us behind a firewall, I thought that I would have a go at configuring subversion to operate over a proxy. This would save us from having to go to public WLAN areas to download the source. I configured the ~/.subversion/Servers file and tried the test site (svn cat http://svn.collab.net/repos/svn/trunk/README). This worked fine. Then I tried: svn checkout http://anoncvs.opensource.apple.com/svn/webkit/trunk WebKit and got the following error: --- subversion/libsvn_ra_dav/util.c:780: (apr_err=175002) svn: PROPFIND request failed on '/svn' subversion/libsvn_ra_dav/util.c:780: (apr_err=175002) svn: PROPFIND of '/svn': 301 Moved Permanently (http://anoncvs.opensource.apple.com) --- Have I configured something wrong?
David
_______________________________________________ webkit-dev mailing list webkit-dev@opendarwin.org http://www.opendarwin.org/mailman/listinfo/webkit-dev
On Feb 1, 2006, at 10:55 AM, bradley.morrison@nokia.com wrote:
I'm looking at providing a number of developers access to the subversion repository from behind a firewall. WebSVN unfortunately only provides a read-only view into the repository and not full checkout access.
Is it possible for HTTP proxy support to be turned on, ideally alongside WebSVN but maybe even replacing it?
We'd really like to do that, but there are some obstacles. The svn.opensource.apple.com server is a Mac OS X machine onsite at Apple. Here are some of the issues I discovered today investigating this: - Subversion-over-HTTP requires Apache 2.0, which isn't officially supported on Mac OS X. - The version of Subversion on that server, built by a group here at Apple, does not include Subversion-over-HTTP support. - Some experts here at Apple have heard reports that Subversion- over-HTTP is unreliable on Tiger, aborting during large commits, possibly due to problems with poll(2) and similar issues. At the moment, the folks running the server don't have the time to maintain what would be an experimental configuration. Maybe we can explore some other options? -- Darin
Hi all, A little while back I set up a Trac instance at <http:// trac.webkit.org/> to provide a web-based view of the SVN repository. One requirement of Trac is local access to the SVN repository, so I have set up a mirror of anonsvn using SVN::Mirror. The mirrored repository is available over HTTP at <http://trac.webkit.org/svn/> with one caveat: the mirrored repository has revision numbers one higher than the corresponding anonsvn revisions. This is an artifact of the mirroring process that I've not been able to hide. Hopefully this helps, Mark On 11/01/2006, at 12:30, David D. Kilzer wrote:
You don't have anything configured wrong. SVN over HTTP is not set up on that server. It looks like something called WebSVN is set up instead:
http://anoncvs.opensource.apple.com/svn/
It would be nice if the repository was accessible via HTTP as well, though.
Dave
On Tue, Jan 10, 2006 at 06:11:40PM -0500, David.Carson@nokia.com wrote:
Hi, Those of us behind a firewall, I thought that I would have a go at configuring subversion to operate over a proxy. This would save us from having to go to public WLAN areas to download the source. I configured the ~/.subversion/Servers file and tried the test site (svn cat http://svn.collab.net/repos/svn/trunk/README). This worked fine. Then I tried: svn checkout http://anoncvs.opensource.apple.com/svn/webkit/trunk WebKit and got the following error: --- subversion/libsvn_ra_dav/util.c:780: (apr_err=175002) svn: PROPFIND request failed on '/svn' subversion/libsvn_ra_dav/util.c:780: (apr_err=175002) svn: PROPFIND of '/svn': 301 Moved Permanently (http://anoncvs.opensource.apple.com) --- Have I configured something wrong?
David
_______________________________________________ webkit-dev mailing list webkit-dev@opendarwin.org http://www.opendarwin.org/mailman/listinfo/webkit-dev
participants (5)
-
bradley.morrison@nokia.com
-
Darin Adler
-
David.Carson@nokia.com
-
ddkilzer@kilzer.net
-
Mark Rowe