Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/python3
import json
import os
import subprocess
import urllib.request
import sys
from operator import itemgetter
@mgedmin
mgedmin / convert-zope-svn-to-git.rst
Last active December 13, 2015 16:59
Instructions for converting Zope SVN repositories to Git

Converting Zope SVN repositories to Git

This process has one critical flaw and you probably don't want to use it. git-svn is simpler.

You need:

  • svn-all-fast-export (from the Debian/Ubuntu package of the same name;