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

Re: Newbie - repository layout

From: Marc Haisenko <haisenko_at_webport.de>
Date: 2004-01-23 16:14:13 CET

On Friday 23 January 2004 17:06, C. Michael Pilato wrote:
> > So the question: is it possible to remotely create new repositories
> > (I guess not)?
>
> Nope.

Actually yes, if the server is a UNIX machine with sshd. You could do
something like this on the client:

ssh user@server "mkdir -p ~/newsvnrepository && cd newsvnrepository &&
svnadmin create ."

ssh is such a wonderful tool :-)

-- 
Marc Haisenko
Systemspezialist
Webport IT-Services GmbH
mailto: haisenko@webport.de
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jan 23 17:14:27 2004

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.