[ http://jira.codehaus.org/browse/MCHANGELOG-91?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=174576#action_174576 ]
Siarhei Dudzin commented on MCHANGELOG-91: ------------------------------------------ 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 > mvn changelog:changelog svn --non-interactive fails under Mac OSX 10.5 (svn: > PROPFIND authorization failed) > ----------------------------------------------------------------------------------------------------------- > > Key: MCHANGELOG-91 > URL: http://jira.codehaus.org/browse/MCHANGELOG-91 > Project: Maven 2.x Changelog Plugin > Issue Type: Bug > Environment: OSX 10.5 > Reporter: Laurent Perez > Priority: Critical > > 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 -- 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