Issue
I am moving my Subversion repository from one machine to another. I have a few scattered working copies on various machines, and I have found that I can easily switch the working copies from the old server to the new one with the following command:
svn --relocate svn://oldServer/repo svn://newServer/repo
However, on one of my machines, I use Eclipse with Subclipse, and I don't like to use command-line SVN on my Eclipse projects. My question is whether it is possible to switch SVN repositories from within Eclipse using either Subclipse or Subversive.
Solution
I think you need to go into your 'repository browser' perspective there you right click your current repository and 'relocate' it to another domain.
Answered By - Luke
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.