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

Re: Re: svn: No repository found

From: ken carlino <ken.carlino_at_gmail.com>
Date: 2007-03-11 23:44:06 CET

On 3/8/07, Clyde Jones <cjones@exelixis.com> wrote:
> -----Original Message-----
> From: ken carlino [mailto:ken.carlino@gmail.com]
> Sent: Tuesday, March 06, 2007 5:58 PM
> To: users@subversion.tigris.org
> Subject: Re: svn: No repository found
>
> On 3/5/07, ken carlino <ken.carlino@gmail.com> wrote:
> > Hi,
> >
> > I am trying to check out from subversion using this command:
> > svn co svn://67.123.51.1/repositories/sample
> > but I get this error:
> > svn: No repository found in 'svn://67.123.51.1/repositories/sample'
> >
> > But when I telnet to 67.123.51.1, there is a directory in
> > /srv/svn/repositories/sample.
> >
> > Can you please tell me what am I missing?
> >
> > Thank you.
> >
>
> What is the svnserve root?
> It looks like you are not matching the path that svnserve has. Your
> url should be relative to what svnserve has. Svn will work on where the
> repository is, not the directory above
>
> i.e. Repository is in /usr/local/subversion/repos/freakydata
> svnserve is launched with svnserve -d -r
> /usr/local/subversion/repos/
> Your svn command should be
> svn ls svn://myserver/freakydata
>
> These will NOT work
> svn ls svn://myserver/usr/local/subversion/repos/freakydata
> svn ls svn://myserver/
>
> So you probably want
> svn ls svn://67.123.51.1/sample
>
> I would do an svn ls first to make sure you really are where you want to
> be
>
Thank for the suggestion.

I did start 'svnserve' like your suggestion:
 svnserve is launched with svnserve -d -r /srv/svn/repositories

But I can only check out if I do this (Duncan Murdoch's suggestion)

svn co svn+ssh://67.123.51.1/srv/svn/repositories/sample/trunk:

And another strange think i notice is subversion creates a subdirector
'trunk' and have all my source under it. how can i configure
subversion so that it does not do that?

> Clyde
>
> This email (including any attachments) may contain material
> that is confidential and privileged and is for the sole use of
> the intended recipient. Any review, reliance or distribution by
> others or forwarding without express permission is strictly
> prohibited. If you are not the intended recipient, please
> contact the sender and delete all copies.
>
>
> Exelixis, Inc. reserves the right, to the extent and under
> circumstances permitted by applicable law, to retain, monitor
> and intercept e-mail messages to and from its systems.
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Mar 11 23:44:38 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.