svnedge: how to Discover Multiple "Repository Directory" locations and Authz files

389 Views Asked by At

I am implementing SVNEdge from collabnet in my organization. Currently, I have 80+ repositories scattered across 4 different locations on linux server.

  1. SVNEdge provides a field, named "Repository Directory:", to mention parent-location where all repositories are kept. How Multiple parent locations for SVN repositories can be specified to get them discovered in SVNEdge?

  2. Currently every SVN repository has its own Authz file to manage user/group permission. How can all these authz files be ported to SVNEdge?

Let me know if more info is required. Thanks.

1

There are 1 best solutions below

0
On

How Multiple parent locations for SVN repositories can be specified to get them discovered in SVNEdge?

Discover repositories option can find the new repositories only when you have the new repos placed in its default location csvn/data/repositories. So, I suggest you to move all your scattered repos into this location and then click Discover Repositories. You can also move everything in a shared folder and specify the new path in the Edge console settings.

How can all these authz files be ported to SVNEdge?

The access rules can be modified/added in the web UI under the Access Rules option on the Repositories tab.