This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Contrib PATCH] Add scripts to convert GCC repo from SVN to Git


On Fri, Aug 02, 2019 at 05:14:20PM +0300, Maxim Kuvyrkov wrote:
> > On Aug 2, 2019, at 11:35 AM, Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org> wrote:
> >> On Jul 22, 2019, at 12:05 PM, Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org> wrote:
> > 3. Conversion is now feature-complete.  The scripts re-write author and committer fields, as well as create proper git tags.
> > 
> > 4. "Raw" version of repository is available under refs/raw/*.
> > 
> > 5. refs/raw/* are not expected to change.
> > 
> > 6. refs/heads/* and refs/tags/* might change due to author/committer name fixes and improvements.
> > 
> > Please scrutinize the repo and let me know of any artifacts.

When cloning it says
  warning: remote HEAD refers to nonexistent ref, unable to checkout.

$ git checkout origin/trunk -b master
seems to fix the local checkout, but of course

$ git remote show origin
still says
  HEAD branch: (unknown)

Other than that, it looks fine.  (I checked all my own entries, and all
got a reasonable email address).


Segher


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]