Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

When should TAGs be preferred over BRANCHING and vice versa (in CVS)?

I think title should be good enough.

like image 241
Jagmal Avatar asked Sep 27 '08 16:09

Jagmal


1 Answers

Tags should be used when you want to mark a milestone. The milestone could be as small as a daily build.

Branches should be used when you want to make changes independently from another branch/trunk.

like image 82
Michael Burr Avatar answered Nov 15 '22 08:11

Michael Burr