user810430
user810430

Reputation: 11499

Is it possible to connect to SVN through http?

I tried to checkout the Tomcat sources from:

http://svn.apache.org/repos/asf/tomcat/trunk/

but I receive this error:

Unable to connect to a repository at URL
"http://svn.apache.org/repos/asf/tomcat/trunk/". Could not resolve host name ....

Is this a problem with my proxy? Is there workaround?

In a browser I can see all files.
I use SVN client TortoiseSVN 1.7.1, Build 22161 - 32 Bit , 2011/10/21 22:51:59

Upvotes: 0

Views: 165

Answers (1)

Umesh Awasthi
Umesh Awasthi

Reputation: 23587

You need to use any svn client like Tortoise SVN

alternatively you can use svn plugin in your Eclipse IDE

Eclipse Plugin

Upvotes: 1

Related Questions