On Thu, Sep 12, 2019 at 4:50 PM Christoph Hertzberg <
c...@informatik.uni-bremen.de> wrote:

> Small question, maybe I'm just missing it:
> Did you actually translate the 3.x, 2.0 branches as well or just the
> default/master branch?
>

I just ran the script, and all branches and tags are there, so I guess he
only pushed the master branch.

I'd actually be fine with filtering out all other named branches ...
>

Of course we should keep only 2.0 , 3.0, 3.1, 3.2, 3.3, and master and
ignore the others.


> Also, is it possible to apply the tags (from ./.hgtags)?
>

same, you have to "git push --tags"

See: https://gitlab.com/ggael/eigen-tmp (I pushed all branches :( )

gael


>
> But I agree, great work!
> Christoph
>
> On 12/09/2019 16.41, Gael Guennebaud wrote:
> > Excellent! Thanks a lot!
> >
> > Do you have a hash translation table in some form that I could use in the
> > other scripts?
> >
> > gael
> >
> > On Thu, Sep 12, 2019 at 1:46 PM Joseph Mirabel <joseph.mira...@laas.fr>
> > wrote:
> >
> >> Hello Gael,
> >>
> >> I applied the changes you requested and force-pushed to
> >> github.com/jmirabel/eigen_tmp
> >>
> >> Joseph
> >>
> >>
> >> Le 12/09/2019 à 11:46, Gael Guennebaud a écrit :
> >>>
> >>> So for me this is all good, I would only care about updating
> >>> references to bugs/PR by applying the following substitutions:
> >>>
> >>> "([Bb]ug) (\d+)" -> "\2 #\1"
> >>> "bugs (\d+) and (\d+)" -> "bugs #\1 and #\2"
> >>> "http://eigen.tuxfamily.org/bz/show_bug.cgi\?id=(\d+)
> <http://eigen.tuxfamily.org/bz/show_bug.cgi%5C?id=(%5Cd+)>
> >> <http://eigen.tuxfamily.org/bz/show_bug.cgi%5C?id=(%5Cd+)>" -> "#\1"
> >>> "[Pp]ull [Rr]equest #(\d+)" -> "pull request PR-\1"
> >>> "PR #(\d+)" -> "PR-\1"
> >>
> >>
> >>
> >
>
> --
>   Dr.-Ing. Christoph Hertzberg
>
>   Besuchsadresse der Nebengeschäftsstelle:
>   DFKI GmbH
>   Robotics Innovation Center
>   Robert-Hooke-Straße 5
>   28359 Bremen, Germany
>
>   Postadresse der Hauptgeschäftsstelle Standort Bremen:
>   DFKI GmbH
>   Robotics Innovation Center
>   Robert-Hooke-Straße 1
>   28359 Bremen, Germany
>
>   Tel.:     +49 421 178 45-4021
>   Zentrale: +49 421 178 45-0
>   E-Mail:   christoph.hertzb...@dfki.de
>
>   Weitere Informationen: http://www.dfki.de/robotik
>    -------------------------------------------------------------
>    Deutsches Forschungszentrum für Künstliche Intelligenz GmbH
>    Trippstadter Strasse 122, D-67663 Kaiserslautern, Germany
>
>    Geschäftsführung:
>    Prof. Dr. Jana Koehler (Vorsitzende)
>    Dr. Walter Olthoff
>
>    Vorsitzender des Aufsichtsrats:
>    Prof. Dr. h.c. Hans A. Aukes
>    Amtsgericht Kaiserslautern, HRB 2313
>    -------------------------------------------------------------
>
>
>
>

Reply via email to