Re: failed to tag a module
[email protected] Fri, 1 Jul 2016 23:06:32 -0600
| Newsgroups | gmane.comp.version-control.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
[<[email protected]> Wed, 29 Jun 2016 15:02:27 -0700 (PDT)] > cvs rtag -R v5 myModule > > I got this error: > > TAGCHECK: 'jozhao' is not authorized to modify restricted tag 'v5' Your repository (server side) probably has some kind of custom tag-checking hook configured in $CVSROOT/CVSROOT/taginfo. You'll need to consult the taginfo file, the script it probably references, and/or the person who set it up for more information. [Or consider importing the repository into something more modern like git or svn, and leave CVS in the dustbin of history.] -- Matthew Ogilvie [[email protected]]