You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Jamie Bisotti (JIRA)" <ji...@codehaus.org> on 2005/05/09 20:31:29 UTC

[jira] Created: (MPSCM-52) scm:bootstrap fails on SVN project requiring username/password.

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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MPSCM-52) scm:bootstrap fails on SVN project requiring username/password.

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPSCM-52?page=all ]

Brett Porter updated MPSCM-52:
------------------------------

    Fix Version: 1.5

> 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
>     Assignee: Brett Porter
>      Fix For: 1.5

>
>
> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MPSCM-52) scm:bootstrap fails on SVN project requiring username/password.

Posted by "Jamie Bisotti (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPSCM-52?page=comments#action_38975 ]
     
Jamie Bisotti commented on MPSCM-52:
------------------------------------

Oops!  I just rechecked the doco; looks like target/checkout is correct.  However, I believe target/checkout/checkout is incorrect.   FYI, the properties page actually lists "checkoutS" instead of "checkout".

> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MPSCM-52) scm:bootstrap fails on SVN project requiring username/password.

Posted by "Jamie Bisotti (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPSCM-52?page=comments#action_38750 ]
     
Jamie Bisotti commented on MPSCM-52:
------------------------------------

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.

> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MPSCM-52) scm:bootstrap fails on SVN project requiring username/password.

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPSCM-52?page=comments#action_38765 ]
     
Brett Porter commented on MPSCM-52:
-----------------------------------

I think this is fixed in SVN: can you check it out from http://svn.apache.org/repos/asf/maven/maven-1/branches/scm-1.5-branch
and run maven plugin:install ?

> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MPSCM-52) scm:bootstrap fails on SVN project requiring username/password.

Posted by "Jamie Bisotti (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPSCM-52?page=comments#action_38974 ]
     
Jamie Bisotti commented on MPSCM-52:
------------------------------------

OK, I downloaded and built the 1.5-beta-4 code.

Assuming I execute the command from C:\blah, I'm seeing the following:

[INFO] Working directory: C:\blah\target\checkout

>From the documetation, I was thinking my code would end up in C:\blah\checkout.  Is this a bug or am I just misundersanding things?

Also, with C:\target\checkout being the "working" directory, the "svn checkout http://some.url checkout" command causes my code to eventually end up in C:\blah\checkout\checkout.  However, scm:bootstrap is looking for project.xml in c:\blah\target\checkout; so, I am getting my code pulled, but the goal is failing.

> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MPSCM-52) scm:bootstrap fails on SVN project requiring username/password.

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPSCM-52?page=all ]
     
Brett Porter closed MPSCM-52:
-----------------------------

    Resolution: Fixed

I've verified this is working correctly in both cases

> 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
>     Assignee: Brett Porter
>      Fix For: 1.5

>
>
> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MPSCM-52) scm:bootstrap fails on SVN project requiring username/password.

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPSCM-52?page=comments#action_38775 ]
     
Brett Porter commented on MPSCM-52:
-----------------------------------

sorry... http://svn.apache.org/repos/asf/maven/maven-1/plugins/branches/scm-1.5-branch/
(missed plugins)

> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MPSCM-52) scm:bootstrap fails on SVN project requiring username/password.

Posted by "Jamie Bisotti (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPSCM-52?page=comments#action_38772 ]
     
Jamie Bisotti commented on MPSCM-52:
------------------------------------

Is the URL correct?  I'm getting "Not Found" in my browser.

> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org