Update of /cvsroot/leaf/CVSROOT
In directory usw-pr-cvs1:/tmp/cvs-serv8984
Modified Files:
enforce_naming
Log Message:
removed lowercase enforcement
Index: enforce_naming
===================================================================
RCS file: /cvsroot/leaf/CVSROOT/enforce_naming,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** enforce_naming 4 Jul 2002 16:03:57 -0000 1.1
--- enforce_naming 17 Jul 2002 00:05:51 -0000 1.2
***************
*** 31,35 ****
# 1. Verify that we do not create a file named CVS or cvs
# 2. Verify that we do not create a file with the same name as a directory
- # 3. Verify that all filenames, except Makefile, are lowercase
# 4. Verify that all Makefiles are mixed case, properly
--- 31,34 ----
***************
*** 46,56 ****
print "Creation of files named CVS or cvs is prohibited. ";
print "($directory/$_)\n";
- $exit_val = 1;
- }
-
- # Verify that all files are lowercase, except Makefiles
- if ((substr($_, 0, 8) ne "Makefile") and (lc($_) ne $_)) {
- print "All filenames must be completely lowercase except ";
- print "Makefiles. ($directory/$_)\n";
$exit_val = 1;
}
--- 45,48 ----
-------------------------------------------------------
This sf.net email is sponsored by: Jabber - The world's fastest growing
real-time communications platform! Don't just IM. Build it in!
http://www.jabber.com/osdn/xim
_______________________________________________
Leaf-cvs-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits