I assume that HEAD is 2.7.0. How do I check out the 2.6.8 branch? -- Jerry James
You need to use "-r Version_2_6_8pre". to convert an existing tree use "cvs update -r Version_2_6_8pre" to checkout a new tree use "cvs co -r Version_2_6_8pre" I usually copy an exisiting tree and update it with -r. The -r flag is "sticky". You only need to use it once. david This email is confidential and may also be privileged. If you are not the intended recipient, please notify us immediately and delete this message from your system without first printing or copying it. Any personal data in this email (including any attachments) must be handled in accordance with the Rio Tinto Group Data Protection Policy and all applicable data protection laws.
_______________________________________________ Gcl-devel mailing list Gcl-devel@gnu.org http://lists.gnu.org/mailman/listinfo/gcl-devel