With Clearcase I can create multiple views and work on 3-4 defects simultaneously. Is it possible to work in a similar manner without having multiple instances of svn checkouts and mulitple instances of Eclipse IDE? What is the best practice here?
With Clearcase I can create multiple views and work on 3-4 defects simultaneously. Is
Share
You would need multiple svn workspaces, like you need multiple ClearCase snapshot view.
(only multiple dynamic views allow you to avoid multiple copies on your disk, because of the particular nature of the dynamic view)
And you would need multiple Eclipse workspaces since you cannot import the same project twice in a single Eclipse workspace, whatever the source control tool you are using.