Changes between Version 61 and Version 62 of WikiStart
- Timestamp:
- Sep 20, 2010, 2:37:58 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v61 v62 81 81 82 82 {{{ 83 mkdir uniaud32 _workspace84 cd uniaud32 _workspace85 svn checkout http://svn.netlabs.org/repos/uniaud/GPL/trunk trunk83 mkdir uniaud32 84 cd uniaud32 85 svn checkout http://svn.netlabs.org/repos/uniaud/GPL/trunk . 86 86 }}} 87 87 … … 89 89 90 90 {{{ 91 mkdir uniaud16 _workspace92 cd uniaud16 _workspace93 svn checkout http://svn.netlabs.org/repos/uniaud/OCO/trunk trunk91 mkdir uniaud16 92 cd uniaud16 93 svn checkout http://svn.netlabs.org/repos/uniaud/OCO/trunk . 94 94 }}} 95 96 95 97 96 To update your workspace with the current repository content, use 98 97 99 98 {{{ 100 cd uniaud32 _workspace\trunk99 cd uniaud32 101 100 svn update 102 101 }}} 103 104 If you want commit access to the repository, contact Paul.105 102 106 103 = Building the drivers =