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

Re: Subversion installation problem on Ubuntu 6.10

From: Ryan Schmidt <subversion-2006d_at_ryandesign.com>
Date: 2006-11-09 00:18:53 CET

On Nov 8, 2006, at 14:33, Juan Carlos Becerra Irene wrote:

> 1. I created a folder for repositories:
> /home/jcarlos/svn_repos
>
> 2. Then I create a repository:
> svnadmin create /home/jcarlos/svn_repos/misc
>
> 3. I try to make the server run, with the next command:
> svnserve -d -r /home/jcarlos/svn_repos
>
> 4. When I run 'ps aux' I can see the process running:
> jcarlos 5031 0.0 0.1 5176 624 ? Ss 08:15 0:00
> svnserve -d -r /home/jcarlos/svn_repos
>
> 5. But when I try to access the repository I get the next message:
>
> jcarlos_at_jcarlos-ubuntu:~$ svn ls svn://localhost
> svn: No repository found in 'svn://localhost'

You would need to specify the name of the repository as well.

$ svn ls svn://localhost/misc

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 9 00:20:01 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.