Configuring subversion for visual studio
Posted
by Fiza
on Stack Overflow
See other posts from Stack Overflow
or by Fiza
Published on 2010-06-15T04:55:57Z
Indexed on
2010/06/15
5:02 UTC
Read the original article
Hit count: 339
I have Visual studio 2008 running on windows-7(x86). I have installed subversion (server+client), tortoise svn and ankhsvn on my system. I could add my solution to subversion's repository using the url: File://c:/svn_repository/ But when I try "svn://localhost" I do not see any repository on my system.
My friend who is on the same LAN cannot see my repository.
What repository URL should I use for others in LAN to be able to see my repository?
© Stack Overflow or respective owner