View
By section
As outline
Fully expanded
FAQ sections
Getting Started
To update main page
Conference Registration
Contact Information
Forums and FAQs
Group Mailing Lists
Editing group
Publications
Downloads
Bug handling
Questions
Broken pages
CVS Authoring
CVS access
Missing new group
Customize HTML
Moving CVS repositories
|
How do I get CVS access? Christopher Brooks, 13 Oct 2007 Last updated: 21 Sep 2009
Many of the workgroups on this website
have a corresponding cvs repository on
source.eecs.berkeley.edu. There are also a few
cvs repositories not associated with workgroups.
How to get access to a CVS repository
- Request a website account in chess:
http://chess.eecs.berkeley.edu/chess/request
- Request a cvs account:
http://chess.eecs.berkeley.edu/options
Note that two separate accounts are required,
a workgroup account and a cvs account.
If you have a UC Berkeley EECS account, then
your user name on source.eecs.berkeley.edu
will be the same as your EECS account name.
- To check it out under bash, use:
export CVS_RSH=ssh
cvs -d :ext:source.eecs.berkeley.edu:/home/cvs_chess co yourrepositoryname
Resources
|