How to download ArgoUML source code from Tigris site using Subversion client?

Sorry, maybe this is a stupid question, I just want the download source code to be a link like this: http://argouml.tigris.org/source/browse/argouml/trunk/src/

I am trying to use the command:

svn checkout http://argouml.tigris.org/source/browse/argouml/trunk/

but it causes an error:

svn: OPTIONS http://argouml.tigris.org/source/browse/argouml/trunk ': 200 OK ( <a2> )

I am strange that how to check the source code from the url?

Many thanks for your help!

Sincerely.

+5
source share
2 answers

Tigris.org SVN-, , "" ( ), :

svn checkout http://argouml.tigris.org/svn/argouml/trunk argouml --username guest
+6

All Articles