Hi! I want to report something that appears to be a bug. We are
running CVS in a client/pserver configuration (WinNT clients/Linux
server). I noticed the following problem when trying to rename a file
in the repository to a new name that differs only in its case from the
old filename, as illustrated in the following trace:

C:\cvs_workdir\javaproj>cvs add bsort.java
cvs server: scheduling file `bsort.java' for addition
cvs server: use 'cvs commit' to add this file permanently

C:\cvs_workdir\javaproj>cvs commit
cvs commit: Examining .
? CVS
RCS file: /sdb/cvs/test/javaproj/bsort.java,v
done
Checking in bsort.java;
/sdb/cvs/test/javaproj/bsort.java,v  <--  bsort.java
initial revision: 1.1
done
C:\cvs_workdir\javaproj>copy bsort.java tmp.java
        1 Datei(en) kopiert.

C:\cvs_workdir\javaproj>del bsort.java

C:\cvs_workdir\javaproj>cvs remove bsort.java
cvs server: scheduling `bsort.java' for removal
cvs server: use 'cvs commit' to remove this file permanently

C:\cvs_workdir\javaproj>cvs commit
cvs commit: Examining .
? CVS
Removing bsort.java;
/sdb/cvs/test/javaproj/bsort.java,v  <--  bsort.java
new revision: delete; previous revision: 1.1
done

C:\cvs_workdir\javaproj>copy tmp.java Bsort.java
        1 Datei(en) kopiert.

C:\cvs_workdir\javaproj>cvs add Bsort.java
cvs server: re-adding file Bsort.java (in place of dead revision 1.2)
cvs server: use 'cvs commit' to add this file permanently
C:\cvs_workdir\javaproj>cvs commit
cvs commit: Examining .
? CVS
RCS file: /sdb/cvs/test/javaproj/Bsort.java,v
done
Checking in Bsort.java;
/sdb/cvs/test/javaproj/Attic/bsort.java,v  <--  bsort.java
cvs [server aborted]: can't stat bsort.java: No such file or directory
cvs commit: saving log message in C:\TEMP\7

C:\cvs_workdir\javaproj>


I would appreciate your comments on this. Thanks very much

Kuros Yalpani
MGM-EDV
Munich, Germany

_______________________________________________
Bug-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-cvs

Reply via email to