info-cvs
[Top][All Lists]
Advanced

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

(no subject)


From: root
Subject: (no subject)
Date: Mon, 13 Aug 2001 05:06:35 -0400

>From address@hidden  Sun Feb  4 00:55:17 2001
>Return-Path: <address@hidden>
Received: from fencepost.gnu.org (address@hidden [199.232.76.164])
        by gateway.camelot.jp (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id 
AAA02830
        for <address@hidden>; Sun, 4 Feb 2001 00:55:16 +0900
Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org)
        by fencepost.gnu.org with esmtp (Exim 3.16 #1 (Debian))
        id 14P4s6-00072Q-00; Sat, 03 Feb 2001 10:45:06 -0500
Received: from smtp-out1.bellatlantic.net ([199.45.40.143])
        by fencepost.gnu.org with esmtp (Exim 3.16 #1 (Debian))
        id 14P4pR-0006x9-00
        for <address@hidden>; Sat, 03 Feb 2001 10:42:22 -0500
Received: from pavilion (adsl-151-202-145-105.nyc.adsl.bellatlantic.net 
[151.202.145.105])
        by smtp-out1.bellatlantic.net (8.9.1/8.9.1) with SMTP id KAA15772
        for <address@hidden>; Sat, 3 Feb 2001 10:42:16 -0500 (EST)
From: "Joshua Davis" <address@hidden>
To: "address@hidden Org" <address@hidden>
Subject: Bug?  Case sensitivity issue when adding a file that has been removed.
Message-ID: <address@hidden>
MIME-Version: 1.0
Content-Type: text/plain;
        charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0)
Importance: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400
Sender: address@hidden
Errors-To: address@hidden
X-BeenThere: address@hidden
X-Mailman-Version: 2.0
Precedence: bulk
List-Help: <mailto:address@hidden>
List-Post: <mailto:address@hidden>
List-Subscribe: <http://mail.gnu.org/mailman/listinfo/info-cvs>,
        <mailto:address@hidden>
List-Id: Announcements and discussions for the CVS version control system 
<info-cvs.gnu.org>
List-Unsubscribe: <http://mail.gnu.org/mailman/listinfo/info-cvs>,
        <mailto:address@hidden>
List-Archive: <http://mail.gnu.org/pipermail/info-cvs/>
Date: Sat, 3 Feb 2001 10:59:42 -0500
Status: O
Content-Length: 1120
Lines: 34

I ran across an interesting problem yesterday, I was wondering if this is a
known bug, or just a 'wierdness'.  The problem occurs when adding a file in
a module that has a removed file (in the 'attic') where the two file names
differ only in case.  For example:  adding 'Afile.test'  after removing
'afile.test'.

$ cvs remove afile.txt
cvs server: use 'cvs commit' to remove this file permanently
$ cvs commit -m test afile.txt
Removing afile.txt;
/cvshome/test/afile.txt,v <-- afile.txt
new revision: delete; previous revision: 1.1.1.1
done
$ cvs add Afile.txt
cvs server: re-adding file Afile.txt
cvs server: use 'cvs commit' to add this file permanently
$ cvs commit -m test Afile.txt
RCS file: /cvshome/test/Afile.txt,v
done
cvs [server aborted]: received abort signal
cvs: commit.c:2056: checkaddfile: Assertion `*rcsnode == ((void *)0)'
failed.

The workaround that was the most effective was to rename the file in the
attic on the server.

Josh Davis
http://pgmjsd.weblogs.com


_______________________________________________
Info-cvs mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/info-cvs




reply via email to

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