scm:bootstrap fails on SVN project requiring username/password.
---------------------------------------------------------------
Key: MPSCM-52
URL: http://jira.codehaus.org/browse/MPSCM-52
Project: maven-scm-plugin
Type: Bug
Versions: 1.5
Environment: WinXP (SP2); 5.0 JVM
Reporter: Jamie Bisotti
Trying to boostrap an SVN project, requiring a username/password does not
appear to be working. Specifying the command-line below results in the output
listed. Looking the plugin.jelly, I do not see where the username and/or
password are being taken into consideration. Am I missing something?
maven -Dmaven.proxy.host=proxy.host.com -Dmaven.proxy.port=80
-Dmaven.scm.url=scm:svn:http://svnserver/repos/myproject/trunk/
-Dmaven.scm.svn.module=mymodule -Dmaven.scm.username=u1 -Dmaven.scm.password=p1
scm:bootstrap
__ __
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0.2
build:start:
scm:find-connection:
[echo] Using connection: scm:svn:http://svnserver/repos/myproject/trunk/
scm:checkout:
[echo] Checking out scm:svn:http://svnserver/repos/myproject/trunk/
[INFO] Working directory: C:\blah\target\checkout
[INFO] Command line: svn checkout --non-interactive
http://svnserver/repos/myproject
/trunk/ checkout
Provider message:
The svn command failed.
Command output:
svn: PROPFIND request failed on '/repos/myproject/trunk'
svn: PROPFIND of '/repos/myproject/trunk': authorization failed
(http://svnserver)
BUILD FAILED
File...... C:\Documents and Settings\James F Bisotti\.maven\cache\maven-scm-plug
in-1.5-beta-3\plugin.jelly
Element... scm:checkout
Line...... 110
Column.... 167
Error!
Total time: 4 seconds
--
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]