can't checkout svn on cygwin

Ed Maste emaste at freebsd.org
Fri Jul 16 01:59:35 UTC 2010


On Thu, Jul 15, 2010 at 05:57:22PM -0400, Philip M. Gollucci wrote:

> ssA and ssa conflict

Yeah, there used to be at least 7 examples of files differing only in
case in our repository.  Several of these have been fixed but it looks
like there's still the following:

share/doc/psd/15.yacc/ssa	share/doc/psd/15.yacc/ssA
share/doc/psd/15.yacc/ssb	share/doc/psd/15.yacc/ssB
share/man/man9/vfs_mount.9	share/man/man9/VFS_MOUNT.9

For the first two I'd propose renaming ss.. to ss_, ssA to ss10 and
ssB to ss11.

Index: Makefile
===================================================================
--- Makefile	(revision 210153)
+++ Makefile	(working copy)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 VOLUME=		psd/15.yacc
-SRCS=		stubs ss.. ss0 ss1 ss2 ss3 ss4 ss5 ss6 ss7 ss8 ss9 \
-		ssA ssB ssa ssb ssc ssd
+SRCS=		stubs ss_ ss0 ss1 ss2 ss3 ss4 ss5 ss6 ss7 ss8 ss9 \
+		ss10 ss11 ssa ssb ssc ssd
 EXTRA=		ref.bib
 MACROS=		-ms
 USE_REFER=

I'm not sure if there's an easy way to deal with vfs_mount.9 vs
VFS_MOUNT.9 though.

-Ed


More information about the freebsd-current mailing list