gitsvnversion-controlreact-os

How to checkout reactos sources including all tags and branches as SVN working copy or git clone?


My research results so far are:

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).


Solution

  • You can't checkout now in single step, but you can

    I 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