RE: [NOTICE] Subversion conversion

2004-11-14 Thread Gerald Richter
Hi, > > > Also worth noting, we should be pigning Gerald to plan > moving embperl > > over to the perl svn repos as well. > That would be great. I am using svn all over the place for a long time and Embperl is one of the last things where I need to deal with CVS, so I am happy to move the Emb

Re: [NOTICE] Subversion conversion

2004-11-14 Thread Stas Bekman
[adjusting the CC list] Philippe M. Chiasson wrote: Stas Bekman wrote: Geoffrey Young wrote: [...] so, rock on svn. yes, yes, I'm +1. Thanks for taking care of it. Don't forget about preserving the frozen cvs though. I have lots of modified files all over. Yah, the CVS repository will remain for

Re: [NOTICE] Subversion conversion

2004-11-14 Thread Philippe M. Chiasson
Stas Bekman wrote: Geoffrey Young wrote: [...] so, rock on svn. yes, yes, I'm +1. Thanks for taking care of it. Don't forget about preserving the frozen cvs though. I have lots of modified files all over. Yah, the CVS repository will remain for a long time read-only. (don't exactly know what *lon

Re: svn commit: rev 65642 - perl/modperl/docs

2004-11-14 Thread Stas Bekman
Justin Erenkrantz wrote: On Sun, Nov 14, 2004 at 06:30:30PM -0500, Stas Bekman wrote: [EMAIL PROTECTED] wrote: Author: jerenkrantz Date: Sun Nov 14 15:08:54 2004 New Revision: 65642 Added: perl/modperl/docs/ Log: Create modperl docs directory. So now all modperl-* will live under the same tree? Ca

Re: svn commit: rev 65642 - perl/modperl/docs

2004-11-14 Thread Stas Bekman
[EMAIL PROTECTED] wrote: Author: jerenkrantz Date: Sun Nov 14 15:08:54 2004 New Revision: 65642 Added: perl/modperl/docs/ Log: Create modperl docs directory. So now all modperl-* will live under the same tree? Can we still have a different commit email address for each sub-project? e.g. this co

Re: [NOTICE] Subversion conversion

2004-11-14 Thread Stas Bekman
Geoffrey Young wrote: It's just that someone needs to simultaneously move modperl-2.0 to subversion too. And modperl-docs too, since they are checked out into modperl-2.0 check out. As long as this is all done at once there should be no problem. None of these projects had any branching so it should

Re: interpreter context in xs

2004-11-14 Thread Geoffrey Young
> It was easy to reproduce and it's now fixed in cvs: > > - HvNAME(SvSTASH(SvRV(in; > + (SvRV(in) && SvSTASH(SvRV(in))) > + ? HvNAME(SvSTASH(SvRV(in))) > + : "unknown"); > > and added the relevant tests.

Re: [NOTICE] Subversion conversion

2004-11-14 Thread Geoffrey Young
> It's just that someone needs to simultaneously move modperl-2.0 to > subversion too. And modperl-docs too, since they are checked out into > modperl-2.0 check out. As long as this is all done at once there should > be no problem. None of these projects had any branching so it shouldn't > be a pr

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

2004-11-14 Thread Stas Bekman
Radoslaw Zielinski wrote: Sorry for the delay, I couldn't make it sooner. Stas Bekman <[EMAIL PROTECTED]> [03-11-2004 02:30]: Radoslaw Zielinski wrote: [...] * It messes with @INC, changing the way it should be parsed. Originally, if you see $inc_file/Foo/Bar/Baz.pm, you know it's the Foo::Bar::B

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

2004-11-14 Thread Radoslaw Zielinski
Sorry for the delay, I couldn't make it sooner. Stas Bekman <[EMAIL PROTECTED]> [03-11-2004 02:30]: > Radoslaw Zielinski wrote: [...] >> * It messes with @INC, changing the way it should be parsed. >> Originally, if you see $inc_file/Foo/Bar/Baz.pm, you know it's the >> Foo::Bar::Baz perl modu