Skip to main content

GCC SVN to Git Conversion Possible With Reposurgeon Tool

As reported in multiple publications over the course of the last three weeks, the long-awaited conversion of the GCC code base from SVN to Git has been stalled several times now since it was since proposed years ago.

The author of the reposurgeon tool said today that it is now feature-complete and that it should be possible to use it for a correct GCC conversion.

The conversion itself is taking so long because the SVN base dates back to the late 80s and is full of stuff that cannot be "translated into Git slang" automagically.

Another developer supplied patches to svn-git and maybe he didn't create the ultimate solution to the conversion problem, but he definitely turned the heat up for the developers in the reposurgeon team.

A GCC SVN to Git conversion is unlikely to actually happen over the holidays, but maybe we'll get a nice new year's gift?

Popular posts from this blog

Boost Your Debian / Ubuntu Performance With The XanMod Kernel

If you haven't been a Linux user for a long time, you're probably on Ubuntu or any of the other "standard" Debian derivatives (Xubuntu, Kubuntu, or even Devuan). The standard kernel that ships with the LTS variants of Ubuntu operating systems is not optimized for performance but rather for compatibility. If you want to get more out of your hardware, it's recommended to install an optimized kernel for that purpose. There are several alternatives to the mainline kernel. The XanMod Kernel is one of these alternatives and relatively easy to install on your own Ubuntu / Debian machine. You can learn more about the XanMod Kernel here: https://xanmod.org The latest release by the XanMod developer team includes the following changes : - Preemptive Full Tickless Kernel at 500Hz w/ Tuned CPU Core Scheduler. - Tuned Multi-Queue Block Layer w/ Low-Latency BFQ I/O Scheduler. - Caching, Virtual Memory Manager and CPU Governor improvements. - RCU Boost for bett...

Hyperbola Linux Not Linux Anymore?

The FSF-approved Hyperbola Linux distribution is maintaining the "Milky Way" branch until 2022 but is considering to switch the kernel from Linux to BSD due to various reasons. The main reasons being: Linux DRM and other unfree approaches to kernel design (including HDCP) Linux rapidly depending on components that are not optional anymore (systemd, PulseAudio, etc.) It's going to be interesting to see how this experiment turns out. Hyperbola switching to a BSD kernel is quite the surprise. The HyperBK kernel was updated only hours ago. Read more about the kernel switch on the official Hyperbola website:  https://www.hyperbola.info/

Intel considering CPU undervolting driver for Linux

Windows users have it easy. The XTU (Intel Extreme Tuning Utility) allows laptop users to undervolt their laptop processors. On Linux, you have to rely on either a good fan setup in your notebook, or on intel-undervolt , the unofficial undervolting project. It seems like Intel is considering to implement their own Kernel driver solution for undervolting Intel CPUs in laptops. See this Kernel mailing list:  https://lore.kernel.org/lkml/20200907094843.1949-1-Jason@zx2c4.com/T/#u There is some discussion going on about the undocumented MSR and if it should be permitted to play around with it for the sake of cooler laptop CPUs. Most developers seem to agree that it would be indeed a good idea to implement CPU undervolting on the Kernel level. Intel needs to provide better documentation of their CPU features, including MSR. Since Intel has a huge team of open source developers on their payroll, the development of a new Intel undervolting solution for Linux users seems to be very likely ...