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.

Comments
boe
--- -	2005-05-12 20:03:42.864772000 +0200
+++ ./build_tools/.cvsignore	2005-05-11 20:01:02.000000000 +0200
@@ -0,0 +1 @@
+build_dynclasses.pl
--- -	2005-05-12 20:03:42.971765000 +0200
+++ ./runtime/parrot/dynext/.cvsignore	2005-05-11 20:01:02.000000000 +0200
@@ -2,4 +2,3 @@
 libnci.*
 *.bundle
 *.so
-
--- -	2005-05-12 20:03:42.995894000 +0200
+++ ./src/.cvsignore	2005-05-11 20:01:02.000000000 +0200
@@ -1,9 +1,13 @@
 core_pmcs.c
 exec_cpu.c
 fingerprint.c
+install_config.c
 jit_cpu.c
 nci.c
+null_config.c
+parrot_config.c
 platform.c
 platform_asm.s
 parrot_config.h
+revision.c
 *.str
--- -	2005-05-12 20:03:43.008638000 +0200
+++ ./docs/ops/.cvsignore	2005-04-11 23:51:16.000000000 +0200
@@ -1 +1,2 @@
 *.pod
+
--- -	2005-05-12 20:03:43.084624000 +0200
+++ ./imcc/t/syn/.cvsignore	2005-05-11 20:01:03.000000000 +0200
@@ -1,2 +1,3 @@
-*.imc
+*.pir
 *.pbc
+const_8.pasm
--- -	2005-05-12 20:03:43.095574000 +0200
+++ ./imcc/t/imcpasm/.cvsignore	2005-05-11 20:01:03.000000000 +0200
@@ -1 +1 @@
-*.imc
+*.pir
--- -	2005-05-12 20:03:43.106366000 +0200
+++ ./imcc/t/reg/.cvsignore	2005-05-11 20:01:03.000000000 +0200
@@ -1,2 +1,2 @@
-*.imc
+*.pir
 *.pbc
--- -	2005-05-12 20:03:43.196470000 +0200
+++ ./compilers/pge/.cvsignore	2005-05-11 20:01:03.000000000 +0200
@@ -1,4 +1,3 @@
 Makefile
+PGE.pbc
 *.dylib
-*.so
-
--- -	2005-05-12 20:03:43.210725000 +0200
+++ ./t/pmc/.cvsignore	2005-05-11 20:01:03.000000000 +0200
@@ -1,4 +1,4 @@
-*.imc
+*.pir
 *.pasm
 *.pbc
 *.out
--- -	2005-05-12 20:03:43.234537000 +0200
+++ ./t/dynclass/.cvsignore	2005-05-11 20:01:03.000000000 +0200
@@ -1,2 +1,2 @@
-*.imc
+*.pir
 *.pbc
--- -	2005-05-12 20:03:43.244620000 +0200
+++ ./t/library/.cvsignore	2005-05-11 20:01:03.000000000 +0200
@@ -1,4 +1,4 @@
-*.imc
+*.pir
 *.pasm
 *.pbc
 *.out
--- -	2005-05-12 20:03:43.268047000 +0200
+++ ./t/op/.cvsignore	2005-05-11 20:01:04.000000000 +0200
@@ -1,4 +1,4 @@
 *.pasm
 *.pbc
 *.out
-*.imc
+*.pir
--- -	2005-05-12 20:03:43.369517000 +0200
+++ ./languages/m4/t/regex/.cvsignore	2005-05-10 06:39:27.000000000 +0200
@@ -1 +1 @@
-*.imc
+*.pir
--- -	2005-05-12 20:03:43.464287000 +0200
+++ ./languages/tcl/classes/.cvsignore	2005-05-11 20:01:04.000000000 +0200
@@ -0,0 +1,2 @@
+*.dump
+*.c
--- -	2005-05-12 20:03:43.658518000 +0200
+++ ./languages/urm/t/.cvsignore	2005-05-11 20:01:04.000000000 +0200
@@ -1 +1,3 @@
-testpars.pasm
+*.pasm
+*.out
+*.urm
--- -	2005-05-12 20:03:43.677463000 +0200
+++ ./languages/scheme/t/arith/.cvsignore	2005-05-11 20:01:04.000000000 +0200
@@ -0,0 +1,3 @@
+*.out
+*.pasm
+*.scheme
--- -	2005-05-12 20:03:43.692089000 +0200
+++ ./languages/scheme/t/io/.cvsignore	2005-05-11 20:01:04.000000000 +0200
@@ -0,0 +1,3 @@
+*.out
+*.pasm
+*.scheme
--- -	2005-05-12 20:03:43.702861000 +0200
+++ ./languages/scheme/t/logic/.cvsignore	2005-05-11 20:01:04.000000000 +0200
@@ -0,0 +1,3 @@
+*.out
+*.pasm
+*.scheme
--- -	2005-05-12 20:03:43.778116000 +0200
+++ ./languages/cola/.cvsignore	2005-04-11 23:51:46.000000000 +0200
@@ -5,4 +5,4 @@
 a.pasm
 colacc
 imcc
-Makefile
+Makefile
\ No newline at end of file
--- -	2005-05-12 20:03:43.802516000 +0200
+++ ./languages/lisp/.cvsignore	2005-05-11 20:01:04.000000000 +0200
@@ -0,0 +1,2 @@
+Makefile
+lisp.pbc
--- -	2005-05-12 20:03:43.808547000 +0200
+++ ./dynclasses/.cvsignore	2005-05-11 20:01:05.000000000 +0200
@@ -1,9 +1,7 @@
 Makefile
-build.pl
 *.dump
 *.c
 *.h
 *.dylib
 *.bundle
 *.so
-
--- -	2005-05-12 20:03:43.860270000 +0200
+++ ./.cvsignore	2005-05-11 20:01:05.000000000 +0200
@@ -1,8 +1,10 @@
+CFLAGS
+Makefile
 all_cstring.str
 blib
 config_lib.pasm
 libparrot.def
-Makefile
+miniparrot
 myconfig
 *.patch
 *.tmp
@@ -10,6 +12,7 @@
 parrot.pdb
 test
 test.c
+test.err
 test.o
 test.cco
 test.ilk
@@ -18,7 +21,6 @@
 test.pdb
 vc60.pdb
 vc70.pdb
-CFLAGS
 disassemble
 pbc_info
 pdb

Reply via email to