-4

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?

usergaro
  • 417
  • 1
  • 6
  • 12

1 Answers1

0

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

Lazy Badger
  • 94,711
  • 9
  • 78
  • 110