You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Jim Weir <ja...@hotmail.com> on 2006/08/25 14:58:28 UTC

Subv Setup

I can checkin/checkout from my server.

I am using svn and getting this error from a client machine on the internet,
svn: Can't connect to host "www.xxx.com": No connection could be made 
because the target machine actively refused it.

What port needs to be open for svn to work?

Jim

_________________________________________________________________
Check the weather nationwide with MSN Search: Try it now!  
http://search.msn.com/results.aspx?q=weather&FORM=WLMTAG

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

Re: Subv Setup

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Aug 25, 2006, at 16:58, Jim Weir wrote:

> I can checkin/checkout from my server.
>
> I am using svn and getting this error from a client machine on the  
> internet,
> svn: Can't connect to host "www.xxx.com": No connection could be  
> made because the target machine actively refused it.
>
> What port needs to be open for svn to work?

It depends on what protocol you are using. For the svn:// protocol,  
it's 3690. For svn+ssh://, it's 22. For http://, it's 80. And for  
https://, it's 443.


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

Re: Subv Setup

Posted by jeff emminger <je...@gmail.com>.
> What port needs to be open for svn to work?

google says the default port is 3690

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