svn repositories and trac

The Computer Science department has the option of creating svn repositories that also allow the use of the trac web interface for managing the repository. For those of you that don't know, svn (or subversion), is a version control system. This means that if you use the svn repository system, it will store changes you have made to your projects. If you make a mistake, or delete a large section of code by accident, you can easily revert to a previous version. Trac is an interface that allows easy viewing of source code, previous revisions, revision differences, and a ticket creation system. You can read more about svn and trac here:

Subversion
Trac

requesting a repository

In order to begin using svn and trac, you first have to request a repository from your friendly local system administrators. You can do this by catching one of us and asking in person, or you can send us an e-mail at local-staff.
Either, way, we will need to know several things:

using svn

Svn is a version control system, and as such, has standard version control system features. We recommend you read about these features in more depth (at the svn website listed above), if the following explanations are not clear.

using trac

Trac repositories are listed at:
http://thyme.cs.swarthmore.edu/projects
To view and make changes, you will probably have to login using the link in the upper right hand corner. The username and password will be identical to the svn usernames and passwords.