Front page | perl.perl6.internals |
Postings from May 2005
Re: Remove .cvsignore?
Thread Previous
|
Thread Next
From:
Juergen Boemmels
Date:
May 17, 2005 08:07
Subject:
Re: Remove .cvsignore?
Message ID:
200505170028.47180.boemmels@web.de
On Friday 13 May 2005 18:55, Bernhard Schmalhofer wrote:
> Juergen Boemmels schrieb:
> >Hello,
> >
> >In the current SVN repository are 76 .cvsignore files. In SVN they aren't
> > used any more. SVN uses the property 'svn:ignore' on a directory instead.
> >
> >During the cvs => svn transition the svn:ignore properties were set but in
> >the recent weeks they started to diverge. Currently (r8078) 22 .cvsignore
> >differ from svn:ignore (see attached cvsignore.diff)
> >
> >I think we should remove .cvsignore files entirly.
>
> As fas as I see, the only place where .cvsignore files are still used, is
> tools/dev/manicheck.pl.
> If we require 'svn', than we can replace the reading on .cvsignore with
>
> svn propget svn:ignore
>
> Is that the right was to go?
>
> CU, Bernhard
More files using .cvsignore:
t/src/manifest.t
This test checks the integrity of CVS. This the CVS=>SVN transition this is
mostly skipped.
I have a nearly working replacement, but the hard-coded .cvsignores get in
the way
MANIFEST.SKIP
skips explicitly .cvsignore; can go
tools/dev/gen_manifest_skip.pl
explicit skip of .cvsignore; already scheduled for removal
tools/dev/extract_file_descriptions.pl
.cvsignore is not worth description
cu
boe
Thread Previous
|
Thread Next