The goal of this project phase is to demonstrate that you have successfully placed your project's source code under the control of the Subversion software configuration management (SCM) tool. In addition to tracking changes made to a software project, SCM tools also provide workspaces, allowing project members to work on the project in isolation from the ongoing changes made by other project members. It also provides the confidence that your individual changes will not affect other project members until you decide to make those changes visible.
The deliverable for this project is simple. Just run the command:
svn ls -v {repository URL}
For example:
svn ls -v http://dav.cse.ucsc.edu/svn/DandD/
Turn in a printout of the output, after your project has been loaded into the repository. The output will show a listing of the members of the top level directory of your repository.
Last updated: