[ http://jira.codehaus.org/browse/MNG-1428?page=comments#action_50706 ]
John Casey commented on MNG-1428: --------------------------------- this may be related to the usage of the password command-line arg in the maven-scm SVN provider, when password is not provided, esp. since the command line specifies non-interactive svn execution mode. > svn authentication fails during release:prepare > ----------------------------------------------- > > Key: MNG-1428 > URL: http://jira.codehaus.org/browse/MNG-1428 > Project: Maven 2 > Type: Bug > Components: maven-release-plugin > Versions: 2.0 > Reporter: Jorg Heymans > > > I have a problem getting maven to authenticate against the SVN repository. > The pom i try to execute is here : > http://svn.apache.org/repos/asf/cocoon/whiteboard/maven2/cocoon-flat-layout/pom.xml > > command output : > [INFO] [release:prepare] > [INFO] What tag name should be used? > 2.2.0 > [INFO] Verifying there are no local modifications ... > [INFO] Checking lineage for snapshots ... > [INFO] Checking dependencies for snapshots ... > [INFO] Checking plugins for snapshots ... > [INFO] What is the release version for 'apache-cocoon:cocoon'? [2.2] > 2.2.1 > [INFO] Checking in modified POMs > Provider message: > The svn command failed. > Command output: > svn: Commit failed (details follow): > svn: CHECKOUT of > '/repos/asf/!svn/ver/330830/cocoon/whiteboard/maven2/cocoon-flat-layout/p > om.xml': authorization failed (https://svn.apache.org) > [INFO] > ---------------------------------------------------------------------------- > [ERROR] BUILD ERROR > [INFO] > ---------------------------------------------------------------------------- > [INFO] An error is occurred in the checkin process. > Embedded error: Error! > [INFO] > ---------------------------------------------------------------------------- > [INFO] For more information, run Maven with the -e switch > [INFO] > ---------------------------------------------------------------------------- > [INFO] Total time: 27 seconds > [INFO] Finished at: Fri Nov 04 17:03:32 CET 2005 > [INFO] Final Memory: 3M/6M > [INFO] > ---------------------------------------------------------------------------- > I have write access to the repository, I can commit using commandline svn > without having to give username or password. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
