jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Maven SCM
  • SCM-402

scm:checkin doesn't work on OS X 10.5 Leopard

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Blocker Blocker
  • Resolution: Fixed
  • Affects Version/s: 1.0
  • Fix Version/s: 1.1
  • Component/s: maven-scm-provider-svn
  • Labels:
    None
  • Complexity:
    Intermediate

Description

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/

  • Options
    • Sort By Name
    • Sort By Date
    • Ascending
    • Descending
    • Download All

Attachments

  1. Text File
    SCM-402.patch
    22/Aug/08 11:34 AM
    2 kB
    Mark Struberg

Issue Links

is depended upon by

Bug - A problem which impairs or prevents the functions of the product. MRELEASE-355 Deploying from Leopard, with Svn 1.4.4 has error on automated Svn commit

  • Major - Major loss of function.
  • Closed - The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Mark Struberg added a comment - 22/Aug/08 11:34 AM

patch for making the use of --non-interactive configurable

Show
Mark Struberg added a comment - 22/Aug/08 11:34 AM patch for making the use of --non-interactive configurable
Hide
Permalink
Olivier Lamy added a comment - 22/Aug/08 4:40 PM

fixed in rev 688200.
Thanks !

Show
Olivier Lamy added a comment - 22/Aug/08 4:40 PM fixed in rev 688200. Thanks !
Hide
Permalink
Mark Struberg added a comment - 23/Aug/08 1:35 PM

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:

<svn-settings>
  <useNonInteractive>false</useNonInteractive>
</svn-settings>
Show
Mark Struberg added a comment - 23/Aug/08 1:35 PM 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:
<svn-settings>
  <useNonInteractive>false</useNonInteractive>
</svn-settings>

People

  • Assignee:
    Olivier Lamy
    Reporter:
    Dan Fabulich
Vote (0)
Watch (0)

Dates

  • Created:
    19/Aug/08 1:40 PM
    Updated:
    23/Aug/08 1:35 PM
    Resolved:
    22/Aug/08 4:40 PM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.