New Resposrity - Nissan
Username for Nissan - 5053
Step 1 » Create a new repository in the svn by issuing the below command
[root@harish ~]# svnadmin create /svn/nissan
Step 2 » Now issue the below commands one by one for necessary permissions.
[root@harish ~]# chown -R apache.apache /svn/nissan/
[root@harish ~]# chcon -h system_u:object_r:httpd_sys_content_t /svn/nissan/
[root@harish ~]# chcon -R -h apache:object_r:httpd_sys_content_t /svn/nissan/
Step 3 » Now create a password file “nissan.users” with username “5053” by typing below command
[root@harish ~]# htpasswd -cm /svn/nissan.users 5053
No comments:
Post a Comment