ankhsvn - Configuring subversion for visual studio -
I have Visual Studio 2008 running on Windows 7 (x86). I installed Enterprise (server + client), Turtle svn and ankhsvn on my system. I can add my own solution to the dissection 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 can not see my repository.
Should I be used for others in the LAN to be able to see the repository?
create svnadmin Make sure that your saver is running, make a repository
- (
svnserve .exe
) for example sysinternals with process explorer - Check that you can connect with Kurtuesen as the URL using
svn: // yourip
- and
add
your project either - Your friend should use the same URL
- using your own Try host name Note: Local Host is not your hostname !!!
Comments
Post a Comment