Group Subversion Accounts

We encourage you to use subversion to collaborate with your other group members. To help you out, we've created repositories for all of you on the EECS instructional server.

To use these repositories, you will need the class account you should have gotten from us and used when joining a group. Once you have that, you can checkout your group's repository from any machine with subversion installed.

The repository is accessed over https at https://isvn.eecs.berkeley.edu/cs162/groupX, where X is your group number (check here).

This will check out the trunk of your repository, which contains the base files you need for your chat server:

$ svn co --username=cs162-YY https://isvn.eecs.berkeley.edu/cs162/groupX/trunk cs162

We have created the usual branches, tags, and trunk directories; you may want to use these to tag the versions of your code that you submit, or to better coordinate development with your group members.

In addition to your group members, the instructional staff has access to your repository. We don't expect to use it regularly, but if you want us to look at something specific it may be easier for us to check your repository instead of emailing the source around.