The Debian GNOME team is currently (2017-08-08) working on migrating their packages from SVN to git.

https://anonscm.debian.org/git/pkg-gnome/

For the workflow after the conversion, see Gnome/Git

Background

sjoerd produced an initial set of migrated packages, using these scripts, and laney is working on cleaning these up

Noticed issues / TODO

Workflow to Finish Conversion

  1. After running the import, do a thorough diff against the current svn directory. In particular, check for changed file permissions and obsolete files that should have been deleted. (The git conversion scripts sometimes leave behind some debian/patches/ that had been removed in svn a long time ago.)
  2. Unless the debian/experimental branch has newer content than debian/master, delete the debian/experimental and upstream/experimental branches.

git branch -D debian/experimental upstream/experimental

For gtk4 and gtksourceview4, delete upstream/latest and then rename upstream/experimental to upstream/latest. Delete debian/master and rename debian/experimental to debian/master

For evince delete upstream/experimental.

3. Update the changelog and push to Debian. Update Vcs fields after conversion to git Add debian/gbp.conf