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

>From address@hidden  Thu Feb  8 01:36:01 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 
BAA05297
        for <address@hidden>; Thu, 8 Feb 2001 01:35:59 +0900
Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org)
        by fencepost.gnu.org with esmtp (Exim 3.16 #1 (Debian))
        id 14QXWk-0005Uo-00; Wed, 07 Feb 2001 11:33:06 -0500
Received: from [209.6.193.201] (helo=idris.laine.org)
        by fencepost.gnu.org with esmtp (Exim 3.16 #1 (Debian))
        id 14QXUa-0005Tb-00
        for <address@hidden>; Wed, 07 Feb 2001 11:30:52 -0500
Received: (from address@hidden)
        by idris.laine.org (8.11.2/8.9.3) id f17GUmg26979;
        Wed, 7 Feb 2001 11:30:48 -0500 (EST)
X-Authentication-Warning: idris.laine.org: laine set sender to address@hidden 
using -f
To: "Cabaniols, Sebastien" <address@hidden>
Cc: "'address@hidden'" <address@hidden>
From: address@hidden
Subject: Re: newbie help: How to recursively add a subdirectory to a project a 
nd commit it ?
References: <address@hidden>
In-Reply-To: <address@hidden>
Message-ID: <address@hidden>
User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
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: 07 Feb 2001 11:30:48 -0500
Status: O
Content-Length: 932
Lines: 25

"Cabaniols, Sebastien" <address@hidden> writes:

> I would like to do something simple:
> 
> I have a project under CVS called .... ProjIPP, 
> 
> I do cvs co ProjIPP and get my working copy,
> 
> now, all I want to do is to add a subdirectory 
> in the source tree of my working copy, to 
> populate it with the source code of another
> project (mainly tar xvfz tools.tar.gz in ./tools)


  cd tools
  cvs import -m"Import tools into ProjIPP" ProjIPP/tools TOOLS TOOLS_1_00
                                           ^^^^^^^^^^^^^

This imports everything in the current directory into ProjIPP/tools in
CVS.  The part marked with "^^^^" is probably what you got wrong.


> I have tried (probably with the bad options)
> cvs import but it looks like I have a new project
> created.

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