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

Re: svn: No repository found in 'svn+ssh://...............'

From: Duncan Murdoch <murdoch_at_stats.uwo.ca>
Date: 2006-12-02 14:20:20 CET

On 12/2/2006 6:47 AM, bijayant kumar wrote:
> Hi to all,
> I want to use 'svn+ssh://', but when i run the command i am getting the error No repository found. please help me, so that i can use it. I will be very thankful to you all for the same.
>
> Problem :- when i run this command
>
> bijayant_at_bijayant ~ $ svn list svn+ssh://srv.kavach.blr/svn/bijayant_repos
> Enter passphrase for key '/home/bijayant/.ssh/id_rsa':
> svn: No repository found in 'svn+ssh://srv.kavach.blr/svn/bijayant_repos'
>
> But when i run this command it gives me correct output without issuing any error
>
> bijayant_at_bijayant ~ $ svn list http://srv.kavach.blr/svn/bijayant_repos
> bijayant/
> bijayantnew/
> vinod/
>
> The repository have following permissions :-
>
> drwxr-xr-x 8 apache apache 4096 Nov 25 14:26 bijayant_repos

In the simplest setup, you need the full path to the repository in the
URL when using svn+ssh, e.g. something like

svn+ssh://srv.kavach.blr/home/bijayant/svn/bijayant_repos

It's possible to set up svn+ssh so /home/bijayant is assumed, but most
people don't.

Duncan Murdoch

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Dec 2 14:21:05 2006

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.