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:[EMAIL PROTECTED]     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_




_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to