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

Re: move/rename in cvs



dman <dman@dman.ddts.net> writes:

[ don't have suggestions for first answer ]

> Also, is there a way to create new projects other than 'mkdir
> $CVSROOT/new_proj'?  I can't checkout a project until it exists, and
> I can't add a directory unless I have a local sandbox (which is
> created by a checkout).

(cvs) import (e.g. "cvs import barham initial some_directory" IIRC) a
blank directory.

# from memory:
mkdir some_dir
cvs import barham initial some_dir
rmdir some_dir
cvs checkout some_dir

You may want to read the CVS 'book' available for download somewhere.

Elizabeth


-- 
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: