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:24:24 -0400

>From address@hidden  Fri Feb 16 02:58: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 
CAA00893
        for <address@hidden>; Fri, 16 Feb 2001 02:58: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 14TSba-00043T-00; Thu, 15 Feb 2001 12:54:10 -0500
Received: from threshold3.jpmorgan.com ([169.71.1.12] helo=jpmorgan.com)
        by fencepost.gnu.org with esmtp (Exim 3.16 #1 (Debian))
        id 14TSZZ-0003Fk-00
        for <address@hidden>; Thu, 15 Feb 2001 12:52:05 -0500
Received: (from address@hidden)
        by jpmorgan.com (8.8.5/8.8.5) id MAA07620;
        Thu, 15 Feb 2001 12:52:04 -0500 (EST)
Received: from jpmmailhost4.ny.jpmorgan.com(198.75.231.102) by 
threshold3.jpmorgan.com via smap (V4.2)
        id xma004635; Thu, 15 Feb 01 12:48:23 -0500
Received: from nyc-ntgw-n01.ny.jpmorgan.com (nyc_smtpmta_02.ny.jpmorgan.com 
[146.149.150.22])
        by jpmmailhost4.ny.jpmorgan.com (8.9.1a/8.9.1) with SMTP id MAA04066;
        Thu, 15 Feb 2001 12:48:23 -0500 (EST)
Received: by nyc-ntgw-n01.ny.jpmorgan.com(Lotus SMTP MTA v4.6.4  (830.2 
3-23-1999))  id 852569F4.0061CCF7 ; Thu, 15 Feb 2001 12:48:14 -0500
X-Lotus-FromDomain: address@hidden
From: "Noel L Yap" <address@hidden>
To: address@hidden
cc: address@hidden, address@hidden
Message-ID: <address@hidden>
Subject: Re: cvs add --new
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
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:48:14 -0500
Status: O
Content-Length: 1823
Lines: 67

IIRC, I used to do:
cvs co module
cd module
cp -r from_dir to_dir
find to_dir | xargs cvs add

Since I haven't done this in a while, I may be missing some syntax in the final
command line.

Noel




address@hidden on 2001.02.15 12:28:18

To:   address@hidden
cc:   address@hidden (bcc: Noel L Yap)
Subject:  cvs add --new




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





This communication is for informational purposes only.  It is not intended as
an offer or solicitation for the purchase or sale of any financial instrument
or as an official confirmation of any transaction. All market prices, data
and other information are not warranted as to completeness or accuracy and
are subject to change without notice. Any comments or statements made herein
do not necessarily reflect those of J.P. Morgan Chase & Co. Incorporated, its
subsidiaries and affiliates.


_______________________________________________
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]