I have created svn repo setup in linux machine and ran svnserve -d
. But while trying to access from tortoise svn (from windows) using the command svn://app-dev.example.com/svn/svnrepo
it says can't connect to host.
ping app-dev.example.com is working fine.
Did I miss any step?
EDIT : Now I am trying with Apache server to access via HTTP . I can access with the command "sudo svn co --username user1 http://app-dev.example.com/svn/svnrepo"
in ubuntu itself (where I have created the repo) . But not from windows. I get error as "Unable to connect to a repository at URL.Connection timed out"