jira-importer commented on issue #589: URL: https://github.com/apache/maven-scm/issues/589#issuecomment-2964605581
**[Dominique Jean-Prost](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=djeanprost)** commented Well, I've just tested as the plugin has been released, and I still meet the problem. Here what I do : 1. cd c:\a\very\long\paht\under\windows\xp\or\windows\2000 2. mvn scm:checkout -DconnectionUrl=scm:svn:http://myUrlHere --> It says [INFO] Executing: cmd.exe /X /C "svn --non-interactive checkout http://myUrlHere checkout" [INFO] Working directory: c:\a\very\long\paht\under\windows\xp\or\windows\2000 [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. 3. If I execute svn --non-interactive checkout http://myUrlHere c:\a\very\long\paht\under\windows\xp\or\windows\2000\checkout : it works. Can you look at this please ? PS : my test was done by using the release plugin. It failed for the same reason, then I tested directly the scm plugin. -- 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]
