Jody Brownell writes:
> 
> When I checkout a copy of the source (cvs co -A -r PRE_MERG_REPOS)
> from a given tag, when using the -A option. Shouldn't the sticky tags
> be removed?

No.  -A removes any *existing* sticky tags, -r creates new sticky tags.

> What I would like to do is, checkout the files at time of PRE_MERGE_REPOS
> then recommit them at the trunk. Is this possible? Currently I cannot commit
> because of the sticky *TAG*.

        cvs co -j HEAD -j PRE_MERGE_REPOS

should do what you want.

-Larry Jones

I don't see why some people even HAVE cars. -- Calvin

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

Reply via email to