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

svnserve -r not working?

From: Wade Williams <wadesworld_at_mac.com>
Date: 2004-04-27 17:35:11 CEST

I'm using 1.02 and I'm sure I'm doing something stupid.

My repository was created with:
bravado:wade {101} svnadmin create /home/svnroot/trdev

You can see that svnserve is running with -r:

bravado:wade {102} ps -auxww | grep svn
wade 5864 0.0 0.3 144 352 p0 S+ 10:28AM 0:00.01 grep
svn
wade 17623 0.0 0.4 96 572 ?? Is 10:56PM 0:00.00
svnserve -d -r /home/svnroot

but when I try to checkout with another machine, I have to specify the
full path:

[dreamline:~] wade% svn co svn+ssh://10.11.11.20/trdev
svn: No repository found in 'svn+ssh://10.11.11.20/trdev'

[dreamline:~] wade% svn co svn+ssh://10.11.11.20/home/svnroot/trdev
A trdev/tr.mod
A trdev/tr
A trdev/tr/planes

Any thoughts?

Thanks,

Wade

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Apr 27 17:35:47 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.