[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Query for SVN api for admin functionality in java program

From: Andy Levy <andy.levy_at_gmail.com>
Date: Mon, 21 Jul 2008 07:01:11 -0400

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

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.