Changes

Jump to: navigation, search

Category:GEPS

4 bytes added, 18:59, 27 October 2012
Disruptive GEP's
If a GEP is disruptive, a specific branch is used to develop it. First check out trunk
svn checkout httphttps://svn.code.sf.net/p/gramps/code/trunk geps-021
cd geps-021
Create a new branch
svn copy httphttps://svn.code.sf.net/p/gramps/code/trunk httphttps://svn.code.sf.net/p/gramps/code/branches/geps/gep-021-name
and switch the repository to that branch
svn switch httphttps://svn.code.sf.net/p/gramps/code/branches/geps/gep-021-name
When finished, merge the changes back in trunk with [http://svnbook.red-bean.com/en/1.0/ch04s04.html this guide].

Navigation menu