What's wrong with my using svn this way?
Posted
by httpinterpret
on Stack Overflow
See other posts from Stack Overflow
or by httpinterpret
Published on 2010-06-05T10:25:28Z
Indexed on
2010/06/05
10:32 UTC
Read the original article
Hit count: 237
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
?
© Stack Overflow or respective owner