Hi,
I am new to Maven2 and svn.
I created a Project via maven and would like to add the complete
project in subversion by pom.xml
I am able to connect to svn and list files in my repository but when
try to and my folder to the repository i get the following error


mvn -e scm:add

Embedded error: Exception while executing SCM command.
You must provide at least one file/directory to add
org.apache.maven.lifecycle.LifecycleExecutionException: Cannot run add
command :
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:
583)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:
512)
 Caused by: org.apache.maven.scm.ScmException: You must provide at
least one file/directory to add
        at
org.apache.maven.scm.provider.svn.svnexe.command.add.SvnAddCommand.executeAddCommand(SvnAddCommand.java:
59)
        at
org.apache.maven.scm.command.add.AbstractAddCommand.executeCommand(AbstractAddCommand.java:
46)
        at
org.apache.maven.scm.command.AbstractCommand.execute(AbstractCommand.java:
59)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"gwt-maven" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/gwt-maven?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to