On 18 Jan 2006 at 13:08 UTC-0800, Mike wrote:
> When I import a module into cvs I do something like:
>
> $ cd module
> $ cvs import module start begin
>
> I have removed the start tag, or was it the begin tag,
> but can't remove the other. When I execute 'cvs log'
> I can see the tags, but cannot remove the tag using
> 'cvs tag -d start'. The start tag has version 1.1.1.
>
> How do I remove this start tag?
>
> Mike

I don't know the answer to your question, but perhaps you are simply
irritated by having your initial checkout with all files at version
1.1.1.1?

You can do this:

    cvs checkout module
    cd module
    cvs admin -b
    cvs update -A

That sets the initial default branch to 1 and the initial default
checkout version to 1.1.

Ted
-- 
 dodecatheon at gmail dot com
 Frango ut patefaciam -- I break so that I may reveal



_______________________________________________
Info-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/info-cvs

Reply via email to