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]
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to