svn access through http/s

Paul Mundt lethal at linux-sh.org
Thu Mar 8 18:29:23 PST 2007


On Wed, Mar 07, 2007 at 11:30:23PM +0100, Carmelo Amoroso wrote:
> I'm currently using svn from my home using the svn protocol,
> but to access behind my company corporate http-proxy I need
> to use the http protocol.
> Is it supported by uClibc svn server? I was able just for testing to 
> checout the svn.collab.net repository using the https protocol, while 
> trying with uClibc I get the following error:
> 
If you have svn+ssh access, you might always want to try ssh+corkscrew,
I've had to do this in the past when I was in the same position.

	http://www.agroman.net/corkscrew/

Some proxies will only do outbound connections on port 80 or 443, in
which case you'll need another machine in the middle on the outside.

On the other hand, if anonymous access is all you require, you can just
as easily use the nightly tarballs, too.


More information about the uClibc mailing list