You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Mark Struberg (JIRA)" <ji...@codehaus.org> on 2008/08/23 20:36:27 UTC

[jira] Commented: (SCM-402) scm:checkin doesn't work on OS X 10.5 Leopard

    [ http://jira.codehaus.org/browse/SCM-402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=145801#action_145801 ] 

Mark Struberg commented on SCM-402:
-----------------------------------

just for having all missing bits&parts documented at this place:

If you like to inhibit the use of --non-interactive on your Mac system, then simply store the following xml fragment in 
~/.scm/svn-settings.xml:
{noformat}
<svn-settings>
  <useNonInteractive>false</useNonInteractive>
</svn-settings>
{noformat}

> scm:checkin doesn't work on OS X 10.5 Leopard
> ---------------------------------------------
>
>                 Key: SCM-402
>                 URL: http://jira.codehaus.org/browse/SCM-402
>             Project: Maven SCM
>          Issue Type: Bug
>          Components: maven-scm-provider-svn
>    Affects Versions: 1.0
>            Reporter: Dan Fabulich
>            Assignee: Olivier Lamy
>            Priority: Blocker
>             Fix For: 1.1
>
>         Attachments: SCM-402.patch
>
>
> Run "mvn scm:checkin -Dmessage=test" on OS X 10.5 Leopard.  You'll see:
> [INFO] Executing: svn --non-interactive commit --file /tmp/maven-scm-1856881168.commit
> But --non-interactive is broken on OS X 10.5 Leopard.  http://subversion.tigris.org/issues/show_bug.cgi?id=3059
> Brett Porter has a hacky workaround for it here: http://blogs.exist.com/bporter/2008/02/25/working-around-non-interactive-problems-in-leopards-subversion/

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