Stas Bekman wrote:
t/api/request_rec.t has a handful of failures but looks like it is autogenerated, which may be the cause of the error - right now it's under cvs control so it may be out of date.
Yes, it's no longer autogenerated. You didn't check the output of 'cvs up', you had collisions which you needed to resolve by removing t/api/request_rec.t
a better approach is to run t/TEST -clean before running 'cvs up'.
Actually I think it's not the collision, but t/TEST -clean removing the newly checked out file. So:
t/TEST -clean cvs up t/api/request_rec.t
should do the trick :)
-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
