Ok, tried:

mvn release:prepare \
        -Dproject.scm.developerConnection=scm:svn:http://MY_URL/trunk \
        -DtagBase=http://MY_URL/tags \
        -Dusername=MY_UN

and I tried:

mvn release:prepare \
        -Dproject.scm.developerConnection=scm:svn:http://MY_URL/trunk \
        -DtagBase=http://MY_URL/tags \
        -Dusername=MY_UN -Dpassword=MY_PW

Result is (for both):

svn: Commit failed (details follow):
svn: CHECKOUT of '/svn/repos/platformautotrading_common/!svn/ver/21/tags': 
authorization failed (http://reuse.ny.jpmorgan.com).

I have verified that svn commands are working correctly (did a commit 
using svn directly), svn is in my path, and password caching is enabled 
and working.   Anything I can turn on (debug setting or otherwise) to see 
the SVN command being issued?

Thanks,
Brian Yoffe



Emmanuel Venisse <[EMAIL PROTECTED]>
01/30/2006 03:14 AM
Please respond to "Maven Users List"

 
        To:     Maven Users List <users@maven.apache.org>
        cc: 
        Subject:        Re: SVN/SCM Release Help


Try this :

mvn release:prepare \
         -Dproject.scm.developerConnection=scm:svn:http://MY_URL/trunk \
         -DtagBase=http://MY_URL/tags \
         -Dusername=MY_UN -Dpassword=MY_PW

Emmanuel





"Brian E. Fox" <[EMAIL PROTECTED]>
01/28/2006 10:32 AM
Please respond to "Maven Users List"

 
        To:     "Maven Users List" <users@maven.apache.org>
        cc: 
        Subject:        RE: SVN/SCM Release Help


Use -Dusername= I'm not sure about the password, I have SVN save it for
me. 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 27, 2006 7:25 PM
To: users@maven.apache.org
Subject: SVN/SCM Release Help

I'm moving from an ANT build script to Maven, and also moving from a 
windows build machine to linux.   Previously, all of the SVN SCM release

activities were carried out through TortoiseSVN on that windows machine
- I would like to use the release plugin to accomplish what was
previously a multi-step manual process..

When I execute the release:prepare step using the following command I
get an authorization failed error: 

mvn release:prepare \
        -Dproject.scm.developerConnection=scm:svn:http://MY_URL/trunk \
        -DtagBase=http://MY_URL/tags \
        -Dmaven.scm.username=MY_UN -Dmaven.scm.password=MY_PW

I have verified that svn is in my path and have verified that I can
commit 
when using the svn command direcly from the shell.   Can anyone point me

in the right direction or offer some suggestions for where else to look?

I have read everything I could get my hands on as well as the archives
to this list.

Thanks in advance,
Brian Yoffe




+ Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'release'.
[INFO]
------------------------------------------------------------------------
----
[INFO] Building Commons Library
[INFO]    task-segment: [release:prepare] (aggregator-style)
[INFO]
------------------------------------------------------------------------
----
[INFO] [release:prepare]
[INFO] What tag name should be used?
1.1.2
[INFO] Tagging release with the label 1.1.2.
Provider message:
The svn tag command failed.
Command output:
svn: Commit failed (details follow):
svn: CHECKOUT of
'/svn/repos/platformautotrading_common/!svn/ver/11/tags': 
authorization failed (http://reuse.ny.jpmorgan.com)

[INFO]
------------------------------------------------------------------------
----
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
----
[INFO] An error is occurred in the tag process.

Embedded error: Error!
[INFO]
------------------------------------------------------------------------
----
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: An error is
occurred in the tag process.
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Default
LifecycleExecutor.java:556)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoa
l(DefaultLifecycleExecutor.java:485)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultL
ifecycleExecutor.java:455)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandle
Failures(DefaultLifecycleExecutor.java:303)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(
DefaultLifecycleExecutor.java:216)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifec
ycleExecutor.java:139)
        at
org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:249)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        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)
Caused by: org.apache.maven.plugin.MojoExecutionException: An error is
occurred in the tag process.
        at
org.apache.maven.plugins.release.PrepareReleaseMojo.tagRelease(PrepareRe
leaseMojo.java:1414)
        at
org.apache.maven.plugins.release.PrepareReleaseMojo.execute(PrepareRelea
seMojo.java:246)
        at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginMa
nager.java:415)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Default
LifecycleExecutor.java:531)
        ... 16 more
Caused by: org.apache.maven.scm.ScmException: Error!
        at
org.apache.maven.plugins.release.helpers.ScmHelper.checkResult(ScmHelper
.java:124)
        at
org.apache.maven.plugins.release.helpers.ScmHelper.tag(ScmHelper.java:22
6)
        at
org.apache.maven.plugins.release.PrepareReleaseMojo.tagRelease(PrepareRe
leaseMojo.java:1410)
        ... 19 more
[INFO]
------------------------------------------------------------------------
----
[INFO] Total time: 7 seconds
[INFO] Finished at: Fri Jan 27 19:20:04 EST 2006 [INFO] Final Memory:
3M/7M [INFO]
------------------------------------------------------------------------
----
This communication is for informational purposes only. It is not
intended as an offer or solicitation for the purchase or sale of any
financial instrument or as an official confirmation of any transaction.
All market prices, data and other information are not warranted as to
completeness or accuracy and are subject to change without notice. Any
comments or statements made herein do not necessarily reflect those of
JPMorgan Chase & Co., its subsidiaries and affiliates



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





This communication is for informational purposes only. It is not intended
as an offer or solicitation for the purchase or sale of any financial
instrument or as an official confirmation of any transaction. All market prices,
data and other information are not warranted as to completeness or accuracy and
are subject to change without notice. Any comments or statements made herein 
do not necessarily reflect those of JPMorgan Chase & Co., its subsidiaries 
and affiliates.

Reply via email to