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

367 Views Asked by At

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

3

There are 3 best solutions below

2
On BEST ANSWER

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

  • Inform about obvious misconfiguration repository-maintaner
  • Checkout in the svn co: /trunk, /tags and /branches can be checkouted without redirect-loop

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
0
On

ReactOS now hosts their code directly on github. You can check it out using https git clone https://github.com/reactos/reactos/, or (if you have your ssh public key in github) via ssh git clone [email protected]:reactos/reactos.

If you prefer, you can also work with the code via gitpod (https://gitpod.io/#https://github.com/reactos/reactos).

0
On

If anyone else finds this when looking for a git checkout url

git clone git://git.reactos.org/reactos.git