Reply to comment

Branching

cvs tag tag_before_branchname
cvs tag -b branchname
cvs tag tag_after_branchname
cvs update -r branchname

You should always tag before and after branching.

If you have uncommitted changes in your current copy, you may want to checkout the branch instead:
cvs co -d target_directory -r branchname

Reply

The content of this field is kept private and will not be shown publicly.
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • You may post PHP code. You should include <?php ?> tags.

More information about formatting options