On 3 June 2010 19:13, Mark Morgan Lloyd wrote: > that a tag is in effect a complete release (i.e. comparable with trunk). > > If anybody thinks that I'm misunderstanding something please correct me.
SubVersion treats tags just like any other branch. So if you want the lastest revision in the 0.9.26.2 tag, simply check it out via: svn co .....tags/lazarus_0_9_26_2/ 0.9.26_fixes That will checkout the latest fixes revision of release 0.9.26 into a '0.9.26_fixes' directory for you. -- Regards, - Graeme - _______________________________________________ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/ -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
