Subversion
Subversion is a revision control system designed to keep track of versions of files over time - typically program source code files.
A repository has been created for each COMP2303/7306 student. The name of the repository is "comp2303-s1234567" where s1234567 is replaced with your login. The repository is accessible via HTTPS to the School's Subversion server. The repository URL is https://svn.itee.uq.edu.au/repo/comp2303-s1234567/ where s1234567 is replaced appropriately. This is the URL that needs to be provided to the Subversion tools - it is not intended for viewing with a browser. To view the repository via a web page, use the URL https://svn.itee.uq.edu.au/viewvc/comp2303-s1234567/ where s1234567 is replaced appropriately.
Note that repositories will be disabled at the end of semester.
Resources
- ITEE Subversion Guide - you must read this
- Subversion home page
- Online book - Version Control with Subversion
- TortoiseSVN - a Windows Subversion client
- Command line client quick reference (
63kB)