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?
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?
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