Changes between Version 61 and Version 62 of WikiStart


Ignore:
Timestamp:
Sep 20, 2010, 12:37:58 AM (14 years ago)
Author:
David Azarewicz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v61 v62  
    8181
    8282{{{
    83 mkdir uniaud32_workspace
    84 cd uniaud32_workspace
    85 svn checkout http://svn.netlabs.org/repos/uniaud/GPL/trunk trunk
     83mkdir uniaud32
     84cd uniaud32
     85svn checkout http://svn.netlabs.org/repos/uniaud/GPL/trunk .
    8686}}}
    8787
     
    8989
    9090{{{
    91 mkdir uniaud16_workspace
    92 cd uniaud16_workspace
    93 svn checkout http://svn.netlabs.org/repos/uniaud/OCO/trunk trunk
     91mkdir uniaud16
     92cd uniaud16
     93svn checkout http://svn.netlabs.org/repos/uniaud/OCO/trunk .
    9494}}}
    95 
    9695
    9796To update your workspace with the current repository content, use
    9897
    9998{{{
    100 cd uniaud32_workspace\trunk
     99cd uniaud32
    101100svn update
    102101}}}
    103 
    104 If you want commit access to the repository, contact Paul.
    105102
    106103= Building the drivers =