How to add user into specific branch in svn subversion (batch script or api)

232 views Asked by At

Need to add user to a specific branch command line?

I need to create a batch script or a stand alone application to add user to specific branch to SVN.

Any help?

1

There are 1 answers

0
Lazy Badger On

There are not such thing as "user of specific branch" in SVN concepts at all

You have to use server-specific authentication method and restrict to some authorized users access to some trees on repository. In common case you have to use Path-Based Authorization and add relevant strings to text-file with your access rules