cancel
Showing results for 
Search instead for 
Did you mean: 

SVN Checkout doesn't work

major_king
Champ in-the-making
Champ in-the-making
Hello everybody,

i tried to checkout the current alfresco-source from svn ( http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD ), but i get the following error-message:

RA layer request failed
svn: PROPFIND request failed on '/repos/alfresco-open-mirror/alfresco/HEAD'
svn: PROPFIND of '/repos/alfresco-open-mirror/alfresco/HEAD': could not connect to server (http://svn.alfresco.com)

I can browse the repository with firefox (so i can reach the server).

Here my config:
  • eclipse 3.3.2

  • subclipse 1.1.6

  • tortoise 1.4.7
greeting.
christian
6 REPLIES 6

pmonks
Star Contributor
Star Contributor

major_king
Champ in-the-making
Champ in-the-making
Hi Peter,

yes i can browse to the link.

Thanks for answering.
christian

pmonks
Star Contributor
Star Contributor
That's very strange.  Does it consistently fail, or was that a one-off error?

Cheers,
Peter

major_king
Champ in-the-making
Champ in-the-making
Now i tried it also at home - and it works. Probably there is a configuration issue in my company network. Does Tortoise or Subclipe uses an other Port or Protokoll than Firefox or IE, because there i can connect to the repository… strange things happen here.

Thanks for helping!

Regards,
christian

mikeh
Star Contributor
Star Contributor
I believe SVN uses TCP port 3690 by default.

Mike

pmonks
Star Contributor
Star Contributor
If you're using the HTTP protocol (as shown in your original URL), SVN uses the standard HTTP port (port 80) and speaks standard HTTP protocols (WebDAV + DeltaV).  As Mike mentioned, SVN also has a native protocol (identified by URLs starting with "svn:") that uses port 3690 (which is quite commonly blocked by corporate firewalls etc.).

Cheers,
Peter