Changes between Version 2 and Version 3 of SvnCribSheet


Ignore:
Timestamp:
Jan 22, 2008 1:04:02 PM (16 years ago)
Author:
Andy Vick
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SvnCribSheet

    v2 v3  
    1515This 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.
    1616
     17If you need to access a specific revision, you can specify  -r REV, where REV can be a revision number, a date or a keyword, eg;
     18{{{
     19svn checkout -r {2007-02-17} https://forge.roe.ac.uk/svn/Ultracam/UCamFileServer/trunk UServer
     20}}}
     21will check out the last revision stored '''before''' 00:00 hours on 17th Feb 2007.
     22
     23
     24
     25
     26
    1727
    1828== Workflow 2: general developer ==