Re: Help with scm plugin

2012-11-05 Thread Wayne Fay
> (Checkout branch) on project installation: Cannot run checkout command :
> Can't load the scm provider. No such provider: 's'. -> [Help 1]

Looks like the URL might be wrong. What does it look like?

Wayne

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Help with scm plugin

2012-11-05 Thread Eyal Goren
Hi,

I am trying to perform checkout using the maven-scm-plugin (Using SVN), but
I keep getting:

(Checkout branch) on project installation: Cannot run checkout command :
Can't load the scm provider. No such provider: 's'. -> [Help 1]

Is this error familiar?

I did manage to create a branch, just the checkout seems to cause issues



--
View this message in context: 
http://maven.40175.n5.nabble.com/Help-with-scm-plugin-tp5729486.html
Sent from the Maven - Users mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



RE: [m2] Help with SCM plugin and CVS?

2005-09-30 Thread Michael Cassidy
This is the EXACT same url used in other applications (eclipse, wincvs)
and it works fine there. 



Michael D. Cassidy
Software Architect
Vegas.com
[EMAIL PROTECTED]

-Original Message-
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, September 28, 2005 11:55 PM
To: Maven Users List
Subject: Re: [m2] Help with SCM plugin and CVS?

your scm connection url seems to be incorrect.
You need to fix it before use the scm plugin. This error is a cvs error.

Emmanuel

> [INFO] Executing: cvs -f -q update -d -rHEAD [INFO] Working directory:

> C:\dev\v2\framework\common [DEBUG] Working directory: 
> C:\dev\v2\framework\common [DEBUG] Command line: cvs -f -q update -d 
> -rHEAD [ERROR] Provider message:
> [ERROR] The cvs command failed.
> [ERROR] Command output:
> [ERROR] /misc/docs-dev/REPOS
> : no such repository
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [m2] Help with SCM plugin and CVS?

2005-09-28 Thread Emmanuel Venisse

your scm connection url seems to be incorrect.
You need to fix it before use the scm plugin. This error is a cvs error.

Emmanuel


[INFO] Executing: cvs -f -q update -d -rHEAD
[INFO] Working directory: C:\dev\v2\framework\common
[DEBUG] Working directory: C:\dev\v2\framework\common
[DEBUG] Command line: cvs -f -q update -d -rHEAD
[ERROR] Provider message:
[ERROR] The cvs command failed.
[ERROR] Command output:
[ERROR] /misc/docs-dev/REPOS
: no such repository




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[m2] Help with SCM plugin and CVS?

2005-09-28 Thread Michael Cassidy
Trying to get the scm plugin to work with my project using goal
scm:update,
And I get the following error.  I know that the repository location is
valid, but the plugin can't seem to find it.  Just below is the
configuration excerpt (The stuff in brackets I replaced to protect
sensitive data).



scm:cvs:pserver:[EMAIL PROTECTED]:/misc/docs-dev/RE
POS:/v2/framework/common
HEAD


.

[INFO] Executing: cvs -f -q update -d -rHEAD
[INFO] Working directory: C:\dev\v2\framework\common
[DEBUG] Working directory: C:\dev\v2\framework\common
[DEBUG] Command line: cvs -f -q update -d -rHEAD
[ERROR] Provider message:
[ERROR] The cvs command failed.
[ERROR] Command output:
[ERROR] /misc/docs-dev/REPOS
: no such repository

[INFO]


[INFO] BUILD FAILURE
[INFO]


[INFO] Reason: Command failed.
[INFO]


[DEBUG] Trace
org.apache.maven.plugin.MojoExecutionException: Command failed.
at
org.apache.maven.scm.plugin.AbstractScmMojo.checkResult(AbstractScmMojo.
java:175)
at
org.apache.maven.scm.plugin.UpdateMojo.execute(UpdateMojo.java:69)
at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginMa
nager.java:357)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Default
LifecycleExecutor.java:479)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoa
l(DefaultLifecycleExecutor.java:460)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultL
ifecycleExecutor.java:442)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(
DefaultLifecycleExecutor.java:273)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifec
ycleExecutor.java:131)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:186)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:302)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
[INFO]


[INFO] Total time: 1 second
[INFO] Finished at: Tue Sep 27 17:44:35 PDT 2005
[INFO] Final Memory: 2M/4M


Michael D. Cassidy
Software Architect
Vegas.com
[EMAIL PROTECTED]