ok2c commented on pull request #280: URL: https://github.com/apache/httpcomponents-client/pull/280#issuecomment-770182637
@hboutemy `mvn scm-publish:publish-scm` fails for me. The command appears to have failed to create the target URL. The target URL also looks wrong to me. It is `https://svn.apache.org/repos/asf/httpcomponents/site/components/httpcomponents-core-5.1.x/LATEST/` but should not it be `https://svn.apache.org/repos/asf/httpcomponents/site/httpcomponents-core-5.1.x/LATEST/ `? ``` [INFO] ----------< org.apache.httpcomponents.core5:httpcore5-parent >---------- [INFO] Building Apache HttpComponents Core Parent 5.1-beta3-SNAPSHOT [1/5] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-scm-publish-plugin:3.0.0:publish-scm (default-cli) @ httpcore5-parent --- [INFO] Remote svn url https://svn.apache.org/repos/asf/httpcomponents/site/components/httpcomponents-core-5.1.x/LATEST/ does not exist: creating. [INFO] Executing: /bin/sh -c cd '/tmp/scm5570229970506090774tmp' && 'svn' '--non-interactive' 'mkdir' '--parents' 'https://svn.apache.org/repos/asf/httpcomponents/site/components/httpcomponents-core-5.1.x/LATEST//' '--file' '/tmp/maven-scm-692688204.commit' [INFO] Checking out the pub tree from scm:svn:https://svn.apache.org/repos/asf/httpcomponents/site/components/httpcomponents-core-5.1.x/LATEST/ into /home/oleg/src/apache.org/httpcomponents/httpcore-5.x/target/scmpublish-checkout [INFO] Executing: /bin/sh -c cd '/home/oleg/src/apache.org/httpcomponents/httpcore-5.x/target' && 'svn' '--non-interactive' 'checkout' 'https://svn.apache.org/repos/asf/httpcomponents/site/components/httpcomponents-core-5.1.x/LATEST/' '/home/oleg/src/apache.org/httpcomponents/httpcore-5.x/target/scmpublish-checkout' [ERROR] Failed to check out from SCM: The svn command failed. svn: E170000: URL 'https://svn.apache.org/repos/asf/httpcomponents/site/components/httpcomponents-core-5.1.x/LATEST' doesn't exist [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache HttpComponents Core Parent 5.1-beta3-SNAPSHOT FAILURE [ 4.554 s] [INFO] Apache HttpComponents Core HTTP/1.1 ................ SKIPPED [INFO] Apache HttpComponents Core HTTP/2 .................. SKIPPED [INFO] Apache HttpComponents Core Reactive Extensions ..... SKIPPED [INFO] Apache HttpComponents Core Integration Tests 5.1-beta3-SNAPSHOT SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 5.177 s [INFO] Finished at: 2021-01-30T10:15:33+01:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-scm-publish-plugin:3.0.0:publish-scm (default-cli) on project httpcore5-parent: Failed to check out from SCM: The svn command failed. svn: E170000: URL 'https://svn.apache.org/repos/asf/httpcomponents/site/components/httpcomponents-core-5.1.x/LATEST' doesn't exist ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
