This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: CVS : Adding a new directory structue to a branch
- From: Erik Christiansen <erik at dd dot nec dot com dot au>
- To: Marcus Binny <marcusbinny at yahoo dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Tue, 7 Oct 2003 11:01:52 +1000
- Subject: Re: CVS : Adding a new directory structue to a branch
- References: <20031006103634.5013.qmail@web60202.mail.yahoo.com>
On Mon, Oct 06, 2003 at 03:36:34AM -0700, Marcus Binny wrote:
> How can I add a new directory structure
> (containing multiple subdirs and files) to this branch
> only, without affecting users working on the main
> trunk or other branches.
Marcus,
You need: cvs import -b new-branch
(nearly as much as a copy of the Cederqvist)
CVS home page: http://www.cvshome.org
CVS info: http://ale.physics.sunysb.edu/doc/cvs/html-info/cvs_toc.html
http://faq.cvshome.org
Cederqvist: http://cvshome.org/docs/manual/cvs.html
Erik