You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by Oleg Kalnichevski <ol...@apache.org> on 2021/03/09 18:38:11 UTC

mvn scm-publish:publish-scm fails to create LATEST

Does anyone have an idea why this wretched thing fails?

Oleg


oleg@ok2c:~/src/apache.org/httpcomponents/httpcore-5.x$ mvn scm-publish:publish-scm
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache HttpComponents Core Parent                                  [pom]
[INFO] Apache HttpComponents Core HTTP/1.1                                [jar]
[INFO] Apache HttpComponents Core HTTP/2                                  [jar]
[INFO] Apache HttpComponents Core Reactive Extensions                     [jar]
[INFO] Apache HttpComponents Core Integration Tests                       [jar]
[INFO] 
[INFO] ----------< org.apache.httpcomponents.core5:httpcore5-parent >----------
[INFO] Building Apache HttpComponents Core Parent 5.1                     [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/scm3939791332688106694tmp' && 'svn' '--non-interactive' 'mkdir' '--parents' 'https://svn.apache.org/repos/asf/httpcomponents/site/components/httpcomponents-core-5.1.x/LATEST//' '--file' '/tmp/maven-scm-856808686.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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


Re: mvn scm-publish:publish-scm fails to create LATEST

Posted by Gary Gregory <ga...@gmail.com>.
I don't think it's nice to say it's a wretched thing...

On Tue, Mar 9, 2021, 13:38 Oleg Kalnichevski <ol...@apache.org> wrote:

> Does anyone have an idea why this wretched thing fails?
>
> Oleg
>
>
> oleg@ok2c:~/src/apache.org/httpcomponents/httpcore-5.x$ mvn
> scm-publish:publish-scm
> [INFO] Scanning for projects...
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO]
> [INFO] Apache HttpComponents Core Parent
> [pom]
> [INFO] Apache HttpComponents Core HTTP/1.1
> [jar]
> [INFO] Apache HttpComponents Core HTTP/2
> [jar]
> [INFO] Apache HttpComponents Core Reactive Extensions
>  [jar]
> [INFO] Apache HttpComponents Core Integration Tests
>  [jar]
> [INFO]
> [INFO] ----------< org.apache.httpcomponents.core5:httpcore5-parent
> >----------
> [INFO] Building Apache HttpComponents Core Parent 5.1
>  [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/scm3939791332688106694tmp' && 'svn'
> '--non-interactive' 'mkdir' '--parents' '
> https://svn.apache.org/repos/asf/httpcomponents/site/components/httpcomponents-core-5.1.x/LATEST//'
> '--file' '/tmp/maven-scm-856808686.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
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
> For additional commands, e-mail: dev-help@hc.apache.org
>
>

Re: mvn scm-publish:publish-scm fails to create LATEST

Posted by Oleg Kalnichevski <ol...@apache.org>.
...
> > > No issues, but LATEST still does not show up here:
> > > https://svn.apache.org/repos/asf/httpcomponents/site/components/httpcomponents-core-5.1.x/
> > > 
> > 
> > The LATEST got promoted to 5.1. Was not that the intent of it?
> > 
> > https://lists.apache.org/thread.html/r8778779368114a5b6fcbd5f0a97a148232fbb272f4060a3eea026ccb%40%3Ccommits.hc.apache.org%3E
> 
> Yes, but you can also copy it and the next release doesn't have to 
> recreate it. It will simply update the content. In fact, it will be 
> faster because it will add only changed content and not everything.
> 
> M
> 

For major releases this can cause quite a bit of a mess but for minor
releases this makes sense (especially given that we publish project
content on a per release branch basis).

I will adjust my scripts to do so.

Oleg



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


Re: mvn scm-publish:publish-scm fails to create LATEST

Posted by Michael Osipov <mi...@apache.org>.
Am 2021-03-14 um 22:11 schrieb Oleg Kalnichevski:
> On Sun, 2021-03-14 at 22:05 +0100, Michael Osipov wrote:
>> Am 2021-03-14 um 21:47 schrieb Oleg Kalnichevski:
>>> On Sun, 2021-03-14 at 21:43 +0100, Michael Osipov wrote:
>>>> Am 2021-03-09 um 19:38 schrieb Oleg Kalnichevski:
>>>>> Does anyone have an idea why this wretched thing fails?
>>>>>
>>>>> Oleg
>>>>>
>>>>>
>>>>> oleg@ok2c:~/src/apache.org/httpcomponents/httpcore-5.x$ mvn
>>>>> scm-
>>>>> publish:publish-scm
>>>>> [INFO] Scanning for projects...
>>>>> [INFO] --------------------------------------------------------
>>>>> ----
>>>>> ------------
>>>>> [INFO] Reactor Build Order:
>>>>> [INFO]
>>>>> [INFO] Apache HttpComponents Core
>>>>> Parent                                  [pom]
>>>>> [INFO] Apache HttpComponents Core
>>>>> HTTP/1.1                                [jar]
>>>>> [INFO] Apache HttpComponents Core
>>>>> HTTP/2                                  [jar]
>>>>> [INFO] Apache HttpComponents Core Reactive
>>>>> Extensions                     [jar]
>>>>> [INFO] Apache HttpComponents Core Integration
>>>>> Tests                       [jar]
>>>>> [INFO]
>>>>> [INFO] ----------< org.apache.httpcomponents.core5:httpcore5-
>>>>> parent
>>>>>> ----------
>>>>> [INFO] Building Apache HttpComponents Core Parent
>>>>> 5.1                     [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/scm3939791332688106694tmp' &&
>>>>> 'svn' '--non-interactive' 'mkdir' '--parents''
>>>>> https://svn.apache.org/repos/asf/httpcomponents/site/components/httpcomponents-core-5.1.x/LATEST//'
>>>>> '--file' '/tmp/maven-scm-856808686.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
>>>>
>>>> Sorry for responding late. This is is weird. The mkdir command
>>>> has
>>>> failed obviously, but for some strange reason the exit code
>>>> hasn't
>>>> been
>>>> properly analyzed. Can you please retry or just peform the mkdir
>>>> manually once then you should be able to continue...
>>>>
>>>> M
>>>>
>>>
>>> Michael
>>>
>>> I apologize for losing my temper and sending out this message. In
>>> the
>>> meantime I ended up scripting this operation in my release tools.
>>
>> No issues, but LATEST still does not show up here:
>> https://svn.apache.org/repos/asf/httpcomponents/site/components/httpcomponents-core-5.1.x/
>>
> 
> The LATEST got promoted to 5.1. Was not that the intent of it?
> 
> https://lists.apache.org/thread.html/r8778779368114a5b6fcbd5f0a97a148232fbb272f4060a3eea026ccb%40%3Ccommits.hc.apache.org%3E

Yes, but you can also copy it and the next release doesn't have to 
recreate it. It will simply update the content. In fact, it will be 
faster because it will add only changed content and not everything.

M

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


Re: mvn scm-publish:publish-scm fails to create LATEST

Posted by Oleg Kalnichevski <ol...@apache.org>.
On Sun, 2021-03-14 at 22:05 +0100, Michael Osipov wrote:
> Am 2021-03-14 um 21:47 schrieb Oleg Kalnichevski:
> > On Sun, 2021-03-14 at 21:43 +0100, Michael Osipov wrote:
> > > Am 2021-03-09 um 19:38 schrieb Oleg Kalnichevski:
> > > > Does anyone have an idea why this wretched thing fails?
> > > > 
> > > > Oleg
> > > > 
> > > > 
> > > > oleg@ok2c:~/src/apache.org/httpcomponents/httpcore-5.x$ mvn
> > > > scm-
> > > > publish:publish-scm
> > > > [INFO] Scanning for projects...
> > > > [INFO] --------------------------------------------------------
> > > > ----
> > > > ------------
> > > > [INFO] Reactor Build Order:
> > > > [INFO]
> > > > [INFO] Apache HttpComponents Core
> > > > Parent                                  [pom]
> > > > [INFO] Apache HttpComponents Core
> > > > HTTP/1.1                                [jar]
> > > > [INFO] Apache HttpComponents Core
> > > > HTTP/2                                  [jar]
> > > > [INFO] Apache HttpComponents Core Reactive
> > > > Extensions                     [jar]
> > > > [INFO] Apache HttpComponents Core Integration
> > > > Tests                       [jar]
> > > > [INFO]
> > > > [INFO] ----------< org.apache.httpcomponents.core5:httpcore5-
> > > > parent
> > > > > ----------
> > > > [INFO] Building Apache HttpComponents Core Parent
> > > > 5.1                     [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/scm3939791332688106694tmp' &&
> > > > 'svn' '--non-interactive' 'mkdir' '--parents''
> > > > https://svn.apache.org/repos/asf/httpcomponents/site/components/httpcomponents-core-5.1.x/LATEST//'
> > > > '--file' '/tmp/maven-scm-856808686.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
> > > 
> > > Sorry for responding late. This is is weird. The mkdir command
> > > has
> > > failed obviously, but for some strange reason the exit code
> > > hasn't
> > > been
> > > properly analyzed. Can you please retry or just peform the mkdir
> > > manually once then you should be able to continue...
> > > 
> > > M
> > > 
> > 
> > Michael
> > 
> > I apologize for losing my temper and sending out this message. In
> > the
> > meantime I ended up scripting this operation in my release tools.
> 
> No issues, but LATEST still does not show up here: 
> https://svn.apache.org/repos/asf/httpcomponents/site/components/httpcomponents-core-5.1.x/
> 

The LATEST got promoted to 5.1. Was not that the intent of it?

https://lists.apache.org/thread.html/r8778779368114a5b6fcbd5f0a97a148232fbb272f4060a3eea026ccb%40%3Ccommits.hc.apache.org%3E

Oleg


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


Re: mvn scm-publish:publish-scm fails to create LATEST

Posted by Michael Osipov <mi...@apache.org>.
Am 2021-03-14 um 21:47 schrieb Oleg Kalnichevski:
> On Sun, 2021-03-14 at 21:43 +0100, Michael Osipov wrote:
>> Am 2021-03-09 um 19:38 schrieb Oleg Kalnichevski:
>>> Does anyone have an idea why this wretched thing fails?
>>>
>>> Oleg
>>>
>>>
>>> oleg@ok2c:~/src/apache.org/httpcomponents/httpcore-5.x$ mvn scm-
>>> publish:publish-scm
>>> [INFO] Scanning for projects...
>>> [INFO] ------------------------------------------------------------
>>> ------------
>>> [INFO] Reactor Build Order:
>>> [INFO]
>>> [INFO] Apache HttpComponents Core
>>> Parent                                  [pom]
>>> [INFO] Apache HttpComponents Core
>>> HTTP/1.1                                [jar]
>>> [INFO] Apache HttpComponents Core
>>> HTTP/2                                  [jar]
>>> [INFO] Apache HttpComponents Core Reactive
>>> Extensions                     [jar]
>>> [INFO] Apache HttpComponents Core Integration
>>> Tests                       [jar]
>>> [INFO]
>>> [INFO] ----------< org.apache.httpcomponents.core5:httpcore5-parent
>>>> ----------
>>> [INFO] Building Apache HttpComponents Core Parent
>>> 5.1                     [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/scm3939791332688106694tmp' &&
>>> 'svn' '--non-interactive' 'mkdir' '--parents''
>>> https://svn.apache.org/repos/asf/httpcomponents/site/components/httpcomponents-core-5.1.x/LATEST//'
>>> '--file' '/tmp/maven-scm-856808686.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
>>
>> Sorry for responding late. This is is weird. The mkdir command has
>> failed obviously, but for some strange reason the exit code hasn't
>> been
>> properly analyzed. Can you please retry or just peform the mkdir
>> manually once then you should be able to continue...
>>
>> M
>>
> 
> Michael
> 
> I apologize for losing my temper and sending out this message. In the
> meantime I ended up scripting this operation in my release tools.

No issues, but LATEST still does not show up here: 
https://svn.apache.org/repos/asf/httpcomponents/site/components/httpcomponents-core-5.1.x/

This will actually happen with every publish then.

M

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


Re: mvn scm-publish:publish-scm fails to create LATEST

Posted by Oleg Kalnichevski <ol...@apache.org>.
On Sun, 2021-03-14 at 21:43 +0100, Michael Osipov wrote:
> Am 2021-03-09 um 19:38 schrieb Oleg Kalnichevski:
> > Does anyone have an idea why this wretched thing fails?
> > 
> > Oleg
> > 
> > 
> > oleg@ok2c:~/src/apache.org/httpcomponents/httpcore-5.x$ mvn scm-
> > publish:publish-scm
> > [INFO] Scanning for projects...
> > [INFO] ------------------------------------------------------------
> > ------------
> > [INFO] Reactor Build Order:
> > [INFO]
> > [INFO] Apache HttpComponents Core
> > Parent                                  [pom]
> > [INFO] Apache HttpComponents Core
> > HTTP/1.1                                [jar]
> > [INFO] Apache HttpComponents Core
> > HTTP/2                                  [jar]
> > [INFO] Apache HttpComponents Core Reactive
> > Extensions                     [jar]
> > [INFO] Apache HttpComponents Core Integration
> > Tests                       [jar]
> > [INFO]
> > [INFO] ----------< org.apache.httpcomponents.core5:httpcore5-parent 
> > >----------
> > [INFO] Building Apache HttpComponents Core Parent
> > 5.1                     [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/scm3939791332688106694tmp' &&
> > 'svn' '--non-interactive' 'mkdir' '--parents' '
> > https://svn.apache.org/repos/asf/httpcomponents/site/components/httpcomponents-core-5.1.x/LATEST//'
> > '--file' '/tmp/maven-scm-856808686.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
> 
> Sorry for responding late. This is is weird. The mkdir command has 
> failed obviously, but for some strange reason the exit code hasn't
> been 
> properly analyzed. Can you please retry or just peform the mkdir 
> manually once then you should be able to continue...
> 
> M
> 

Michael

I apologize for losing my temper and sending out this message. In the
meantime I ended up scripting this operation in my release tools.

Oleg



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


Re: mvn scm-publish:publish-scm fails to create LATEST

Posted by Michael Osipov <mi...@apache.org>.
Am 2021-03-09 um 19:38 schrieb Oleg Kalnichevski:
> Does anyone have an idea why this wretched thing fails?
> 
> Oleg
> 
> 
> oleg@ok2c:~/src/apache.org/httpcomponents/httpcore-5.x$ mvn scm-publish:publish-scm
> [INFO] Scanning for projects...
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO]
> [INFO] Apache HttpComponents Core Parent                                  [pom]
> [INFO] Apache HttpComponents Core HTTP/1.1                                [jar]
> [INFO] Apache HttpComponents Core HTTP/2                                  [jar]
> [INFO] Apache HttpComponents Core Reactive Extensions                     [jar]
> [INFO] Apache HttpComponents Core Integration Tests                       [jar]
> [INFO]
> [INFO] ----------< org.apache.httpcomponents.core5:httpcore5-parent >----------
> [INFO] Building Apache HttpComponents Core Parent 5.1                     [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/scm3939791332688106694tmp' && 'svn' '--non-interactive' 'mkdir' '--parents' 'https://svn.apache.org/repos/asf/httpcomponents/site/components/httpcomponents-core-5.1.x/LATEST//' '--file' '/tmp/maven-scm-856808686.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

Sorry for responding late. This is is weird. The mkdir command has 
failed obviously, but for some strange reason the exit code hasn't been 
properly analyzed. Can you please retry or just peform the mkdir 
manually once then you should be able to continue...

M


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org