jira-importer commented on issue #396: URL: https://github.com/apache/maven-scm/issues/396#issuecomment-2964591652
**[Christian E Gruber](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cgruber)** commented Even if they're windows apps, the SVN app is (in the above case) from Cygwin, and should understand c:/blah/foo as an absolute path. However, Joerg's right, it's not maven - the debug output shows the right path is passed, but for some reason, the conversion between windows/cygwin environments is causing cygwin to misinterpret the path as relative. The true fix is in the cygwin version of SVN. In the mean-time, this could be addressed by providing a configuration option to point to the svn binary, or the java SVN client from eclipse could be used, which would obviate the whole thing. As a short term fix, I recommend making the plugin configurable to point to an SVN binary, since trying to insert svn into a unix-like-path in cygwin makes for very brittle scripting. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
