[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svnserve -d --listen-port 80

From: <kfogel_at_collab.net>
Date: 2004-04-15 17:28:48 CEST

Ben Collins-Sussman <sussman@collab.net> writes:
> >> I can setup the server on port 80, but how do I get the client to
> >> access it at this port?
> > This is why the client uses URLs: schema://host:port:/path
> > In other words, 'svn checkout svn://host:80:/path'. :-)
>
> What the? Why is that extra colon in there? I need some morning coffee.
>
> It should be svn://host:80/path

By the way, are you *sure* you want to do this, Kurt?

Port 80 is the standard port for HTTP, which would be appropriate if
you were using Subversion over http://. The svn:// access method has
its own standard port, 3690. So using svn:// on 80 will not only
block a web server from using that port, it's also non-standard for
svn://.

(Oh, I see -- you're going through a firewall that allows 80 but not
3690, and it's not easy for you to change that, right? Gotcha.)

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 15 18:43:55 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.