info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cvs repository in a bad state, and cvs seg faults on export of pr


From: Martin Tomes
Subject: Re: cvs repository in a bad state, and cvs seg faults on export of pr
Date: 03 May 2001 08:43:16 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

Ryan Grow writes:
> 
> We are having problems with one of our working areas. The developer told me
> that he tried to rename several files from being lower case to having a
> leading upper case letter.

I have a Perl script which is run from commitinfo which catches one of the
case conflict issues with CVS.  The problem this solves is two people adding a
file which has the same 'Windoze' name but different 'UNIX' names, e.g., 
FrEd.txt
and fReD.TXT, both users are allowed to add it, the first to commit gets the
file in, the next one is refused by the script which finds the existing file
which has different case.

Add this to commitinfo:

ALL $CVSROOT/CVSROOT/conflict.pl

and add conflict.pl to the checkoutlist file.  conflict.pl is attached, add
and commit is to CVSROOT.  I know this doesn't help with your problem, but if
you haven't done this already it will hurt you one day!

-- 
Regards,

Martin Tomes

address@hidden

Attachment: conflict.pl
Description: conflict.pl


reply via email to

[Prev in Thread] Current Thread [Next in Thread]