cancel
Showing results for 
Search instead for 
Did you mean: 

is SVN access up?

rit
Champ in-the-making
Champ in-the-making
Hi,

I am new to Alfresco, trying to checkout source from the svn. I am getting errors with connection refused. Here the command

svn co svn://svn.alfresco.com/repos/alfresco/HEAD
svn: Can't connect to host 'svn.alfresco.com': Connection refused

Anyone knows why? svn.alfresco.com is pingable.
5 REPLIES 5

mikeh
Star Contributor
Star Contributor
Try
svn://svn.alfresco.com/alfresco/HEAD

Thanks,
Mike

rit
Champ in-the-making
Champ in-the-making
Mike,

THanks for the response.

Had tried that and is also not working. See below…

C:\Opensource>svn co svn://svn.alfresco.com/alfresco/HEAD
svn: Can't connect to host 'svn.alfresco.com': Connection refused

C:\Opensource>ping svn.alfresco.com

Pinging hosted6b.alfresco.com [217.174.252.23] with 32 bytes of data:
Reply from 217.174.252.23: bytes=32 time=175ms TTL=45

Ping statistics for 217.174.252.23:
    Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 175ms, Maximum = 175ms, Average = 175ms

mrogers
Star Contributor
Star Contributor
It works for me so the SVN server is up and running.

rit
Champ in-the-making
Champ in-the-making
Seems like its a firewall issue at my end.

Is http access to svn enabled?

mikeh
Star Contributor
Star Contributor