[fpc-pascal] What is the svn url for fpc release 2.6.4

Mark Morgan Lloyd markMLl.fpc-pascal at telemetry.co.uk
Mon Nov 9 18:03:42 CET 2015


Bo Berglund wrote:
> I have googled extensively now and not found this, so please tell me
> how I can get fpc 2.6.4 sources from svn.
> svn co http://svn.freepascal.org/svn/fpc/tags/fpc_2_6_4 fpc-2.6.4 did
> not work...

Don't. Use the source link at http://www.freepascal.org/download.var

If you really have to, despite being told not to, then I think I've 
already given you an example like this:

svn ls http://svn.freepascal.org/svn/fpc/tags

hence that returns

..
release_2_6_4/
release_2_6_4_rc1/
..

so you can do something like

svn co http://svn.freepascal.org/svn/fpc/tags/release_2_6_4/ my_2.6.4_source

-- 
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk

[Opinions above are the author's, not those of his employers or colleagues]



More information about the fpc-pascal mailing list