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 2.x Changelog Plugin
  • MCHANGELOG-91

mvn changelog:changelog svn --non-interactive fails under Mac OSX 10.5 (svn: PROPFIND authorization failed)

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Critical Critical
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 2.2
  • Labels:
    None
  • Environment:
    OSX 10.5

Description

hi

mvn changelog:changelog svn --non-interactive fails under Mac OSX 10.5, stack below :

[INFO] Executing: svn --non-interactive log -v -r "{2008-11-12 22:21:45 +0000}:{2008-12-13 22:21:45 +0000}" http://xxxxxx/
[INFO] Working directory: /Users/laurent/Desktop/xxxxx
[ERROR] Provider message:
[ERROR] The svn command failed.
[ERROR] Command output:
[ERROR] svn: PROPFIND request failed on '/xxxx'
svn: PROPFIND of '/xxxxx': authorization failed (http://xxxxx)

I believe this may be linked to http://jira.codehaus.org/browse/SCM-402 , however, I am using maven-scm-plugin version 1.1 in my pom.xml, but perhaps the changelog plugin does not use this 1.1 version.

Can anyone confirm ?
thanks

laurent

Issue Links

is related to

New Feature - A new feature of the product, which has yet to be developed. MCHANGELOG-92 update to maven-scm:1.3 to have the gitexe provider

  • 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
Malachi de AElfweald added a comment - 16/Apr/09 12:12 PM

I am getting the same thing on Solaris once I change my password to be encrypted.

Show
Malachi de AElfweald added a comment - 16/Apr/09 12:12 PM I am getting the same thing on Solaris once I change my password to be encrypted.
Hide
Permalink
Siarhei Dudzin added a comment - 27/Apr/09 10:39 AM

yes, it apears changelog uses version 1.0 which doesn't have the fix...

Show
Siarhei Dudzin added a comment - 27/Apr/09 10:39 AM yes, it apears changelog uses version 1.0 which doesn't have the fix...
Hide
Permalink
Siarhei Dudzin added a comment - 28/Apr/09 3:37 AM

The issue might be solved by releasing MCHANGELOG-92

Show
Siarhei Dudzin added a comment - 28/Apr/09 3:37 AM The issue might be solved by releasing MCHANGELOG-92
Hide
Permalink
Olivier Lamy added a comment - 28/Apr/09 4:54 PM

Have you tested with last deployed SNAPSHOT ? Can you confirm it's fixed ?

Show
Olivier Lamy added a comment - 28/Apr/09 4:54 PM Have you tested with last deployed SNAPSHOT ? Can you confirm it's fixed ?
Hide
Permalink
Siarhei Dudzin added a comment - 29/Apr/09 4:08 AM

I've just tested with the latest snapshot from the trunk - it's fixed.

For it to work you need to use the new feature of the latest SCM which allows overriding scm settings.

In particular, for Mac OS you need to have ~/.scm/svn-settings.xml where you can disable -non-interactive flag for svn (which causes the problems under Mac OS):

<svn-settings>
<useNonInteractive>false</useNonInteractive>
</svn-settings>

Exra info on the scm settings file is available at: http://maven.apache.org/scm/subversion.html

Show
Siarhei Dudzin added a comment - 29/Apr/09 4:08 AM I've just tested with the latest snapshot from the trunk - it's fixed. For it to work you need to use the new feature of the latest SCM which allows overriding scm settings. In particular, for Mac OS you need to have ~/.scm/svn-settings.xml where you can disable -non-interactive flag for svn (which causes the problems under Mac OS): <svn-settings> <useNonInteractive>false</useNonInteractive> </svn-settings> Exra info on the scm settings file is available at: http://maven.apache.org/scm/subversion.html
Hide
Permalink
Olivier Lamy added a comment - 29/Apr/09 4:11 AM

I close due to user comments.
I don't have Mac here to test this (I'd like but I don't have ).

Show
Olivier Lamy added a comment - 29/Apr/09 4:11 AM I close due to user comments. I don't have Mac here to test this (I'd like but I don't have ).

People

  • Assignee:
    Olivier Lamy
    Reporter:
    Laurent Perez
Vote (2)
Watch (3)

Dates

  • Created:
    12/Dec/08 4:29 PM
    Updated:
    29/Apr/09 4:11 AM
    Resolved:
    29/Apr/09 4:11 AM
  • 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.