Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.5
-
Fix Version/s: 1.5
-
Labels:None
-
Environment:WinXP (SP2); 5.0 JVM
-
Number of attachments :
Description
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
Forgot to mention this is using 1.5-beta-3. Also when I use the command-line listed in the above output along with the --username and --password arguments, it works just fine.