[ On , October 27, 2004 at 08:03:13 (-0700), Jan Stap wrote: ]
> Subject: Fuzziness on cvs import & empty directories
>
> I'm trying to figure out how to import a set of empty directories into
> a CVS project.

Keep in mind that CVS does not manage directories -- it only manages the
files within them and directories are only used as placeholders.  They
exist when they need to and they go away automatically when they are no
longer needed (at least so long as you correctly use the "-d" and "-P"
options that really should be forced on all the time).

Also keep in mind that the very idea of using "cvs import" to create
directories in the repostiory (or indeed of using it to do anything at
all other than import code to a vendor branch in a module that's soley
to be managed as vendor branched code) is a nasty, ugly, hack, despite
the fact that it is a documented procedure.

-- 
                                                Greg A. Woods

+1 416 218-0098                  VE3TCP            RoboHack <[EMAIL PROTECTED]>
Planix, Inc. <[EMAIL PROTECTED]>          Secrets of the Weird <[EMAIL PROTECTED]>


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/info-cvs

Reply via email to