Creating a new CVS branch from the sources in your working files


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. cvs tag -b New_Branch
  2. cvs update -r New_Branch
  3. cvs commit

Report this snippet


Comments


You need to login to view comments.