Re: [suggestion] Change branching instructions to use svnmerge

2007-10-10 Thread Fred Moyer
Philippe M. Chiasson wrote: In preparing for creating a branch for Torsten's threading work, I looked at our BRANCHING document, and it's associated script build/svn.remerge. Instead, I'd like to push forward a great svn merge tool, svnmerge[1] +1 -

Re: [suggestion] Change branching instructions to use svnmerge

2007-10-10 Thread Geoffrey Young
Philippe M. Chiasson wrote: > In preparing for creating a branch for Torsten's threading work, I looked > at our BRANCHING document, and it's associated script build/svn.remerge. > > Instead, I'd like to push forward a great svn merge tool, svnmerge[1] > > It's nice, simple, and makes managing

[suggestion] Change branching instructions to use svnmerge

2007-10-10 Thread Philippe M. Chiasson
In preparing for creating a branch for Torsten's threading work, I looked at our BRANCHING document, and it's associated script build/svn.remerge. Instead, I'd like to push forward a great svn merge tool, svnmerge[1] It's nice, simple, and makes managing branches a breeze. I've been using it at $

Re: svn write access

2007-10-10 Thread Philippe M. Chiasson
Torsten Foertsch wrote: > Hi, > > I have been working now for some time on that threading / interpreter stuff. Yup, and good work at that. > The whole patch is quite big by now. Would it be possible to create a new > branch in the svn for that and give me write permission? Or simply create a >

Re: Please help adding ModPerl::Interpreter

2007-10-10 Thread Philippe M. Chiasson
Torsten Foertsch wrote: > Hi Geoff, > > On Tuesday 09 October 2007 19:19, Geoffrey Young wrote: >> if you're really confused, see the commits when I added Apache::MPM >> >> http://marc.info/?l=apache-modperl-cvs&m=106978727408877&w=2 >> http://marc.info/?l=apache-modperl-cvs&m=106978912311523&

Re: Please help adding ModPerl::Interpreter

2007-10-10 Thread Geoffrey Young
Torsten Foertsch wrote: > Hi Geoff, > > On Tuesday 09 October 2007 19:19, Geoffrey Young wrote: >> if you're really confused, see the commits when I added Apache::MPM >> >> http://marc.info/?l=apache-modperl-cvs&m=106978727408877&w=2 >> http://marc.info/?l=apache-modperl-cvs&m=10697891231152

svn write access

2007-10-10 Thread Torsten Foertsch
Hi, I have been working now for some time on that threading / interpreter stuff. The whole patch is quite big by now. Would it be possible to create a new branch in the svn for that and give me write permission? Or simply create a new branch where the stuff can be checked in by someone else? T

Re: Please help adding ModPerl::Interpreter

2007-10-10 Thread Torsten Foertsch
Hi Geoff, On Tuesday 09 October 2007 19:19, Geoffrey Young wrote: > if you're really confused, see the commits when I added Apache::MPM > >   http://marc.info/?l=apache-modperl-cvs&m=106978727408877&w=2 >   http://marc.info/?l=apache-modperl-cvs&m=106978912311523&w=2 > > the bulk of the main commi

Re: xs maps

2007-10-10 Thread Geoffrey Young
Torsten Foertsch wrote: > Hi, > > can someone shed some light on the first characters in *_structures.map > files? see lib/ModPerl/MapUtil.pm --Geoff - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

Re: xs maps

2007-10-10 Thread Torsten Foertsch
On Wednesday 10 October 2007 13:37, Torsten Foertsch wrote: > can someone shed some light on the first characters in *_structures.map > files? To answer my own question. They are explained in lib/ModPerl/MapUtil.pm. Torsten pgpKbRX9sjvv5.pgp Description: PGP signature

xs maps

2007-10-10 Thread Torsten Foertsch
Hi, can someone shed some light on the first characters in *_structures.map files? For example in < name - num_func ... > link < type ... ~ pool ... ... & scheme hostinfo ... - dns_resolved What do these [ $%><~-?&!] mean? $ perl -MData::Dumper -ne '/^(.)\s/ and $h{$1}++;