Thank you all for your answers, I was confused, and actually it all works fine now
Thank you again

Le 30/08/2011 12:28, Stefan Sperling a écrit :
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://.

Reply via email to