3

Even though BitBucket service warned everyone quite in advance that it would stop hosting Mercurial repositories, it seems that in many months no-one bothered to convert XEmacs repository to Git.

The instructions at xemacs.org are but obsolete now:

The list of repositories is now empty:

More, the old CVS repository (see http://xemacs.sourceforge.net/Develop/cvsaccess.html) is unavailable, either, since alioth.debian.org was shut down more than two years ago.

Update: there's also a recent topic on Reddit: Archive of Bitbucket.org Mercurial repositories.

Bass
  • 133
  • 5

1 Answers1

4

Not quite. Mercurial is a distributed version control system, meaning that anyone with a clone of the repository has a copy of all of the history of the repository and could host their copy for others to clone.

In fact, the Software Heritage Archive has been cloning repositories for a while, and has a copy of the XEmacs repository.

Last I checked, however, cloning from the Software Heritage Archive wasn't yet possible. You can download a tarball though. The other alternative is to find people who were involved in the project at the time and have clones of the repository. If you get several of them to let you clone their copy, you can be fairly certain that little was lost.

db48x
  • 15,741
  • 1
  • 19
  • 23