Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jul 2010 21:59:34 -0400
From:      Ed Maste <emaste@freebsd.org>
To:        "Philip M. Gollucci" <pgollucci@ridecharge.com>
Cc:        current@freebsd.org
Subject:   Re: can't checkout svn on cygwin
Message-ID:  <20100716015934.GA72850@sandvine.com>
In-Reply-To: <4C3F8442.6070809@ridecharge.com>
References:  <4C3F8442.6070809@ridecharge.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100716015934.GA72850>