Modify ↓
Opened 16 years ago
Closed 15 years ago
#4248 closed defect (invalid)
don't show [repo:/]
Reported by: | Owned by: | Kis Gergely | |
---|---|---|---|
Priority: | high | Component: | SvnAuthzAdminPlugin |
Severity: | major | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
If you have many svn repositories you must use [repo:/]
The repository's name with ':' aren't listed.
Attachments (0)
Change History (4)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
also if you set the "authz_module_name" in trac.ini, section trac?
pls reopen if this does not work.
comment:3 Changed 15 years ago by
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
Trac Release: | 0.10 → 0.11 |
My config
[components] svnauthz.* = enabled [svnauthzadmin] show_all_repos = false [trac] authz_file = /home/dayu/projects/authz ...
I have many svn repositories, my authz file contents
[root@vuitest projects]# cat authz [/] coredev = rw [test2:/] lijian = rw [test1:/] dayu = rw
While I set test1 repository access, it doesn't show path "test1:/" , path "/" can display.
comment:4 Changed 15 years ago by
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
You can set authz_module_name to you repository name
authz_module_name = test1
Note: See
TracTickets for help on using
tickets.
for example http://www.rockfloat.com/howto/gentoo-subversion.html#svnpolicy