Changes between Version 6 and Version 7 of AddProject
- Timestamp:
- May 26, 2016 12:21:06 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified AddProject
v6 v7 8 8 * Run '''svnadmin create d:\svn\ABC''' 9 9 * 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 }}} 11 27 12 28 == Trac == … … 87 103 * Go to `Manage` > Manage Projects 88 104 * Click `Create New Project` button. 105 106 == == 107 [.. SDE]