Is there a simple way to solve the following problem? I have an eclipse workspace with a dynamic web project shared in svn using subclipse plug-in. The project is based on tomcat7. Now I would like to move the project to jetty8, leaving the source files in the same svn repository. Is that possible? I don't want to kill the previous project on tomcat but I would like to mantain both projects.
I tryed importing the tomcat project into a new workspace as is but it's doesn't work. Which steps should I do if there is a smothless procedure?