info-cvs
[Top][All Lists]
Advanced

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

Re: cvs import creates branch revision?


From: Larry Jones
Subject: Re: cvs import creates branch revision?
Date: Thu, 15 May 2003 00:00:06 -0400 (EDT)

Eric Fritz writes:
> 
> Why is it that when I run a cvs import to create a new repository, it
> always creates all the files with revision 1.1.1.1?

Because that's what import does -- it puts the files on the vendor
branch.

> Once I do any
> change it changes back to the normal 1.2 but the problem is that if I
> have a release that includes these "3 dot" versions and I try to see
> the logs since that tag (using -rTAG::) it doesn't pick them up
> properly.  Anyway to get around this?

Use add rather than import.  Alternatively, after importing do:

        cvs admin -n trunk:1    # add a branch tag for the trunk
        cvs admin -kb trunk     # make that the default branch
        cvs up -A               # update to it

-Larry Jones

Wow, how existential can you get? -- Hobbes




reply via email to

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