[fpc-devel] Patch for FCL-web; bug fixes and improvements for CGI and Apache applications

Florian Klaempfl florian at freepascal.org
Sun Mar 1 22:12:37 CET 2009


ABorka schrieb:
> Sorry guys, I knew I should have called them service packs, not patches :)
> 
> In the future I would like to do it in the right way, but I'm not
> exactly sure how. Lets say I check out the latest SVN and make some
> changes in a few files in /FCL-web/ .
> I generate a patch file which contains the differences.
> I create a mantis report and submit the patch there. So far so good.
> Now, I would like to do more changes in /FCL-web/ , how do I make the
> SVN client to not include the previous changes in the following patch
> file generations until the patches are all applied to the SVN trunk?

The best solution to handle this is to use patch queues. For example
mercurial offers this with Mercurial Queues:
http://www.selenic.com/mercurial/wiki/index.cgi/MqExtension

As base for your patches you can use the fpc mercurial ready only
mirror: http://florianklaempfl.de:8000/fpctrunk



More information about the fpc-devel mailing list