[WebSVN] Acces to grouped projects. without groupname
<webpost <at> tigris.org>
2013-02-22 10:31:18 GMT
Hey everybody,
i have a small problem with our websvn (2.3.3).
We have a lot of repos. and i grouped all of them in different groups.
First i add all repos in one group with
$config->parentPath('/var/svn', "Sonstiges");
Then i'm grouping them into other groups by
$config->addRepository('abc', 'file://///var/svn/abc', 'group1');
$config->addExcludedPath('/var/svn/abc');
So i moved repo "abc" from "Sonstiges" to "group1".
But, now we need access to the websvn projectpages without knowing the groupname.
The documentation says, that if a project is grouped, it can simply be opened with the notation
groupname.reponame.
But we only know the reponame.
I thought of a group called "all", where all repos are grouped additional together, because
they could be accessed with all.reponame anytime.
But there would be another group with all repos and i think this is not so fancy and there
might be a better solution :)
Anybody got an idea?
------------------------------------------------------
http://websvn.tigris.org/ds/viewMessage.do?dsForumId=1547&dsMessageId=3049529
To unsubscribe from this discussion, e-mail: [dev-unsubscribe <at> websvn.tigris.org].
(Continue reading)