Introduction
The Kent Computing Society now provides Subversion Repositories and Trac instances for student projects. Trac is a popular web-based project management tool; it is a combinbed wiki, issue/bug/ticket tracking and web interface to Subversion. Subversion is fast becoming the standard revision code control system (it's a server where you store all your code, it manages changes and revisions).
These are provided on compsoc1 which is our secured and backed-up linux server.
What do you get?
A Trac instance at https://yourname.compsoc.co.uk
Access to our subversion server via https://svn.compsoc.co.uk/svn/yourname/
Note: These are not available outside the UKC network due to University Regulations. You can use the VPN to access them from outside the UKC network.
How To Get A Trac Project
There's currently no automated setup system. Please email David at secretary@compsoc.co.uk and include the project name, a list of Kent University login usernames and the username of the person you want to be the administrator. The project name should be a short identifer with no spaces in it, such as co531c.
Plugins
We can installs plugins for your Trac instance upon request (secretary@compsoc.co.uk)
Useful Resources
Version Control with Subversion - An open source book on the Subversion source code management system.
Frequently Asked Questions
Q: Can anyone with a Kent login view / edit my Trac?
A: Under the default setup, no. Only the list of team members you supply can even view the Trac page. This setup can be changed on request, but you'll want to make sure you've setup the permissions (under the Administration section) correctly first.
