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

file:/// works but not svn://

From: Justin Corpron <jncorpron_at_yahoo.com>
Date: 2005-08-04 08:45:49 CEST

I am attempting to setup a subversion server on a VIA EPIA MII12000
running fedora core 4. svnserve --version tells me I have version 1.1.4
of svnserve.

I am running the command svnserve -d to proivide the server.

I am able to access the server on the local machine but not on my
network or over the internet (by forwarding port 3690).

on the local machine I am using the URL: file:///svn/cpp
such as:
svn list file:///svn/cpp

from a remote machine within my network I am using the URL:
svn://192.168.1.100/svn/cpp
such as:
svn list svn://192.168.1.100/svn/cpp
which outputs:
svn: Can't connect to host '192.168.1.100': No route to host

But this is not right since I can ping and ssh to 192.168.1.100

I suspected iptables but it is not running. a netstat -a |grep svn
returns:
tcp 0 0 *:svn *:*
LISTEN

I'm a dummy linux user, I suppose I am doing something stupid. Please
offer guidance.

- Justin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 4 08:48:14 2005

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.