Changes between Version 68 and Version 69 of WikiStart
- Timestamp:
- Sep 6, 2020, 8:46:58 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v68 v69 158 158 svn checkout http://svn.netlabs.org/repos/nepmd/trunk 159 159 }}} 160 This creates the trunk directory inside the previously existing nepmd directory. 160 161 161 162 If you really want to check out the entire archive (trunk, tags and branches): 162 163 {{{ 163 md nepmd 164 svn checkout http://svn.netlabs.org/repos/nepmd 165 }}} 166 This creates the nepmd directory inside a previously existing directory. 167 168 If you have write access for the nepmd repository, execute: 169 {{{ 170 svn checkout http://svn.netlabs.org/repos/nepmd --username <netlabs.org_user> --password <netlabs.org_password> 171 }}} 172 After once logged in, the hidden .svn directory is created with the database. The next time, you just execute: 173 {{{ 164 174 cd nepmd 165 svn checkout http://svn.netlabs.org/repos/nepmd175 svn update 166 176 }}} 167 177