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'
subgit configure --svn-url <tried all URLs listed above> reactos
fails because svn checkout
subcommand failsCannot 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
>svn co ...
...
U reactos
Checked out revision 63899.
>svn --version
svn, version 1.8.10 (r1615264)
compiled Aug 10 2014, 14:54:56 on x86-microsoft-windows