java - Re-connect Eclipse project to new SVN repository -


i have project checkout svn have moved svn repository other url, when tried disconnect project older svn repo, when try connect it, recognize project has been connected svn , it's remembering older repository. how can change new repository? without downloading project scratch.

if have disconnected, it's late - @ least if had eclipse delete svn metadata in process. think you'll have check out again.

when move remote repository new url, should following in eclipse:

  • go svn respository exploring perspective
  • select svn url has changed "svn repositories" view
  • right-click , choose "relocate"
  • enter new url

(assumes subclipse. subversive should have similar feature.)

on command line, "svn switch --relocate ..." command.


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

How to get multiresult with multicondition in Sql Server -