viewmail-info
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tickets migrated to gitlab


From: Mark Diekhans
Subject: Re: tickets migrated to gitlab
Date: Sun, 7 Jul 2024 09:20:22 -0700

John Stoffel <john@stoffel.org> writes:
> 1. When I pull from https://gitlab.com/emacs-vm/vm  I get the message:
> 
>      $ git pull
>      warning: redirecting to https://gitlab.com/emacs-vm/vm.git/
>      Already up to date.

https://gitlab.com/emacs-vm/vm is the URL of the gitlab project,
the URL of the repo is:

   https://gitlab.com/emacs-vm/vm.git

or if you want to use ssh:

   git@gitlab.com:emacs-vm/vm.git

that is how gitlab works.  github doesn't even do the redirect from
the project page.

> 2. There's no tags for old releases, which is going to make the
>    history hard to know.  Is there any possibility to import the tag
>    info as well?

I couldn't get fast export/import to work and end up using brz2git.
This is what it did.

I suspect one could find the right git commit for each tag by
writing some code to look at checksums or commit logs.  This is
beyond my bandwidth to do.  If there is particular tag you are
interested in, figure out where it belongs and we can add it.


> 3. Managed to pull all the branches... I wonder if we just do a big
>    merge branch of all of Uday's work and see what happens?  

I believe all of Uday's work that was completed is merged into
main. He was very good at managing the repo.  So merging
incomplete work might break a lot of stuff.

Give there is no test suite, I think we need to exercise care.

There are also branches from other people imported, which require some
deeper investigation.

If you want to investigate some of the branches, that would be
great.

> 
> Anyway, just the first observations, will be trying to play with it a
> bit and see how it works.  

I am now using main with various patches merged in, including my
native-comp fixes. I know there are at least two more native-comp
problems that I worked around by loading the .el files directly.
Once I hit these, I will create tickets and try to diagnose.

Mark



reply via email to

[Prev in Thread] Current Thread [Next in Thread]