[
https://issues.apache.org/jira/browse/SCM-213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17960404#comment-17960404
]
ASF GitHub Bot commented on SCM-213:
------------------------------------
jira-importer opened a new issue, #396:
URL: https://github.com/apache/maven-scm/issues/396
**[Chas
Douglass](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=chas.douglass)**
opened
**[SCM-213](https://issues.apache.org/jira/browse/SCM-213?redirect=false)** and
commented
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.
---
**Affects:** 1.0-beta-3
**Issue Links:**
- [MRELEASE-146](https://issues.apache.org/jira/browse/MRELEASE-146) Release
tag with SVN under Cygwin fails when sending the svn command a bad absolute path
(_**"is duplicated by"**_)
- [SCM-804](https://issues.apache.org/jira/browse/SCM-804) Expand SVN's
useCygwinPath to all commands needed by release plugin
- [SCM-481](https://issues.apache.org/jira/browse/SCM-481) cygwin SVN does
not understand the target file generated by SvnCommandLineUtils.addTarget()
3 votes, 5 watchers
> Broken with Cygwin
> ------------------
>
> Key: SCM-213
> URL: https://issues.apache.org/jira/browse/SCM-213
> Project: Maven SCM (Moved to GitHub Issues)
> 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
> Priority: Major
> 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 was sent by Atlassian Jira
(v8.20.10#820010)