On Thu, 17 Jan 2002 15:18:24 +0000 (UTC), Jane Fothergill <[EMAIL PROTECTED]> wrote:
>cvs update: conflict: common.asp is modified but no longer in the repository > >right, it was there, somehow I'd put a sticky tag on it which I hadn't >meant. So, I deleted the tag using: > >cvs tag -D tagname common.asp > >the response was > >D common.asp > >now, when I update I get the above error. I can't add it, or commit. > Try using 'update -A' to reset the sticky tag on the file. -D will physically delete the tag from the repository but not change the tag on the local file. Tony _______________________________________________ Cvsnt mailing list [EMAIL PROTECTED] http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
