I like Rex's idea of creating a new way to add
a new directory (and contents) to the repo.
I do this all the time; "Import" is typically not
what I want to do, and I haven't yet written a
wrapper script to perform this sequence of actions
so I end up doing it manually:

cvs -F co -l <parent> (To avoid my default "co -P")
Copy the "new" folder into the local "parent" dir
cd <parent>
cvs add <new>
etc.

It *would* be nice to have a "add --new" or something
like that (there must be some single-letter option we
can use).  I think the only thing Rex left out of
the required args is the path to the desired "parent"
dir in the repo under which to add the new folder
(like for the "import" command).

Thoughts?

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

Reply via email to