Changes between Version 68 and Version 69 of WikiStart


Ignore:
Timestamp:
Sep 6, 2020, 6:46:58 PM (4 years ago)
Author:
Andreas Schnellbacher
Comment:

Fixed checkout command for the entire repo

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v68 v69  
    158158svn checkout http://svn.netlabs.org/repos/nepmd/trunk
    159159}}}
     160This creates the trunk directory inside the previously existing nepmd directory.
    160161
    161162If you really want to check out the entire archive (trunk, tags and branches):
    162163{{{
    163 md nepmd
     164svn checkout http://svn.netlabs.org/repos/nepmd
     165}}}
     166This creates the nepmd directory inside a previously existing directory.
     167
     168If you have write access for the nepmd repository, execute:
     169{{{
     170svn checkout http://svn.netlabs.org/repos/nepmd --username <netlabs.org_user> --password <netlabs.org_password>
     171}}}
     172After once logged in, the hidden .svn directory is created with the database. The next time, you just execute:
     173{{{
    164174cd nepmd
    165 svn checkout http://svn.netlabs.org/repos/nepmd
     175svn update
    166176}}}
    167177