[fpc-devel] SVN connection was closed error

2009-07-10 Thread Graeme Geldenhuys
Hi, I have been received the following connection was closed error from SubVersion's SVN client. I have to constantly resume the connection after a timeout error and is very annoying. The SVN client affected is any 1.4x, 1.5x or 1.6x client supplied by Collabnet.

Re: [fpc-devel] SVN connection was closed error

2009-07-10 Thread Florian Klaempfl
Graeme Geldenhuys schrieb: We are based in South Africa - I'm not sure where the svn2.freepascal.org server is located. Austria. If it helps you, we can also setup a git read only mirror on one of the European server. ___ fpc-devel maillist -

Re: [fpc-devel] SVN connection was closed error

2009-07-10 Thread Vincent Snijders
Florian Klaempfl schreef: Graeme Geldenhuys schrieb: We are based in South Africa - I'm not sure where the svn2.freepascal.org server is located. Austria. If it helps you, we can also setup a git read only mirror on one of the European server. If I clone that mirror, can I commit (is that

Re: [fpc-devel] SVN connection was closed error

2009-07-10 Thread Florian Klaempfl
Vincent Snijders schrieb: Florian Klaempfl schreef: Graeme Geldenhuys schrieb: We are based in South Africa - I'm not sure where the svn2.freepascal.org server is located. Austria. If it helps you, we can also setup a git read only mirror on one of the European server. If I clone that

Re: [fpc-devel] SVN connection was closed error

2009-07-10 Thread Graeme Geldenhuys
Florian Klaempfl wrote: Austria. If it helps you, we can also setup a git read only mirror on one of the European server. I'm almost done cloning the FPC repository for Git usage. I'll place it on the GitHub server - same as was done for the Lazarus (trunk) repository. Difference being,

Re: [fpc-devel] SVN connection was closed error

2009-07-10 Thread Graeme Geldenhuys
Vincent Snijders wrote: If I clone that mirror, can I commit (is that push?) changes to the svn repository? It is possible via a GitHub hosted repository, but I have never done that before - and I don't have write access to the FPC or Lazarus repositories. As far as I know you can also

Re: [fpc-devel] SVN connection was closed error

2009-07-10 Thread Graeme Geldenhuys
Florian Klaempfl wrote: With tricks, I think it's explained on the git-svn man/help? page. I believe, to push back to SubVersion you use: $ git svn dcommit Just make sure you have a linear development path (using rebase command), because SubVersion doesn't support parallel development

Re: [fpc-devel] SVN connection was closed error

2009-07-10 Thread Michael Schnell
Graeme Geldenhuys wrote: http://sourceforge.net/apps/trac/sourceforge/wiki/Git This does talk about ssh. Same can be run through a firewall with an appropriate tool (e.g. Corkscrew). But only if the server site provides the appropriate receiver. I do use this method with another git server

Re: [fpc-devel] SVN connection was closed error

2009-07-10 Thread Graeme Geldenhuys
Michael Schnell wrote: unfortunately fpgui.git.sourceforge.net/gitroot/fpgui is not able to accept http requests, so everybody behind a firewall is excluded. Ummm, seems SourceForge.net only support read-only access via the git protocol. This is not an issue with GitHub though - and where

Re: [fpc-devel] SVN connection was closed error

2009-07-10 Thread Michael Schnell
Florian Klaempfl wrote: Graeme Geldenhuys schrieb: We are based in South Africa - I'm not sure where the svn2.freepascal.org server is located. Austria. If it helps you, we can also setup a git read only mirror on one of the European server. unfortunately

[fpc-devel] Git mirror of FPC subversion repository is available

2009-07-10 Thread Graeme Geldenhuys
I have completed the Git mirror of FPC - well 90% really. What remains is the branches. Out of the list below, which branches are actually being used? Must I make them all available in the git mirror, or maybe just a few like: fixes_2_2, trunk etc. and probably the release tag ones? Notes

Re: [fpc-devel] Git mirror of FPC subversion repository is available

2009-07-10 Thread Michael Schnell
Great ! And it does work with http:// Thanks, Did you also install the ssh+gig://username stuff, which would allow for a much faster download ? If yes which username and password should be used ? Thanks again, -Michael ___ fpc-devel maillist -

Re: [fpc-devel] Git mirror of FPC subversion repository is available

2009-07-10 Thread Graeme Geldenhuys
Michael Schnell wrote: And it does work with http:// Yes, but we warned it is slow. The git protocol is a LOT faster than HTTP. $ git clone http://github.com/graemeg/freepascal.git quote Github supports cloning using both the git protocol over port 9418 and HTTP over port 80. Using

Re: [fpc-devel] Git mirror of FPC subversion repository is available

2009-07-10 Thread Graeme Geldenhuys
Michael Schnell wrote: And it does work with http:// Here is some more information, but I haven't tested any of this because the GIT protocol works just fine for me. http://www.emilsit.net/blog/archives/how-to-use-the-git-protocol-through-a-http-connect-proxy/ Regards, - Graeme -

Re: [fpc-devel] Lazarus Apache module crashes during concurrent requests

2009-07-10 Thread Leonardo M . Ramé
Does this was fixed? I'm trying to deploy an apache 2.2.9 module, it compiles and loads ok (it doesn't crash apache) but its exported function isn't called, I'm using the same code ABorka used in this example. This is my configuration: Free Pascal Compiler version 2.2.4-3 [2009/06/03] for