info-cvs
[Top][All Lists]
Advanced

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

Tell CVS do checkout and just creates the directory.


From: y-lamkim
Subject: Tell CVS do checkout and just creates the directory.
Date: Tue, 06 Mar 2001 10:09:11 +0100

 
 Hello,

 I have a repository

    src
      |--subdir1 ( bunch of files)
      |--subdir2 ( bunch of files)

 Current directory is /home/me.
 I want to checkout src/subdir1 but i don't want CVS checkout any file at all. What can i do ?

 I tried

 > cvs checkout src/subdir1   # but all files come
 > cvs checkout -P -D "Sun Apr 7 01:29:26 1970" src/subdir1  ; cvs update -A # but nothing comes but the directory is not created.
 > cvs checkout src/subdir1/file_not_in_there # but i got  an error.

 Thank you for help.
 


reply via email to

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