Vishwas
Vishwas

Reputation: 1541

Tortoise SVN repository, how to get localhost address of repository (http) instead of (file://)

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

Answers (1)

Brent
Brent

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

Related Questions