# Repository web-view

You can view the project source code through the web browser at this address:

- https://cnmat.berkeley.edu/svn/view/musictheory

This repository is password protected, and the authentication name and password is the same as used to access cnmat.berkeley.edu. It is possible to download the source code from the web browser (see link titled "Download tarball"), but this is not recommended.

# Repository checkout

The repository URL is:

- https://cnmat.berkeley.edu/svn/repository/musictheory

If you use svn from the command line, the following command will create a working copy:

svn checkout --username 'My Account' https://cnmat.berkeley.edu/svn/repository/musictheory

To update the working copy, run:

cd musictheory && svn update