How to checkout maven project from svn repository

Viewed 54431

I am new to Maven and Eclipse, I need to check out an existing Maven project from a SVN repository. I have installed the M2E plugin and the subversion plugin and they seem to be working properly. Here are the Installation Details --> enter image description here

When I right click in the project explorer and select Import -> SVN -> Project from SVN, then select the repository location and click finish, I am prompted with 4 possibilitiesenter image description here

What is the procedure for checking out a Maven Project from this point on, or am I on the right track here?

Thanks for your help in advance!

2 Answers
Related