Changes between Version 6 and Version 7 of AddProject


Ignore:
Timestamp:
May 26, 2016 12:21:06 AM (9 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified AddProject

    v6 v7  
    88* Run '''svnadmin create d:\svn\ABC''' 
    99* Run '''mkdir temp\trunk temp\branches temp\tags''' 
    10 * Run ''''svn import temp !file:///D:/svn/ABC -m "Initial repository tree"'' 
     10* Run '''svn import temp !file:///D:/svn/ABC -m "Initial repository tree"'' 
     11* Open `d:\svn\ABC\conf\svnserve.conf` and edit the following options 
     12{{{ 
     13  anon-access = none 
     14  auth-access = write 
     15  password-db = passwd 
     16  authz-db = authz 
     17}}}  
     18* Open `d:\svn\ABC\conf\passwd` and add a user and password 
     19{{{ 
     20  hong_gil_dong = password 
     21}}} 
     22* Open `d:\svn\ABC\conf\authz` and add hong_gil_dong  
     23{{{ 
     24  [/] 
     25  hong_gil_dong = rw 
     26}}} 
    1127 
    1228== Trac == 
     
    87103* Go to `Manage` > Manage Projects 
    88104* Click `Create New Project` button. 
     105 
     106== == 
     107[.. SDE]