i created a repo as described here repository is created and i can access it locally ( file///C:/SVN/MyProject/trunk) now i want 开发者_JAVA百科to share it with other users on network i.e. LIKE ( svn//localhost( OR /IP)/SVN/MyProject/trunk) but not able to access it with ip/localhost
my svnserv.exe --daemon is running
please give me way how can i add it on network
The URL should be svn://localhost/SVN/MyProject/trunk
. Replace localhost by the IP address of the repo machine if you want to access it from another machine.
If you want another URL, then follow these instructions.
精彩评论