SCIS logo. Link to main SCIS Web Site ECU logo. Link to main ECU Web Site
Skip Navigation LinksSCIS Home > Current Students > Student Essentials > Development Server > Using Subversion My SCIS Print Version RSS Help
  
development server links

search scis/www
search scis.ecu.edu.au
search www

staff directory

Student Development Server - Subversion

Subversion is a version control software that allows you to store and maintain software. It allows you to check in items of code, update them, and merge easily with other peoples work, and is used widely in software production.

For more information about Subversion, you can read the manual.

Connection details:

You can connect to the link in a browser to view what is currently available.

Connecting under Linux (svn)

The Linux server has the svn utilities installed. To check out the latest copy of your work.

svn co http://win.dev.scis.ecu.edu.au:8080/teamxxx/

Connecting under Windows (TortoiseSVN)

All labs have TortoiseSVN installed. This software integrates with the Windows Shell to provide access to subversion.