On Wed, 27 Jun 2001, Doug MacEachern wrote:
> i have a script to automate that (below). i left the generated .t's out
> for the moment, wondering if some might become non-autogenerated and
> checked in, not that it would hurt if that happened and they were also in
> .cvsignore
the cool thing is that 'cvs diff' makes sure that .cvsignore won't have
dups in it as long as you don't forget to commit the change.
so may be:
system "cvs add .cvsignore";
system "cvs ci -m 'ignore these' .cvsignore";
Will you make it a part of the rep or do you plan to manage all the new
tests by yourself? Of course there is no hurry for anything like that, I
was just wondering how do I get rid of ? when I produce a patch via 'cvs
diff' :)
_____________________________________________________________________
Stas Bekman JAm_pH -- Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide http://perl.apache.org/guide
mailto:[EMAIL PROTECTED] http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]