SVN output is prohibited by all tools

First I have to say that I am completely new to Maven and SVN .

So I need really simple answers. After 2 days of searching the Internet and searching for a lot of vague answers all over the Internet, I still need:

  • Download the cloudSim source code.

  • Compile it into a jar file.


The website says:

enter image description here


I downloaded the Apache Subversion command line tools from here .
But when I try this:

svn checkout http://cloudsim.googlecode.com/svn/trunk/ cloudsim-read-only

I got this error:

enter image description here

I even tried this one and again: enter image description here

I tried the Eclipse SVN repository and again the results are the same.

+4
1

( ) - (--???),

>svn ls http://cloudsim.googlecode.com/svn/trunk/
distribution/
documentation/
modules/
pom.xml

(svn co )

+1