Thursday, February 7, 2008

Removing a CVS tag

The following commands will allow you to execute the cvs command without having to be in a cvs directory:

export CVS_RSH=ssh
cvs -d :ext:{user}@{host name or IP}:/source/cvs -q rtag -d {tag} {absolute location to module}


example:
cvs -d :ext:mtan@172.16.100.123:/source/cvs -q rtag -d MLB_
QA bamnet/tiers/web/axis2/modules/appaccount/auth-service

No comments: