cancel
Showing results for 
Search instead for 
Did you mean: 

[SOLVED]Could not resolve hostname svn.alfresco.com

targa2000
Champ in-the-making
Champ in-the-making
Trying to transfer alfresco source to my pc, with command:

svn co http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD

but get error message :

http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD': Could not resolve hostname `svn.alfresco.com': The requested name is valid and was found in the database, but it does not have the correct associated data being resolved for. (http://svn.alfresco.com)

any ideas?
2 REPLIES 2

mikeh
Star Contributor
Star Contributor
Just tried "svn info" from a remote shell account and it all works as expected.
[dinero]$ svn info http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD
Path: HEAD
URL: http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD
Repository Root: http://svn.alfresco.com/repos/alfresco-open-mirror
Repository UUID: c73165b8-c2a3-4c3a-8162-ddfb506fd858
Revision: 18506
Node Kind: directory
Last Changed Author: kevinr
Last Changed Rev: 18506
Last Changed Date: 2010-02-08 07:58:45 -0800 (Mon, 08 Feb 2010)

Mike

targa2000
Champ in-the-making
Champ in-the-making
Thanks Mike,

I was passing through a proxy.  Reason for the message.  Trying it from a location without proxy and it works.