-->

Can't approach svn working copy

2019-08-31 07:47发布

问题:

I've created a svn repository on a linux computer. For this repository I've also created a working copy named myfirstproject. In order to get the URL of it I've typed in "svn info". The answer was

"svn://localhost/myfirstproject".

Now I want to approach this working copy from windows computer. I've tried doing it via netbeans for the first time and tortoiseSVN as well. I've tried to approach svn://my_server_domainName/myfirstproject, but it was failed.

what should I suppose to do? Is there any other URL address I need to type?

Thank you