[ https://jira.codehaus.org/browse/SCM-213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=313506#comment-313506 ]
Andreas Höhmann edited comment on SCM-213 at 11/14/12 1:35 AM: --------------------------------------------------------------- Who closed this bug as fixed? This problem still exists :-( [1] doesn't contains any special cygwin code, so the cygwin settings desribed in [2] doesn't work?! Maybe I put the svn-settings.xml in a wrong place ... I tried - D:\DEV\cygwin\home\USER\.scm - C:\Documents and Settings\USER\.scm <svn-settings> <useCygwinPath>true</useCygwinPath> <cygwinMountPath>/cygwin</cygwinMountPath> </svn-settings> [1] https://svn.apache.org/repos/asf/maven/scm/tags/maven-scm-1.8/maven-scm-providers/maven-scm-providers-svn/maven-scm-provider-svnexe/src/main/java/org/apache/maven/scm/provider/svn/svnexe/command/SvnCommandLineUtils.java [2] http://maven.apache.org/scm/maven-scm-providers/maven-scm-providers-svn/maven-scm-provider-svn-commons/svn-settings.html was (Author: ahoehma): Who closed this bug as fixed? This problem still exists :-( [1] doesn't contains any special cygwin code, so the cygwin settings desribed in [2] doesn't work?! Maybe I put the svn-settings.xml in a wrong place ... I tried - D:\DEV\cygwin\home\USER\.scm - C:\Documents and Settings\USER\.scm [1] https://svn.apache.org/repos/asf/maven/scm/tags/maven-scm-1.8/maven-scm-providers/maven-scm-providers-svn/maven-scm-provider-svnexe/src/main/java/org/apache/maven/scm/provider/svn/svnexe/command/SvnCommandLineUtils.java [2] http://maven.apache.org/scm/maven-scm-providers/maven-scm-providers-svn/maven-scm-provider-svn-commons/svn-settings.html > Broken with Cygwin > ------------------ > > Key: SCM-213 > URL: https://jira.codehaus.org/browse/SCM-213 > Project: Maven SCM > Issue Type: Bug > Components: maven-scm-provider-svn > Affects Versions: 1.0-beta-3 > Environment: Cygwin under Windows, Maven release plugin version > 2.0-beta-4 > Reporter: Chas Douglass > Assignee: Emmanuel Venisse > Fix For: 1.0-rc1 > > > svn doesn't like absolute path for the files to commit when we run it under > cygwin with a windows svn and a cygwin svn. > svn --non-interactive commit --file c:\temp\maven-scm-945043858.commit > e:/newapps/JEC/pom.xml > Working directory: e:\newapps\JEC > doesn't works with the same error you have > svn --non-interactive commit --file c:\temp\maven-scm-945043858.commit pom.xml > Working directory: e:\newapps\JEC > works fine. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira