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

Newbie setting up svnserve

From: Gerard Samuel <svn_at_trini0.org>
Date: 2004-11-24 15:04:18 CET

Im running FreeBSD 5.3.
I have this in /etc/inetd.conf ->
svn stream tcp nowait/4/4 root
/usr/local/bin/svnserve svnserve -i -r /source/svn

and restarted inetd.

I can checkout using "file://" ->
hivemind# svn checkout file:///source/svn/trunk project
A project/foo.c
A project/bar.c
A project/Makefile
Checked out revision 2.

But I cannot seem to checkout using "svn://"
hivemind# svn checkout svn://hivemind.trini0.org/project
svn: URL 'svn://hivemind.trini0.org/project' doesn't exist

This is what the repository looks like ->
hivemind# ls -al /source/svn
total 18
drwxr-xr-x 7 root ncvs 512 Nov 21 13:56 .
drwxrwxr-x 5 root ncvs 512 Nov 19 11:24 ..
-rw-r--r-- 1 root ncvs 379 Nov 21 13:56 README.txt
drwxr-xr-x 2 root ncvs 512 Nov 21 13:56 conf
drwxr-xr-x 2 root ncvs 512 Nov 21 13:56 dav
drwxr-sr-x 2 root ncvs 512 Nov 21 13:56 db
-r--r--r-- 1 root ncvs 2 Nov 21 13:56 format
drwxr-xr-x 2 root ncvs 512 Nov 21 13:56 hooks
drwxr-xr-x 2 root ncvs 512 Nov 21 13:56 locks

Any ideas as to where Im going wrong?
Thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 24 15:07:18 2004

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.