info-cvs
[Top][All Lists]
Advanced

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

Not checking files out - help


From: alanmcdonley
Subject: Not checking files out - help
Date: 1 May 2006 10:15:06 -0700
User-agent: G2/0.2

WinXP Pro SP2 from dos command window I am doing:

C:\tmp>c:\tools\cvs\cvs.exe -v

Concurrent Versions System (CVS) 1.12.13 (client)


mkdir c:\cvsroot
set CVSROOT=/cvsroot
cvs -d /cvsroot init
cd c:\tmp\testproj   (has test.java and readme.txt files)

C:\tmp\testproj>c:\tools\cvs\cvs.exe import -m "imported from inside
testproj" testproj testvendor testR1
N testproj/readme.txt
N testproj/test.java

No conflicts created by this import

cd ..    (to c:\tmp)
(I delete testproj\* with file explorer)

C:\tmp>cvs co testproj

C:\tmp>c:\tools\cvs\cvs.exe co testproj
cvs.exe checkout: Updating testproj

C:\tmp>

but the files don't come out:
C:\tmp>dir /S testproj
 Volume in drive C has no label.
 Volume Serial Number is 8723-79C9

 Directory of C:\tmp\testproj

05/01/2006  01:07 PM    <DIR>          .
05/01/2006  01:07 PM    <DIR>          ..
05/01/2006  01:07 PM    <DIR>          CVS
               0 File(s)              0 bytes

 Directory of C:\tmp\testproj\CVS

05/01/2006  01:07 PM    <DIR>          .
05/01/2006  01:07 PM    <DIR>          ..
05/01/2006  01:07 PM                 3 Entries
05/01/2006  01:07 PM                10 Repository
05/01/2006  01:07 PM                10 Root
               3 File(s)             23 bytes

     Total Files Listed:
               3 File(s)             23 bytes
               5 Dir(s)  25,768,280,064 bytes free

C:\tmp>

I know the files did get checked in though:

C:\tmp>dir /S \cvsroot\testproj
 Volume in drive C has no label.
 Volume Serial Number is 8723-79C9

 Directory of C:\cvsroot\testproj

05/01/2006  01:07 PM    <DIR>          .
05/01/2006  01:07 PM    <DIR>          ..
05/01/2006  12:38 PM               494 readme.txt,v
05/01/2006  12:38 PM               496 test.java,v
               2 File(s)            990 bytes

     Total Files Listed:
               2 File(s)            990 bytes
               2 Dir(s)  25,768,280,064 bytes free

C:\tmp>

Anyone know what I'm doing wrong?



reply via email to

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