info-cvs
[Top][All Lists]
Advanced

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

Re: Correct way to import a project into CVS


From: Larry Jones
Subject: Re: Correct way to import a project into CVS
Date: Tue, 28 May 2002 11:26:57 -0400 (EDT)

Nicholas Bachmann writes:
> 
> How I recommend and ask that projects be imported
> 
> cvs import projectname MAIN HEAD

That's a very bad idea -- HEAD is a magic word to CVS, it means the most
recent revision on the default branch (normally the trunk).

The two tags in an import command are the vendor tag and the release
tag, respectively.  The vendor tag should identify the source of the
code: an actual vendor or a project, perhaps something like "FreeBSD",
"GNU", or just "NET".  The release tag should identify the release of
the software you're importing: CVS1-11-2, EMACS20-7, etc.

-Larry Jones

I won't eat any cereal that doesn't turn the milk purple. -- Calvin



reply via email to

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