info-cvs
[Top][All Lists]
Advanced

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

Re: import without branch?


From: Derek R. Price
Subject: Re: import without branch?
Date: Thu, 09 Nov 2000 15:20:15 -0500

onno wrote:

> Hi there,
> Is it possible to import a source-tree without assigning it a
> revision-number of 1.1.1.1 ? I`m just setting up a repository and find it
> rather strange i get 1.1.1.1 as initial revision if i add my sources with
> import? is there any other way to add my tree to the repository?

Of course.  From the dir above the source you are importing - suuming it is
in dir 'mysource':

    cvs co -l .
    find mysource -type d -exec cvs add {} \;
    find mysource -type f -exec cvs add {} \;


> Since using cvs in my site will involve a lot of branches, is it handy to
> put the branch in the .cvsrc file? developpers ususally work on one
> branch/customer.

I wouldn't.  Once the developer checks out a project the first time CVS will
remember anyhow.

Derek

--
Derek Price                      CVS Solutions Architect ( http://CVSHome.org )
mailto:address@hidden     OpenAvenue ( http://OpenAvenue.com )
--
I will never win an emmy.
I will never win an emmy.
I will never win an emmy...

          - Bart Simpson on chalkboard, _The Simpsons_






reply via email to

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