Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-beta-3
-
None
-
Cygwin under Windows, Maven release plugin version 2.0-beta-4
Description
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.
Attachments
Issue Links
- is duplicated by
-
MRELEASE-146 Release tag with SVN under Cygwin fails when sending the svn command a bad absolute path
- Closed
- is related to
-
SCM-804 Expand SVN's useCygwinPath to all commands needed by release plugin
- Closed
- relates to
-
SCM-481 cygwin SVN does not understand the target file generated by SvnCommandLineUtils.addTarget()
- Closed