[Question] Set Quyền cho mỗi projects (folder) với mỗi users trong SVN trên linux |
07/04/2011 08:33:38 (+0700) | #1 | 234968 |
van_security
Member
|
0 |
|
|
Joined: 08/10/2009 14:02:39
Messages: 159
Offline
|
|
Chào cả nhà,
Mình đã cài SVN xong. Nay có nhu cầu
Set Quyền cho mỗi projects (folder) với mỗi users trong SVN trên linux.
Mình đã tìm hiểu trên net cụ thể link sau đây
http://stackoverflow.com/questions/81361/how-to-setup-access-control-in-svn
Nhưng thực hiện không được.
Chắc có lẽ đây là HD dành cho SVN cài trên win.
Mình cấu hình file subversion.conf như sau
<Location /repos>
DAV svn
SVNPath /var/www/svn/repos
AuthType Basic
AuthName "Subversion repos"
AuthUserFile /etc/svn-auth-conf
Require valid-user
</Location>
File /etc/svn-auth-conf thì mỗi lần thêm ủe bằng lệnh sau
[root@lucifer ~] htpasswd -cm /etc/svn-auth-conf yourusername
New password:
Re-type new password:
Adding password for user yourusername
[root@lucifer ~] htpasswd -m /etc/svn-auth-conf anotherusername
New password:
Re-type new password:
Adding password for user anotherusername
Hiện làm theo HD của link nói trên nhưng không được |
|
|
|