Re: svn question

2004-11-19 Thread Stas Bekman
Garrett Rooney wrote: Stas Bekman wrote: Garrett Rooney wrote: Stas Bekman wrote: I find the fact that svn dumps its file copies into the same tree with the source files pretty annoying, since it's no longer possible to grep files, since you get dups, and do other things. Is there a way to confi

Re: svn question

2004-11-19 Thread Garrett Rooney
Stas Bekman wrote: Garrett Rooney wrote: Stas Bekman wrote: I find the fact that svn dumps its file copies into the same tree with the source files pretty annoying, since it's no longer possible to grep files, since you get dups, and do other things. Is there a way to configure svn to store its

where is the commit template?

2004-11-19 Thread Stas Bekman
What happened to commit templates? How are we supposed to document contributers, reviewers and such? to remind under cvs we had: PR: Obtained from: Submitted by: Reviewed by: CVS: -- CVS: PR: CVS: If this change addresses a PR

Re: svn question

2004-11-19 Thread Stas Bekman
Garrett Rooney wrote: Stas Bekman wrote: I find the fact that svn dumps its file copies into the same tree with the source files pretty annoying, since it's no longer possible to grep files, since you get dups, and do other things. Is there a way to configure svn to store its stuff elsewhere? N

Re: svn question

2004-11-19 Thread Garrett Rooney
Stas Bekman wrote: I find the fact that svn dumps its file copies into the same tree with the source files pretty annoying, since it's no longer possible to grep files, since you get dups, and do other things. Is there a way to configure svn to store its stuff elsewhere? Nope, but you can use s

svn question

2004-11-19 Thread Stas Bekman
I find the fact that svn dumps its file copies into the same tree with the source files pretty annoying, since it's no longer possible to grep files, since you get dups, and do other things. Is there a way to configure svn to store its stuff elsewhere? -- ___

Re: svn commit: r105918 - perl/modperl/trunk

2004-11-19 Thread Stas Bekman
[EMAIL PROTECTED] wrote: Author: gozer Date: Fri Nov 19 18:45:25 2004 New Revision: 105918 Modified: perl/modperl/trunk/ (props changed) Log: Introduce the right svn:externals to get Apache-Test and modperl-docs pulled into a checkout of modperl/trunk gozer, could you please explain what has b

Re: svn and Apache-Test

2004-11-19 Thread Geoffrey Young
>> +1 for #2: > > > Coolio, I'll make it so later unless anybody else strongly objects or sth. yeah, that's fine with me too. --Geoff - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECT

Re: 1.x in Subversion

2004-11-19 Thread David Wheeler
On Nov 19, 2004, at 1:54 PM, Philippe M. Chiasson wrote: Actually, the request has been made to [EMAIL PROTECTED] to migrate it over to svn as well, it would end up living here Ah, good then, thanks. I'll grab it when it's in. Cheers, David -

Re: svn and Apache-Test

2004-11-19 Thread Stas Bekman
Philippe M. Chiasson wrote: Geoffrey Young wrote: hi guys... I know that when we left apachecon there were still some issues with mp2 and A-T. did these ever resolve or do we still need to figure things out? Yes, these had to do with the difference in how you can link repositories together. T

Re: svn and Apache-Test

2004-11-19 Thread Philippe M. Chiasson
Stas Bekman wrote: Philippe M. Chiasson wrote: Geoffrey Young wrote: hi guys... I know that when we left apachecon there were still some issues with mp2 and A-T. did these ever resolve or do we still need to figure things out? [...] Possibility #1: Use http:// urls Problems is for developers li

Re: svn and Apache-Test

2004-11-19 Thread Philippe M. Chiasson
Geoffrey Young wrote: hi guys... I know that when we left apachecon there were still some issues with mp2 and A-T. did these ever resolve or do we still need to figure things out? Yes, these had to do with the difference in how you can link repositories together. Take modperl-2.0 and cvs, with

