My research results so far are:
checking out http://svn.reactos.org/svn/reactos/trunk/reactos/, http://svn.reactos.org/svn/reactos/trunk/ and http://svn.reactos.org/svn/reactos cause relocation error (
$ LANG=C svn co http://svn.reactos.org/svn/reactos/ reactos-svn Redirecting to URL 'http://svn.reactos.org/svn/reactos': Redirecting to URL 'http://svn.reactos.org/svn/reactos': svn: E195019: Redirect cycle detected for URL 'http://svn.reactos.org/svn/reactos'
- git clones I found so far (unpreferrable solution because it's not nice to depend on the mirror availability and activity for updates):
- https://github.com/mirror/reactos: mirrors trunk only
- https://github.com/svn2github/reactos mirrors trunk/reactos only
subgit configure --svn-url <tried all URLs listed above> reactos
fails becausesvn checkout
subcommand fails- creating a clone with http://svn2github.com/ fails with error message
Cannot connect to SVN repository at http://svn.reactos.org/svn/reactos/
EDIT 1: There seems to be a read-only git mirror provided by ReactOS team browsable at http://git.reactos.org/?p=reactos.git;a=summary, but no checkout URL for git (and I can't figure it out myself).
You can't checkout now in single step, but you can
svn co
: /trunk, /tags and /branches can be checkouted without redirect-loopI can checkout trunk without loop