2016年3月14日 星期一

Delete a branch in "CVS"


Delete a branch in "CVS"

command: tag -dB branchname
-d: delete
-B: override and let it know to delete the branch (not a tag).