0

I have about 60 VisualSVN Server repositories and few sub-repositories in my VisualSVN Server and I need information on users assigned to each repository and permissions assigned to them.

Listing manually takes more time and I'm afraid I might miss someone.

1 Answers1

0

Use the Get-SvnAccessRule cmdlet to generate such report.

bahrep
  • 417