Thanks. I used xcopy to create an empty tree structure but, since there were 
no files, CVS didn't import anything! I don't want to import my actual 
development tree because there are lots of files that should not be placed 
in source control. It appears CVS wants me to go through a time-consuming 
file copying operation.

Regards,

Andrew

"Koziel, Ryan" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
Andrew,

This link is for cvs 1.11.7 and some others,  but the command should be
the same. You may want to find a doc that corresponds to your version
though:

http://ximbiot.com/cvs/manual/cvs-1.11.7/cvs_3.html#SEC38

When you do a cvs import of a project, all files at the same level and
below in the directory tree will be imported. If there are files in
there you would like to check-in later, remove/move them somewhere else
before doing the import.

Also, beware of binary files if you have any. You may want to 'cvs add'
them later as they require special options. Not sure if cvs import
determines that prior to importing and acts accordingly.

Enjoy,
Ryan



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of Andrew Chalk
Sent: Thursday, August 17, 2006 1:09 PM
To: [email protected]
Subject: Importing a directory structure

I have just installed CVS. I have created a repository. I want to import
the directory structure of my projects but NOT add any files at this
stage. I will use 'Add' to add them later. What command will achive
this?

Many thanks,

Andrew


_______________________________________________
info-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/info-cvs



_______________________________________________
info-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/info-cvs

Reply via email to