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

Re: --root not recognized

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: 2007-11-20 10:04:50 CET

On Tuesday 20 November 2007, Rolf Schumacher wrote:
> Just new to subversion administration
>
> I created a repository with
>
> svnadmin create /usr/local/repos/java
>
> I started the sever with
>
> svnserve -d --root=/usr/local/repos
  ^^^^^^^^

This means svn:// access...

> At the client I imported a project with
>
> cd my-project
> svn import svn+ssh://server-domain/java/my-project

...but you are using svn+ssh access! The running svnserve process which has
its root redirected isn't used in that method, rather another svnserve
process is started without the --root and its IO is tunneled via SSH.

> !! svn: No repository found in
> 'svn+ssh://server-domain/java/my-project !!
>
> However,
>
> svn import svn+ssh://server-domain/usr/local/repos/java/my-project
>
> worked fine.

Should be obvious why, or?

cheers

Uli

-- 
ML: http://subversion.tigris.org/mailing-list-guidelines.html
FAQ: http://subversion.tigris.org/faq.html
Docs: http://svnbook.red-bean.com/
Sator Laser GmbH
Geschäftsführer: Michael Wöhrmann, Amtsgericht Hamburg HR B62 932
**************************************************************************************
           Visit our website at <http://www.satorlaser.de/>
**************************************************************************************
Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden.
E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Sator Laser GmbH ist für diese Folgen nicht verantwortlich.
**************************************************************************************
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 20 10:09:27 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.