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

Re: Issue when running svn server on windows, any help please?

From: Stefan Sperling <stsp_at_elego.de>
Date: Tue, 30 Aug 2011 12:28:14 +0200

On Tue, Aug 30, 2011 at 12:09:22PM +0200, Roland Le Franc wrote:
> Also, the apache config httd.conf file contains "Listen 3690", which
> I believe allows to listen to external requests on the correct port.
 
Why are you running httpd on port 3690?
3690 is the port for svn://, which is commonly served by 'svnserve',
not httpd. A httpd-based Subversion server (with mod_dav_svn) would
usually listen on port 80 or (preferrably) port 443, and is accessed
with URLs beginning with http:// or https://.
Received on 2011-08-30 12:29:03 CEST

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.