R – How to access a second repository on a server created using tortoise SVN

repositorysvntortoisesvn

We have a machine on our lan and we check out of using tortoise subversion using
svn://serverName/

e.g: svn://repoMachine/MainProject/trunk

I have created another repository on the repoMachine in a foder D:\TestDataRepository using tortoise command . My question is how to I browse to this repository from another machine? When I type svn://repoMachine in the URL of the Repository Browser all I can see is the contents of the original repository. What is the syntax for the URL? Do I need to configure something else on the server machine?

thanks
John

Best Answer

You have just created a local repository. Now you have to setup a svn service. See here.