Open main menu

Gramps β

Changes

Conversion from Subversion to Git

67 bytes added, 19:56, 9 November 2013
Code Changes
== Code Changes ==
=== Convert get_svn_revision to get_git_revision - DONE ===
The function to return the latest svn revision number needs to be replaced by one to return the latest commit hash.
* gramps/gen/svn_revision.py-> gramps/gen/git_revision.py - DONE* gramps/gen/const.py- DONE
=== Code to skip .svn directories - DONE ===
Two files have code for skipping subversion directories:
* gramps/plugins/tool/mediamanager.py- DONE* gramps/test/regrtest.py- DONE
We can remove this code at some point. Git does not pollute the source code tree with its files.
Three files contain the repository url:
* gramps/gen/config.py- gramps-addons
* gramps/gen/db/__init__.py
* gramps/webapp/init.py- DONE
=== Change svn2cl -> git2cl - No change required ===
There is a reference to svn2cl in the about dialog. There is a git alternative available at http://savannah.nongnu.org/projects/git2cl/.
* gramps/gui/aboutdialog.py- No change required
=== Headline News gramplet - DONE (gramps40 and master) ===
Change url to point to Git repository.- DONE (gramps40 and master)
== Bug Tracker Changes ==