[fpc-devel] Please add gitignore file

2011-03-11 Thread Alexander Klenin
Although svn remains the primary source control version of FPC, some people (me included) prefer git for developing it. It would be helpful for those people if FPC repository included .gitignore file is git analog to svn:ignore property. This file should be placed in the root directory. Attached

Re: [fpc-devel] Please add gitignore file

2011-03-11 Thread Florian Klaempfl
Wouldn't it be better to run automatically git svn show-ignore .gitignore and commit it if something changed on the git svn mirror? ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] Please add gitignore file

2011-03-11 Thread Alexander Klenin
On Fri, Mar 11, 2011 at 19:20, Florian Klaempfl flor...@freepascal.org wrote: Wouldn't it be better to run automatically git svn show-ignore .gitignore and commit it if something changed on the git svn mirror? Probably yes -- I have no preference about how the ignore file is produced, I just

[fpc-devel] Fcl-Web 404 error

2011-03-11 Thread Leonardo M . Ramé
Hi, does anyone knows how to return a correct 404 error from an fcl-web cgi app?. I'm doing this: procedure TFPWebModule1.myRequest(Sender: TObject; ARequest: TRequest; AResponse: TResponse; var Handled: boolean); begin AResponse.Code := 404; AResponse.CodeText := 'Not Found';

Re: [fpc-devel] Fcl-Web 404 error

2011-03-11 Thread michael . vancanneyt
On Fri, 11 Mar 2011, Leonardo M. Ramé wrote: --- On Fri, 3/11/11, michael.vancann...@wisa.be michael.vancann...@wisa.be wrote: From: michael.vancann...@wisa.be michael.vancann...@wisa.be Subject: Re: [fpc-devel] Fcl-Web 404 error To: FPC developers' list fpc-devel@lists.freepascal.org

Re: [fpc-devel] Fcl-Web 404 error

2011-03-11 Thread Leonardo M . Ramé
--- On Fri, 3/11/11, michael.vancann...@wisa.be michael.vancann...@wisa.be wrote: From: michael.vancann...@wisa.be michael.vancann...@wisa.be Subject: Re: [fpc-devel] Fcl-Web 404 error To: FPC developers' list fpc-devel@lists.freepascal.org Date: Friday, March 11, 2011, 1:00 PM On