Re: 1.x in Subversion

2004-11-19 Thread Philippe M. Chiasson
Geoffrey Young wrote: David Wheeler wrote: Where are the mod_perl 1.x sources stored in the new Subversion server? I couldn't find a branch or anything... we only converted mp2. mp1 is still cvs and probably will be until we find another round of tuits :) Actually, the request has been

Re: 1.x in Subversion

2004-11-19 Thread David Wheeler
On Nov 19, 2004, at 12:46 PM, Geoffrey Young wrote: we only converted mp2. mp1 is still cvs and probably will be until we find another round of tuits :) Bleh. Thanks, David - To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

Re: [apr] dropping Apache2/ subdir for APR::*

2004-11-19 Thread Stas Bekman
Radoslaw Zielinski wrote: Stas Bekman <[EMAIL PROTECTED]> [14-11-2004 17:05]: Radoslaw Zielinski wrote: [...] to support this aliasing feature. Or do you suggest to just alias the namespaces? Maybe I'm missing something. I was thinking about just aliasing the namespaces. It's a way more complicat

Re: 1.x in Subversion

2004-11-19 Thread Geoffrey Young
David Wheeler wrote: > Where are the mod_perl 1.x sources stored in the new Subversion server? > I couldn't find a branch or anything... we only converted mp2. mp1 is still cvs and probably will be until we find another round of tuits :) --Geoff ---

Re: svn commit: r105821 - perl/modperl/trunk/lib/ModPerl

2004-11-19 Thread Geoffrey Young
>> return '' if $path =~ m/\.(pl|cvsignore)$/; >> return '' if (basename dirname $path) eq 'CVS'; >> return '' if $path =~ m/~$/; >> +return '' if $path =~ /\B\.svn\b/; > > > while adding .svn stuff, won't it be a good idea to remove cvs stuff? > Why carring dead code? sure.

1.x in Subversion

2004-11-19 Thread David Wheeler
Where are the mod_perl 1.x sources stored in the new Subversion server? I couldn't find a branch or anything... Cheers, David - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: DynaLoader's "special case"

2004-11-19 Thread Stas Bekman
Radoslaw Zielinski wrote: Each time I upgrade perl and the DynaLoader's version changes, I have to rebuild mod_perl, or I'll get this error: DynaLoader object version 1.05 does not match $DynaLoader::VERSION 1.06 It happens when I add "PerlModule AnyXSmodule" to my httpd.conf (of course any more

Re: svn commit: r105821 - perl/modperl/trunk/lib/ModPerl

2004-11-19 Thread Stas Bekman
[EMAIL PROTECTED] wrote: Author: geoff Date: Fri Nov 19 06:59:59 2004 New Revision: 105821 Modified: perl/modperl/trunk/lib/ModPerl/BuildMM.pm Log: skip over .svn files Modified: perl/modperl/trunk/lib/ModPerl/BuildMM.pm ===

svn and Apache-Test

2004-11-19 Thread Geoffrey Young
hi guys... I know that when we left apachecon there were still some issues with mp2 and A-T. did these ever resolve or do we still need to figure things out? --Geoff - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

DynaLoader's "special case"

2004-11-19 Thread Radoslaw Zielinski
Each time I upgrade perl and the DynaLoader's version changes, I have to rebuild mod_perl, or I'll get this error: DynaLoader object version 1.05 does not match $DynaLoader::VERSION 1.06 It happens when I add "PerlModule AnyXSmodule" to my httpd.conf (of course any more complicated thing, like a

Re: [apr] dropping Apache2/ subdir for APR::*

2004-11-19 Thread Radoslaw Zielinski
Stas Bekman <[EMAIL PROTECTED]> [14-11-2004 17:05]: > Radoslaw Zielinski wrote: [...] >>> to support this aliasing feature. Or do you suggest to just alias the >>> namespaces? >> Maybe I'm missing something. I was thinking about just aliasing the >> namespaces. > It's a way more complicated than