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