broken svn? tagging commits things to the trunk?

2005-05-03 Thread Stas Bekman
Something is broken here. Why making tag commits changes that weren't intended to be committed to the trunk? The tagging was done via make which does: svn copy . https://svn.apache.org/repos/asf/perl/modperl/tags/$(VERSION_SYM) :( [EMAIL PROTECTED] wrote: Author: stas Date: Tue May 3 19:45:13

problems with pause indexer: APML

2005-05-03 Thread Stas Bekman
Hi Andreas, Any idea why the below has happened? I was releasing before and everything worked just fine. I've moved the perms to APML as you've told me to (and asked everybody else to do), so now it shows: APR APMLfirst-come APR GOZER co-maint Apparently, this doesn't quite work? W

Re: time for RC6?

2005-05-03 Thread Philip M. Gollucci
Stas Bekman wrote: I'm at the cansecwest conference, but I'll see if I will be able to release RC6 in the next few days. RC6 looks good from the FreeBSD end Stas. Good work all. t/modules/proxy is still failing though. make test TEST_VERBOSE=1 TEST_FILES="modules/proxy" the error_log is attached.

Re: [PATCH] Dynamic linking on Cygwin

2005-05-03 Thread Stas Bekman
Nick *** wrote: > >Thanks Nick. Committed with a few minor tweaks. > The following patch fixes the linking of Apache2:: and ModPerl:: extensions on Cygwin, when building a static mod_perl.a. Some notes on the patch: We have to link Apache2::* and ModPerl::* to mod_perl.a and DynaLoader.a, but -

Re: [PATCH] Dynamic linking on Cygwin

2005-05-03 Thread Nick ***
> >Thanks Nick. Committed with a few minor tweaks. > The following patch fixes the linking of Apache2:: and ModPerl:: extensions on Cygwin, when building a static mod_perl.a. Some notes on the patch: We have to link Apache2::* and ModPerl::* to mod_perl.a and DynaLoader.a, but -lmod_perl and

Re: Apache2::DBI

2005-05-03 Thread Philip M. Gollucci
Ask Bjørn Hansen wrote: On May 2, 2005, at 11:41 PM, Philip M. Gollucci wrote: Philip, Could you send the changes as patches rather than as a substitute file? Hi ask. Thanks for the quick response. http://p6m7g8.net/Apache-DBI/0.94_0.96.patch -- END

Re: Apache2::DBI

2005-05-03 Thread Ask Bjørn Hansen
On May 2, 2005, at 11:41 PM, Philip M. Gollucci wrote: Philip, Could you send the changes as patches rather than as a substitute file? (As you probably know) the module is in CVS at :pserver:[EMAIL PROTECTED]:/public/Apache/DBI/ (viewcvs at http://cvs.perl.org/viewcvs/cvs-public/Apache/DBI/ ) We