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

Re: No repository found? - still in doubt

From: Laszlo Nagy <nagylzs_at_enternet.hu>
Date: 2006-01-26 17:23:11 CET

Johannes Holzer wrote:

>Am Donnerstag, 26. Januar 2006 15:40 schrieb Laszlo Nagy:
>
>
>>svnadmin create --fs-type=fsfs /home/svn/repositories
>>
>>
>This create a repository in "/home/svn/" with the name "repositories". Try the
>following:
>
>svnadmin create --fs-type=fsfs /home/svn/repositories/python
>
>

>i guess this should work now.
>
>
It does not. :-(

%svn import tmp/Python svn://localhost/python -m "My first import"
svn: No repository found in 'svn://localhost/python '
%svn import tmp/Python svn://localhost/repositories/python -m "My first
import"
svn: No repository found in 'svn://localhost/repositories/python '
%svn import tmp/Python svn://localhost/repositories -m "My first import"
svn: No repository found in 'svn://localhost/repositories'
%
%cat /etc/inetd.conf | grep svnserve
svn stream tcp nowait svn /usr/local/bin/svnserve
--root=/home/svn/repositories -i
%
%ls /home/svn/repositories/
python
%ls /home/svn/repositories/python/
README.txt conf dav db
format hooks locks
%

   Les

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 26 17:49:16 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.