Page 1 of 1

'svn' is not an internal or external command

PostPosted:Mon Dec 28, 2009 9:23 am
by hayasi
Hi
Everybody。

When I use mvn eclipse: eclipse command to create the project. An error occurred.

'svn' is not an internal or external command, operable program or batch file.

I do not know why this error occurs

I use the environment.
OS winXP SP3 PRO
JDK 1.6.0
MAVEN 2.0.10
ECLIPSE ganymede-SR2
SUBECLIPSE 1.6.x
MYLYN (Eclipse 3.4)
M2ECLIPSE plugin

If you can please tell how to solve.

Thanks in advance。

Re: 'svn' is not an internal or external command

PostPosted:Mon Dec 28, 2009 9:53 am
by jllort
When you download project from svn ( into eclipse ) you must not run externally mvn eclipse:eclipse

Re: 'svn' is not an internal or external command

PostPosted:Tue Dec 29, 2009 3:29 am
by hayasi
Hi

jllort
jllort wrote:When you download project from svn ( into eclipse ) you must not run externally mvn eclipse:eclipse

If I do not run the mvn eclipse: eclipse command, then I want to how to do it?

Looking forward to your reply.

Re: 'svn' is not an internal or external command

PostPosted:Tue Dec 29, 2009 8:27 am
by jllort
In contextual menu, you've got some options under "Run As" like maven install, maven package etc...

maven eclipse:eclipse is and external call to create maven eclipse project, it might not be used. After downloading openkm from svn, maven project might be created automatically. Remember taking a look at ext-libs, this must be executed externally for registring some library not present in maven repositories.

Take a look at this post how to checkout maven project ( no use import from svn )