Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
CVSNT 2.0.51 on WXP SP1 cvs release -d --- does not check for diff as well as unknown files ********************************************* ** Please see following log (using 2.0.51) ** ********************************************* C:\sandbox>cvs version Client: Concurrent Versions System (CVSNT) 2.0.51 (client/server) Server: Concurrent Versions System (CVSNT) 2.0.51 (client/server) C:\sandbox>cvs co Hello cvs server: Updating Hello U Hello/Hello.java U Hello/Makefile.bat C:\sandbox>cd Hello C:\sandbox\Hello>type Makefile.bat javac Hello.java C:\sandbox\Hello>Makefile C:\sandbox\Hello>javac Hello.java C:\sandbox\Hello>copy Makefile.bat+con Makefile.bat Makefile.bat con rem Change Makefile.bat to trigger 'cvs diff -c' ^Z 1 file(s) copied. C:\sandbox\Hello>cvs diff -c ? Hello.class cvs server: Diffing . Index: Makefile.bat =================================================================== RCS file: /test/Hello/Makefile.bat,v retrieving revision 1.1 diff -c -r1.1 Makefile.bat *** Makefile.bat 1 Aug 2004 19:21:10 -0000 1.1 --- Makefile.bat 1 Aug 2004 20:32:09 -0000 *************** *** 1 **** --- 1,2 ---- javac Hello.java + rem Change Makefile.bat to trigger 'cvs diff -c' C:\sandbox\Hello>cd .. C:\sandbox>cvs release -d Hello You have [2] altered files in this repository. Are you sure you want to release (and delete) directory `Hello': yes C:\sandbox>dir Hello Volume in drive C has no label. Volume Serial Number is 5CB6-F0DE Directory of C:\sandbox\Hello 08/02/2004 04:32 AM <DIR> . 08/02/2004 04:32 AM <DIR> .. 08/02/2004 04:31 AM 417 Hello.class 1 File(s) 417 bytes 2 Dir(s) 18,909,249,536 bytes free C:\sandbox> ************************************************* ** Please see following log (using CVS 1.11.5) ** ************************************************* C:\sandbox>cvs version Client: Concurrent Versions System (CVS) 1.11.5 (client) Server: Concurrent Versions System (CVSNT) 2.0.51 (client/server) C:\sandbox>cvs co Hello cvs server: Updating Hello U Hello/Hello.java U Hello/Makefile.bat C:\sandbox>cd Hello C:\sandbox\Hello>type Makefile.bat javac Hello.java C:\sandbox\Hello>Makefile C:\sandbox\Hello>javac Hello.java C:\sandbox\Hello>copy Makefile.bat+con Makefile.bat Makefile.bat con rem Change Makefile.bat to trigger 'cvs diff -c' ^Z 1 file(s) copied. C:\sandbox\Hello>cvs diff -c ? Hello.class cvs server: Diffing . Index: Makefile.bat =================================================================== RCS file: /test/Hello/Makefile.bat,v retrieving revision 1.1 diff -c -r1.1 Makefile.bat *** Makefile.bat 1 Aug 2004 19:21:10 -0000 1.1 --- Makefile.bat 1 Aug 2004 20:37:14 -0000 *************** *** 1 **** --- 1,2 ---- javac Hello.java + rem Change Makefile.bat to trigger 'cvs diff -c' C:\sandbox\Hello>cd .. C:\sandbox>cvs release -d Hello ? Hello.class M Makefile.bat You have [1] altered files in this repository. Are you sure you want to release (and delete) directory `Hello': yes C:\sandbox>dir Hello Volume in drive C has no label. Volume Serial Number is 5CB6-F0DE Directory of C:\sandbox File Not Found C:\sandbox>