Size of SVN checkout of trunk head revision: 526MB
Size of SVN checkout of all branches (inc. trunk): 3.43GB
Size of git checkout via git-svn of all branches (inc. trunk): 423MB
Consider that the git repo includes all revisions of every branch as well as a working copy and therefore can be fully used to develop offline against any of the branches whilst having full access to the change control history of every branch/commit, and yet it’s still smaller than even just one SVN branch checkout which does not have include any history.
The correct source should be
https://svn.code.sf.net/p/radstudiodemos/code/branches/RADStudio_Seattle
or – if you are feeling frisky
https://svn.code.sf.net/p/radstudiodemos/code/trunk
Size of SVN checkout of trunk head revision: 526MB
Size of SVN checkout of all branches (inc. trunk): 3.43GB
Size of git checkout via git-svn of all branches (inc. trunk): 423MB
Consider that the git repo includes all revisions of every branch as well as a working copy and therefore can be fully used to develop offline against any of the branches whilst having full access to the change control history of every branch/commit, and yet it’s still smaller than even just one SVN branch checkout which does not have include any history.