I started svn server this way:
[user@vps303 trunkdb]# svnserve -d -r /repositories/ [user@vps303 trunkdb]# ls /repositories/ trunk
But when I connect to svn://domain.name
it reports no such repository,
but when I connect to svn://domain.name/trunk
, it's OK.
How can I connect to svn://domain.name
?