Reputation: 1541
When i am creating repository, I always get a repository address as file://thisfolder/thisfolder/repository
I wanna use my localhost address for any repository I create by TortoiseSVN. How can I do that?
Upvotes: 1
Views: 2130
Reputation: 304
You need to setup an SVN server to access your repository through the HTTP protocol.
See this FAQ at the TortoiseSVN site for confirmation: http://tortoisesvn.tigris.org/faq.html#noserver
You should get a server like VisualSVN: http://www.visualsvn.com/server/download/
Upvotes: 3