I think the issue was changing from MNG-6169 to MNG-6169/something and then
back again

using names with a slash in them *should* be fine... reusing the part
before the slash can cause issues during the same sync

On 12 April 2017 at 07:54, Hervé BOUTEMY <herve.bout...@free.fr> wrote:

> yes, that's what I tried to say (there were 4 branches iin MNG-6169/)
>
> I finally renamed the 4 branches and replaced / with _: now there won't be
> any
> stupid failure on Jenkins, and I just checeked that the github mirror is
> up to
> date also
>
> issue fixed
> and not to the team: warning about / use in branch names, that may not be
> such
> a good idea
>
> Regards,
>
> Hervé
>
> Le mercredi 12 avril 2017, 06:08:55 CEST Stephen Connolly a écrit :
> > I think it was the use of nested name that contributed too:
> > origin/MNG-6169/updated-MCOMPILER
> >
> > On Wed 12 Apr 2017 at 05:47, Karl Heinz Marbaise <khmarba...@gmx.de>
> wrote:
> > > Hi Hervé,
> > >
> > > On 12/04/17 04:35, Hervé BOUTEMY wrote:
> > > > I suppose this is tied to lots of intermittent failures on git clone
> > >
> > > updates
> > >
> > > > that Jenkins has [1]
> > > > error: cannot lock ref 'refs/remotes/origin/MNG-6169/all-updated':
> > > > 'refs/
> > > > remotes/origin/MNG-6169' exists; cannot create
> > >
> > > 'refs/remotes/origin/MNG-6169/
> > >
> > > > all-updated'
> > > >
> > > >  ! [new branch]      MNG-6169/all-updated ->
> origin/MNG-6169/all-updated
> > > >
> > > > (unable to update local ref)
> > > >
> > > > This creation of branches in MNG-6169/ after having removed MNG-6169
> has
> > >
> > > bad
> > >
> > > > impact on every clone that does not correctly prune remote
> references: I
> > > > suppose the github cloning script has the same issue.
> > > >
> > > > I see 2 options:
> > > > 1. try to fix the github cloning script (I don't know where it is)
> and
> > >
> > > any
> > >
> > > > other failing update (I'm fighting with Jenkins on this for a few
> days,
> > >
> > > since
> > >
> > > > it seems it keeps copies every here and there...)
> > > > 2. rename MNG-6169/* branches to something like MNG-6169_* to
> workaround
> > >
> > > the
> > >
> > > > issue
> > > >
> > > > Any other idea?
> > >
> > > ~/ws-git/apache/maven (master)$ git fetch --prune origin
> > >
> > >  From https://git-wip-us.apache.org/repos/asf/maven
> > >
> > >   x [deleted]         (none)     -> origin/MNG-6169/all-updated
> > >   x [deleted]         (none)     ->
> > >
> > > origin/MNG-6169/not-updated-MJAR-MCOMPILER
> > >
> > >   x [deleted]         (none)     -> origin/MNG-6169/updated-MCOMPILER
> > >   x [deleted]         (none)     -> origin/MNG-6169/updated-MJAR
> > >   x [deleted]         (none)     -> origin/MNG-6185
> > >   x [deleted]         (none)     -> origin/MNG-6198
> > >
> > > remote: Counting objects: 93, done.
> > > remote: Compressing objects: 100% (32/32), done.
> > > remote: Total 47 (delta 16), reused 0 (delta 0)
> > > Unpacking objects: 100% (47/47), done.
> > >
> > >     08f3c76..567af0d  master     -> origin/master
> > >
> > >   * [new branch]      MNG-6209_multiple-build-extensions ->
> > >
> > > origin/MNG-6209_multiple-build-extensions
> > >
> > > That helped me...
> > >
> > > Kind regards
> > > Karl Heinz
> > >
> > > > Regards,
> > > >
> > > > Hervé
> > > >
> > > > [1]
> > >
> > > https://builds.apache.org/job/core-integration-testing-
> maven-3-jdk-1.8/100
> > > 7/console>
> > > > Le lundi 10 avril 2017, 22:42:47 CEST Mario Krizmanić a écrit :
> > > >> Hi,
> > >
> > > >> Could one check and update Github's mirror:
> > > https://github.com/apache/maven
> > >
> > > >> <https://github.com/apache/maven> (g...@github.com
> > > >> <mailto:g...@github.com>:apache/maven.git)
> > > >>
> > > >> The last commit in the master branch is 87cf1ee while the last one
> in
> > >
> > > the
> > >
> > > >> origin's master is 08f3c76a.
> > > >>
> > > >> Thanks,
> > > >> Mario
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > > For additional commands, e-mail: dev-h...@maven.apache.org
> > >
> > > --
> >
> > Sent from my phone
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>

Reply via email to