So, you've decided that you need access to the source tree to see the
latest and greatest code. There's two different forms of CVS
access. The first is anonymous and anybody can use it. The
second is not and you must have a login to the development server. If
you don't know what this means, contact the project admin and find out.
Anyone can checkout source code from our anonymous CVS server. To do
so, simply use the following commands (if you are using a GUI CVS
client, configure it appropriately):
 |
 |
 |
 |
cvs -d:pserver:anonymous@cvs.beanfactory.sourceforge.net:/cvsroot/beanfactory login
password: anonymous
|
 |
 |
 |
 |
 |
 |
 |
 |
cvs -d:pserver:anonymous@cvs.beanfactory.sourceforge.net:/cvsroot/beanfactory checkout beanfactory
|
 |
 |
 |
 |