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

Re: remote svnserve access using tortoise

From: si <sshnug.si_at_gmail.com>
Date: Thu, 17 Jul 2008 16:19:11 +0930

Hi John,

> I can successfully run the following two commands on the server side svn
> info svn:\\192.168.1.100\code and svn list svn:\\192.168.1.100 locally,
>
> I can successfully run the tortoise repo browser from the server locally
> with the following url: svn:\\192.168.1.100/code.

Assuming you're entering // instead of \\, it does smell like a
firewall or port forwarding issue.

Grab a copy of nmap or similar and on the client try:

nmap 192.168.1.100 -p3690

assuming you're running off the default svnserve port of 3690, you should see:

PORT STATE
3690/tcp open

If state is not open (filtered or closed) then it's more than likely a
network issue.

Actually, a quicker way is to fire up your web browser and enter url:
http://192.168.1.100:3690/
You should see something like:
( success ( 2 2 ( ) ( edit-pipeline svndiff1 absent-entries
commit-revprops depth log-revprops partial-replay ) ) )

My gut feeling is you have a router that needs port 3690 forwarded to
192.168.1.100.

cheers
si

p.s. this type of question is more suited to the svn users mailing
list rather than TortoiseSVN, but no dramas.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-07-17 08:49:26 CEST

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

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