[ http://jira.codehaus.org/browse/SCM-170?page=all ]

Brett Porter updated SCM-170:
-----------------------------

       Priority: Critical  (was: Major)
    Fix Version: 1.0

> SvnTagCommand doesn't work?
> ---------------------------
>
>          Key: SCM-170
>          URL: http://jira.codehaus.org/browse/SCM-170
>      Project: Maven SCM
>         Type: Bug

>     Reporter: Gareth Williams
>     Priority: Critical
>      Fix For: 1.0

>
>
> mvn release:prepare fails with the following output:
> Provider message:
> The svn tag command failed.
> Command output:
> svn: Local, non-commit operations do not take a log message
> Have looked at source, and suspect SvnTagCommand needs to be fixed - in SVN 
> the copy command does not accept a log message
> Package:      org.apache.maven.scm.provider.svn.svnexe.command.tag
> Class:        SvnTagCommand
>     private static Commandline createCommandLine( SvnScmProviderRepository 
> repository, File workingDirectory,
>                                                   String tag, File 
> messageFile )
>     {
>         cl.createArgument().setValue( "copy" );
> XXX        cl.createArgument().setValue( "--file" );
> XXX        cl.createArgument().setValue( messageFile.getAbsolutePath() );
>       ....
>     }

-- 
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

Reply via email to