[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: Rolf Schumacher <mailinglist_at_august.de>
Date: 2007-11-20 17:41:56 CET

thank you Ulrich,

you are obviously right:

I stopped any daemon I started, nothing to see after "ps ax (| grep
svn)" inspection. Nothing in /etc/inetd.conf that looks like svn, and:
svn ... svn+ssh://... from the client is still doing a fine job.

I got to find out, how "apt-get install subversion" (version string is
1.4.4dfsg1-1) initiates the service on my Debian linux. Looks like it
differs from what is documented in the svn-book. My linux knowledge
seems to be too limited here.

Ulrich Eckhardt wrote:
> 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
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 20 17:53:28 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.