On Mon, Jul 21, 2008 at 01:53, Gaurav Sharma
<gaurav.sharma_at_daffodilsw.com> wrote:
> Hello ,
>
> I want to write a java program to "create new SVN user" with a "new Project
> in SVN" and implements acesss restriction on that user so that he can
> "access only that project" in SVN repository...so can you plz guide me how i
> can achieve this ...I have searched a lot in various API like SVNKit
> etc...but none provide anything related with admin feature.....so kindly
> suggest me if any API is available to achieve this ....
Creating/managing user access is done outside the SVN API, so you
won't find anything that meets that requirement. Subversion has no
notion of "projects" so you'll need to better define that requirement
to find the right methods in the API to do it (either create a new
repository, or create a directory within an existing one).
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-07-21 13:01:35 CEST