SVN service

From ICT science
Revision as of 08:39, 18 October 2011 by Ruule101 (talk | contribs) (Created page with "The Faculty of Science provides a version control service, using the subversion system, as documented in the subversion book. Subversion can be very useful for (code) projects on...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The Faculty of Science provides a version control service, using the subversion system, as documented in the subversion book. Subversion can be very useful for (code) projects on which more than one person are working, or for projects that must be accessed from several work places. Subversion allows users to easily update, compare, integrate or replace their work, or revert to earlier versions.

SVN server

The server svn.science.uu.nl is available to staff and students:

  • Users can create repositories and manage access right, using the self-service web application.
  • Login with your Solis-id and password.
  • Members of staff can create guest accounts for people without a Solis-id (outside UU).
  • For more details, please consult the online documentation.

SVN clients

Besides the server, you will need a local SVN client, suitable for your platform and/or application. A comparison list can be found on Wikipedia. For Windows, TortoiseSVN is a useful client that integrates well with the Windows Explorer. The AnkhSVN client can be integrated in Visual Studio 2005 or later.