On Wed, Apr 04, 2012 at 03:08:06AM -0700, Mr. White wrote: > Hello guys, > > i came to realize that the Subversion API is way more complicated than > i thought. I hoped there were functions to create/edit/delete users/ > repositories/groups, but the API doesn't offer those simple functions > as far is my research goes. > Could someone give an example on how to create a user with the API in > JavaHL, because i'm really kind of lost in the documentation on > that ... ? > > Best regards > > Martin
The management of user accounts happens in svnserve or httpd configuration files. There is no Subversion API to edit these files.