Changes between Version 20 and Version 21 of Documentation/UserGuide/svnmore


Ignore:
Timestamp:
2020-02-28T11:37:27+01:00 (4 years ago)
Author:
maignan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/svnmore

    v20 v21  
    1 = Subversion server for orchidee = 
     1= Subversion server for orchidee (SVN administrators only) 
    22 
    3 == For SVN administators only == 
    4  
    5 To add new user on svn list, you must connect on  
     3To add new user on svn list, you must connect as: 
    64{{{ 
    75ssh orchidee@forge.ipsl.jussieu.fr 
     
    1715}}} 
    1816    If you want to use another text editor, you must know ACL file rights for extended 
    19     permissions on forge system. You must verify and correct ACL on this file to prevent break of ORCHIDEE svnserver : 
     17    permissions on forge system. You must verify and correct ACL on this file to prevent break of ORCHIDEE svnserver: 
    2018   * use this command to get ACL on the file : 
    2119{{{ 
    2220> getfacl svn/conf/passwd 
    2321}}} 
    24      It must give the right for svn system user : 
     22     It must give the right for svn system user: 
    2523{{{ 
    2624# file: svn/conf/passwd 
     
    3331other::--- 
    3432}}} 
    35    * If this right has been cleared by your edit, you must apply : 
     33   * If this right has been cleared by your edit, you must apply: 
    3634{{{ 
    3735setfacl -m user:svn:r-- svn/conf/passwd 
    3836}}} 
    39    * Please read [http://linux.developpez.com/acls/#L3 acl doc] web page, ~orchidee/shell_modif_acl shell output  
     37   * Please read web page, ~orchidee/shell_modif_acl shell output  
    4038     and ~orchidee/svn_acl_all report for explanation about acl right on svn repository. 
    41  1. svn/conf/authz gives authorizations on svn tree. You must  
     39 1. svn/conf/authz gives authorizations on svn tree. You must: 
    4240   * Add the new user in user option of `[group]` section. 
    4341   * Add this user to other group if it has been decided. 
    4442   * Add the wiki login if exist to authorized "browse source" access on the orchidee project wiki.  
    45    * Add his personnal path and rights access at the end of the authz file :  
     43   * Add his personal path and rights access at the end of the authz file :  
    4644{{{ 
    4745[/perso/hislogin] 
     
    4947}}} 
    5048 
    51 After all, you may copy the trunk or a choosen tag version or branch to build the first personnal repository for this new user like this : 
     49After all, you may copy the trunk or a chosen tag version or branch to build the first personal repository for this new user like this: 
    5250{{{ 
    5351> svn copy --username mypersonnaladminlogin svn://forge.ipsl.jussieu.fr/orchidee/the_trunk_tag_branch_choosen svn://forge.ipsl.jussieu.fr/orchidee/hislogin/