[fpc-pascal] bootstrapping from svn

Graeme Geldenhuys graeme at geldenhuys.co.uk
Mon Nov 26 11:45:51 CET 2012


On 26/11/12 01:27, David Emerson wrote:
> 
> (Graeme, if you read this, have you considered creating a git branch for 
> the 2.6 fixes branch?)

I decided against tracking the fixes branches after I realised what
strange way the FPC team manages tags, branches etc in SubVersion. After
attempting to track the 2.4.x fixes branch (at that time), it was simply
too much work for me, because it wasn't an automated process (so I could
optimise the size of the repository).

You can simply do a

   git svn clone -r1234:HEAD http://....

where r1234 is the revision you want to start from (thus limiting the
amount of history you pull in). Replace r1234 with your own starting
revision.


Regards,
  - Graeme -

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/




More information about the fpc-pascal mailing list