Actions:
|
2012-09-25 09:24 AEST by Glen Starrett - If you have multiple file names that vary only by case, the "cvs update -S" will
only toggle the sandbox between the last 2 possible entries.
C:\Documents and Settings\Administrator\My Documents\lintest1>cvs ver
Client: Concurrent Versions System (CVSNT) 2.8.02 (Cally) Build 4653 (RC 4) (cli
ent/server)
Server: Concurrent Versions System (CVSNT) 2.8.02 (Cally) Build 4653 (RC 4) (cli
ent/server)
C:\Documents and Settings\Administrator\My Documents\lintest1>cvs --utf8 ls lint
est1
Listing module: lintest1
ÁEÉÖUÜBΑΒ.txt
ÁEÉÖUÜBαβ.txt
ÁeéöUÜBαβ.txt
áEéÖuÜbΑβ.txt
áeéöUÜBΑΒ.txt
C:\Documents and Settings\Administrator\My Documents\lintest1>cvs --utf8 up -S
cvsntsrv server: Updating .
U ÁEÉÖUÜBΑΒ.txt
U ÁEÉÖUÜBαβ.txt
U ÁeéöUÜBαβ.txt
U áEéÖuÜbΑβ.txt
C:\Documents and Settings\Administrator\My Documents\lintest1>dir
Volume in drive C has no label.
Volume Serial Number is 14EC-08E8
Directory of C:\Documents and Settings\Administrator\My Documents\lintest1
09/24/2012 05:18 PM <DIR> .
09/24/2012 05:18 PM <DIR> ..
09/24/2012 05:18 PM 8 áEéÖuÜbΑβ.txt
1 File(s) 8 bytes
2 Dir(s) 2,892,738,560 bytes free
C:\Documents and Settings\Administrator\My Documents\lintest1>cvs --utf8 up -S
cvsntsrv server: Updating .
U ÁEÉÖUÜBΑΒ.txt
U ÁEÉÖUÜBαβ.txt
U ÁeéöUÜBαβ.txt
U áeéöUÜBΑΒ.txt
C:\Documents and Settings\Administrator\My Documents\lintest1>dir
Volume in drive C has no label.
Volume Serial Number is 14EC-08E8
Directory of C:\Documents and Settings\Administrator\My Documents\lintest1
09/24/2012 05:18 PM <DIR> .
09/24/2012 05:18 PM <DIR> ..
09/24/2012 05:18 PM 8 áeéöUÜBΑΒ.txt
1 File(s) 8 bytes
2 Dir(s) 2,892,738,560 bytes free |