wiki:SvnCribSheet

Version 1 (modified by Andy Vick, 17 years ago) ( diff )

--

Workflow 1: User

First of all, get the information about where the repository is (the URL), and any login information you might need. For the Ultracam server the URL is https://forge.roe.ac.uk/svn/Ultracam/MODULE_NAME/XXXX where;

  • MODULE_NAME should be replaced by the module you want (for example UCamFileServer)
  • XXXX should normally be replaced by the word "trunk"

After that, choose a directory to work in and execute, for example;

svn checkout https://forge.roe.ac.uk/svn/Ultracam/UCamFileServer/trunk UServer

This will check out the code from the trunk of UCamFileServer into a local directory called UServer. You should be able to build/install/run this code.

Workflow 2: general developer

Note: See TracWiki for help on using the wiki.