I found the information I needed buried among the documentation. For those of you who just want a direct link, here ya go:
http://wiki.jboss.org/wiki/Wiki.jsp?page=ManualCVSCheckOut
Specifically:
Checkout
The CVS checkout process for Eclipse 3.1.x series is made from the jbosside path on the "HEAD".
$ cd your_JBoss_IDE_directory
$ cvs -d :pserver:ano...@an...:/cvsroot/jboss login
$ cvs -d :pserver:ano...@an...:/cvsroot/jboss co jbosside # HEAD version
$ cvs -d :pserver:ano...@an...:/cvsroot/jboss co -r JBossIDELabel jbosside # JBossIDELabel version
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887054#3887054
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887054
|