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

Re: programmatic API for repository creation

From: Garret Wilson <garret_at_globalmentor.com>
Date: 2007-12-31 15:16:08 CET

Awesome! Although it won't help me create a repository remotely, it will
allow me to create a local repository, which is a short-medium-term
solution.

I had shied away from SVNKit before because its license forced me to
effectively open-source my application. After reading the license at
http://svnkit.com/license.html, though, it doesn't appear that
"redistribution" covers web applications. As I understand it, then,
simply depoying a web application that uses SVNKit wouldn't require me
to release the source code of the web application---would it?

Garret

Anoop kumar V wrote:
> The SVNKit library provides a Java API to create svn repositories.
>
> SVNKit is available at:
> http://svnkit.com/download/index.php
>
> check this link further:
> http://svn.svnkit.com/repos/svnkit/trunk/doc/wiki/Setting_Up_A_Subversion_Repository.wp
>
>
> On Dec 30, 2007 5:42 PM, Les Mikesell <lesmikesell@gmail.com
> <mailto:lesmikesell@gmail.com>> wrote:
>
> Garret Wilson wrote:
> > I'm looking for a way to create repositories programmatically. I've
> > never used Subversion as my server---I've only use Subversion behind
> > Apache mod_dav.
> >
> > If I run the standalone Subversion server, is there a way for me to
> > programmatically create and destroy repositories remotely?
>
> Client side operations aren't allowed to do that, but you can always
> 'ssh svadmin ...' commands remotely and programmatically with
> appropriate password or ssh key authentication.
>
> --
> Les Mikesell
> lesmikesell@gmail.com <mailto:lesmikesell@gmail.com>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> <mailto:users-unsubscribe@subversion.tigris.org>
> For additional commands, e-mail: users-help@subversion.tigris.org
> <mailto:users-help@subversion.tigris.org>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Dec 31 15:18:01 2007

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.