Re: Improve remove_stale.pl

2001-08-05 Thread Peter Karlsson
On Thu, 2 Aug 2001, Denis Barbier wrote: > We have special pages under /french/international/french/, many files are > created by a single source file. These HTML files were deleted by > remove_stale.pl, Ouch! Sorry about that, I thought I had thought about all the possible pitfalls, but I obvio

Re: Improve remove_stale.pl

2001-08-05 Thread Denis Barbier
On Sat, Aug 04, 2001 at 04:44:21PM +0200, Josip Rodin wrote: > On Sat, Aug 04, 2001 at 04:43:26PM +0200, Denis Barbier wrote: > > > > this patch reads .staleignore files to keep specified files (should > > > > have know about this script before ;)) > > > > > > Perhaps we could use .cvsignore? Thos

Re: Improve remove_stale.pl

2001-08-05 Thread Peter Karlsson
On Thu, 2 Aug 2001, Josip Rodin wrote: > Perhaps we could use .cvsignore? Those files aren't in CVS so cvs(1) needs > to ignore them, too. Then all the *.html files should go in .cvsignore as well, and then we lose. -- \\// peter - [EMAIL PROTECTED]

Re: Improve remove_stale.pl

2001-08-04 Thread Josip Rodin
On Sat, Aug 04, 2001 at 04:43:26PM +0200, Denis Barbier wrote: > > > this patch reads .staleignore files to keep specified files (should > > > have know about this script before ;)) > > > > Perhaps we could use .cvsignore? Those files aren't in CVS so cvs(1) needs > > to ignore them, too. > > For

Re: Improve remove_stale.pl

2001-08-04 Thread Denis Barbier
On Thu, Aug 02, 2001 at 10:58:59PM +0200, Josip Rodin wrote: > On Wed, Aug 01, 2001 at 01:37:15AM +0200, Denis Barbier wrote: > > this patch reads .staleignore files to keep specified files (should > > have know about this script before ;)) > > Perhaps we could use .cvsignore? Those files aren't i

Re: Improve remove_stale.pl

2001-08-02 Thread Josip Rodin
On Wed, Aug 01, 2001 at 01:37:15AM +0200, Denis Barbier wrote: > this patch reads .staleignore files to keep specified files (should > have know about this script before ;)) Perhaps we could use .cvsignore? Those files aren't in CVS so cvs(1) needs to ignore them, too. -- Digital Electronic Bein

Re: Improve remove_stale.pl

2001-08-02 Thread Denis Barbier
On Thu, Aug 02, 2001 at 06:15:39PM +0200, Peter Karlsson wrote: > On Wed, 1 Aug 2001, Denis Barbier wrote: > > > this patch reads .staleignore files to keep specified files (should > > have know about this script before ;)) > > Hmmm, I haven't followed this very closely, but what exactly is it th

Re: Improve remove_stale.pl

2001-08-02 Thread Peter Karlsson
On Wed, 1 Aug 2001, Denis Barbier wrote: > this patch reads .staleignore files to keep specified files (should > have know about this script before ;)) Hmmm, I haven't followed this very closely, but what exactly is it that the script is failing to detect? -- \\// peter - [EMAIL PROTECTED]

Improve remove_stale.pl

2001-07-31 Thread Denis Barbier
Hi, this patch reads .staleignore files to keep specified files (should have know about this script before ;)) Denis Index: remove_stale.pl === RCS file: /cvs/webwml/webwml/remove_stale.pl,v retrieving revision 1.7 diff -u -r1.7 remo