jira-importer commented on issue #589: URL: https://github.com/apache/maven-scm/issues/589#issuecomment-2964605585
**[Dominique Jean-Prost](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=djeanprost)** commented Well, I think I use it : [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-scm-plugin:1.1:checkout' --> [DEBUG] (f) basedir = C:\temp{BF39BA21-A67B-47D4-931D-446F746DF0AC}\jre\bin [DEBUG] (s) checkoutDirectory = C:\temp{BF39BA21-A67B-47D4-931D-446F746DF0AC}\jre\bin\target\checkout [DEBUG] (f) connectionType = connection [DEBUG] (s) connectionUrl = scm:svn:http://vsrigel:8080/svn/tags/sofaxis-protocoleconvention-root-1.0.4/ [DEBUG] (f) developerConnectionUrl = scm:svn:http://vsrigel:8080/svn/tags/sofaxis-protocoleconvention-root-1.0.4/ [DEBUG] (f) settings = org.apache.maven.settings.Settings@16614e7 [DEBUG] (f) skipCheckoutIfExists = false [DEBUG] - end configuration -- [INFO] [scm:checkout] [INFO] Removing C:\temp{BF39BA21-A67B-47D4-931D-446F746DF0AC}\jre\bin\target\checkout [INFO] Executing: cmd.exe /X /C "svn --non-interactive checkout http://myUrl/ checkout" [INFO] Working directory: C:\temp{BF39BA21-A67B-47D4-931D-446F746DF0AC}\jre\bin\target ... [ERROR] Provider message: [ERROR] The svn command failed. [ERROR] Command output: [ERROR] svn: Your .svn/tmp directory may be missing or corrupt; run 'svn cleanup' and try again svn: Can't open file 'checkout\blabla.svn-base': Le chemin d'accès spécifié est introuvable. I think the command line shoud be svn --non-interactive checkout http://myUrl/ ${checkoutDirectory} where checkoutDirectory is absolute instead of svn --non-interactive checkout http://myUrl/ checkout where checkout is relative. What do you think ? -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org