views:

163

answers:

2

How can I use a new branch in Eclipse if I'm not using Subversive or Subclipse? Do I have to checkout the new branch and import that as a new project into Eclipse? Is there an easier way to do it, or is using Subversive or Subclipse the only reasonable way?

I know there are many discussions on the pros/cons of Subversive or Subclipse - I'm not asking which one would be best (although I will probably go with Subclipse if needed), and I'm not able to switch to a DVCS.

A: 

Yes, you have to checkout the new branch and import the resulting code into Eclipse.

bmargulies
+2  A: 

If you have imported the projects without copying them into the workspace, you can just do a svn switch and refresh the workspace.

Nick Veys