Maurizio
Maurizio

Reputation: 139

Using command line to add users and permissions to a SVN server

I shoudl set the permissions for a lot of users, each one having a different access to each project, in a SVN server. I would like to just edit the auth file in the server, but I would like to know if it is possible to add users and permission through the command line. Any suggestions?

Upvotes: 1

Views: 1901

Answers (1)

bahrep
bahrep

Reputation: 30662

It is possible to manage access rules for Windows (Active Directory) accounts using these PowerShell cmdlets packaged with VisualSVN Server:

Upvotes: 1

Related Questions