how do i access svn repo located in another system(both the 开发者_高级运维system are in same LAN) from eclipse using subclipse.
I am getting repo not found,when trying to connect to repo in eclipse.
please can anybody tell how do i access the repo from one machine to another.
The answer depends on what the SVN URL looks like. If it starts with
http://
https://
svn://
Then you just need to start at "Create project from SVN repository"... Here are some instructions to provide guidance.
If it looks like something else, then you need to set up the SVN server to serve SVN across a computer network.
精彩评论