> John > > On Fri, Sep 7, 2012 at 3:47 PM, John Maher <jo...@rotair.com> wrote: > > Is svnadmin create limited to creating a local repository? > > Yes. > > > If not then how do you use it for a URL? > > You don't. > > > If so then is there a command for creating a repository via an URL? > > Or is this impossible? > > It is impossible to create a repository remotely.
Well, strictly not true. If you have access to remote share you can create the repository on another machine. > Read the book on repository creation: > http://svnbook.red-bean.com/nightly/en/svn.reposadmin.create.html > > svnadmin is a server side utility to create a repository within the local > filesystem. > John, if you use Subversion Edge it will allow you to create repos using the Web Admin UI as well. BOb