[ 
https://issues.apache.org/jira/browse/SCM-170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17960688#comment-17960688
 ] 

ASF GitHub Bot commented on SCM-170:
------------------------------------

jira-importer closed issue #447: [SCM-170] SvnTagCommand doesn't work?
URL: https://github.com/apache/maven-scm/issues/447




> SvnTagCommand doesn't work?
> ---------------------------
>
>                 Key: SCM-170
>                 URL: https://issues.apache.org/jira/browse/SCM-170
>             Project: Maven SCM (Moved to GitHub Issues)
>          Issue Type: Bug
>            Reporter: Gareth Williams
>            Priority: Critical
>
> 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 was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to