info-cvs
[Top][All Lists]
Advanced

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

cvs add --new


From: Mr. Aldo D. Longhi
Subject: cvs add --new
Date: Thu, 15 Feb 2001 12:28:18 -0500 (EST)

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?



reply via email to

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