I want to access my svn server from my windows machine using tortoise client. My svn server is deployed on the UBUNTU machine. I want to access my svn repositories deployed on ubuntu using tortoise client in windwos. Problem is I can access those repositories with IP address of my UBUNTU machine. But as the IP address keeps on changing so I want to access that using some name. How can I do that.
Currently access mechanism is svn://192.168.0.105/home/svn/Myproject
Desired Solution: **svn://SVNSERVER/home/svn/Myproject**
Any Thoughts?