Tagged Questions
2
votes
1answer
1k views
How to checkout Tomcat by SVN?
I try:
svn co http://svn.apache.org/repos/asf/tomcat/tc7.0.x/trunk/
But received error:
svn: E170000: Unrecognized URL scheme for
'http://svn.apache.org/repos/asf/tomcat/tc7.0.x/trunk'
Is it ...