info-cvs
[Top][All Lists]
Advanced

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

(no subject)


From: root
Subject: (no subject)
Date: Mon, 13 Aug 2001 05:20:07 -0400

>From address@hidden  Fri Feb 16 02:33:23 2001
>Return-Path: <address@hidden>
Received: from fencepost.gnu.org (fencepost.gnu.org [199.232.76.164])
        by gateway.camelot.jp (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id 
CAA00861
        for <address@hidden>; Fri, 16 Feb 2001 02:33:22 +0900
Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org)
        by fencepost.gnu.org with esmtp (Exim 3.16 #1 (Debian))
        id 14TSES-0001Bu-00; Thu, 15 Feb 2001 12:30:16 -0500
Received: from smtp.wpi.edu ([130.215.24.62])
        by fencepost.gnu.org with esmtp (Exim 3.16 #1 (Debian))
        id 14TSCa-0000Ok-00
        for <address@hidden>; Thu, 15 Feb 2001 12:28:20 -0500
Received: from arachne.WPI.EDU (address@hidden [130.215.25.52])
        by smtp.WPI.EDU (8.12.0.Beta3/8.12.0.Beta3) with ESMTP id 
f1FHSDcO007440;
        Thu, 15 Feb 2001 12:28:13 -0500 (EST)
Received: (from address@hidden)
        by arachne.WPI.EDU (8.12.0.Beta3/8.12.0.Beta3) id f1FHSIBU032661;
        Thu, 15 Feb 2001 12:28:18 -0500 (EST)
Message-Id: <address@hidden>
From: "Mr. Aldo D. Longhi" <address@hidden>
To: address@hidden
Cc: address@hidden
Subject: cvs add --new
Sender: address@hidden
Errors-To: address@hidden
X-BeenThere: address@hidden
X-Mailman-Version: 2.0
Precedence: bulk
List-Help: <mailto:address@hidden>
List-Post: <mailto:address@hidden>
List-Subscribe: <http://mail.gnu.org/mailman/listinfo/info-cvs>,
        <mailto:address@hidden>
List-Id: Announcements and discussions for the CVS version control system 
<info-cvs.gnu.org>
List-Unsubscribe: <http://mail.gnu.org/mailman/listinfo/info-cvs>,
        <mailto:address@hidden>
List-Archive: <http://mail.gnu.org/pipermail/info-cvs/>
Date: Thu, 15 Feb 2001 12:28:18 -0500 (EST)
Status: O
Content-Length: 845
Lines: 26

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
address@hidden
http://mail.gnu.org/mailman/listinfo/info-cvs




reply via email to

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