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

Re: Problem connecting to svnserve - not sure about protocols?

From: Jon Koerber <cryogen_at_mac.com>
Date: 2006-12-18 20:12:11 CET

On Dec 18, 2006, at 11:01 AM, Erik Huelsmann wrote:

> On 11/21/06, Jon Koerber <cryogen@mac.com> wrote:
>>
>> Hi all,
>>
>> I have a svnserve daemon running on a LAN server (dual G4
>> Powermac) at
>> address 192.168.1.101.
>>
>> I am trying to connect to the server and checkout a project using
>> an Intel
>> MacBook client connected to the same network.
>>
>> Running svn --version gives the following on both machines (server
>> and
>> laptop client):
>>
>> The following repository access (RA) modules are available:
>>
>> * ra_dav : Module for accessing a repository via WebDAV (DeltaV)
>> protocol.
>> - handles 'http' scheme
>> * ra_svn : Module for accessing a repository using the svn network
>> protocol.
>> - handles 'svn' scheme
>> * ra_local : Module for accessing a repository on local disk.
>> - handles 'file' scheme
>>
>> I am not running Apache 2.x so I believe I cannot use the http://
>> method to
>> connect to a subversion server. Let me know if I am mistaken on
>> this. So
>> this leaves me with file:///, svn://, and svn+ssh:// for
>> connection methods.
>>
>> I would like to be able to use any of the above methods (depending
>> on where
>> I am located at the time - remote or local). I am only able to
>> get the
>> file:/// method to work however. I appreciate the help debugging my
>> connection issues. Here are my attempts to connect using the
>> three methods
>> from above:
>>
>> The project repository on the server is located at
>> /Library/WebServer/Documents/pjb2
>>
>> 1) Try using svn checkout
>> svn://192.168.1.101/Library/WebServer/Documents/pjb2
>> /projects
>> This runs for two minutes or more before reporting back with svn:
>> Can't
>> connect to host '192.168.1.101': Operation timed out
>
> Do you have a firewall blocking port 3690?

Erik,

I do have a firewall running on my server, but it looks like SSH runs
on port 22 on Mac OS X Tiger. Just in case, I added an allow rule
for port 3690 and tried the command again with no luck. I then
turned off the server's firewall entirely to test the connection and
still get the same error as above. Hmm, this is perplexing. Did I
miss something in the build?

Jon

>
> bye,
>
> Erik.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Dec 18 20:12:51 2006

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.