[Fedora Project Wiki] Update of "Extras/UsingCvsFaq" by ChrisPetersen

Michael Schwendt bugs.michael at gmx.net
Sun Jul 23 18:34:06 UTC 2006


On Sun, 23 Jul 2006 18:25:15 -0000, fedorawiki-noreply at fedoraproject.org wrote:

> The following page has been changed by ChrisPetersen:
> http://fedoraproject.org/wiki/Extras/UsingCvsFaq
> 
> The comment on the change is:
> add info about how to revert a tag if it was added incorrectly
> 
> ------------------------------------------------------------------------------
>   
>   Please write to accounts at fedora.redhat.com and include all details.  There has not been any IP address ACL anymore for months now, so your problem is likely a client configuration issue, private/public key mismatch, or some network problem.
>   
> + === I ran `make tag` without checking in my files, how do I revert so I can check them in? ===
> + 
> + Until someone fixes plague so that `make tag` fails when there are files waiting to be checked in, you can use the following to revert the incorrect new tag:
> + 
> + {{{
> + cvs tag -F -c <tag> 
> + }}}
> + 

If you insist on moving an existing cvs tag, please do prefer

  TAG_OPTS=-F make tag

since with it you don't need to find out and construct the tag yourself.




More information about the fedora-extras-list mailing list