CVS Branch Checkout

Quite simply, how do i check a branch out of cvs using Intellij please.

Many thanks...

0
2 comments

This takes wo steps:

- Check out the head using File -> Checkout from Version Control -> CVS
- Update to the branch using Version Control -> Update Project, Set "Use Version" to "By tag" and enter the name of the branch.

HTH,
Sascha

0

This takes two steps:

- Check out the head using File -> Checkout from Version Control -> CVS
- Update to the branch using Version Control -> Update Project, Set "Use Version" to "By tag" and enter the name of the branch.

HTH,
Sascha

0

Please sign in to leave a comment.