Changes

Jump to: navigation, search

Brief introduction to SVN

145 bytes added, 01:37, 15 January 2009
Obtain it
=== Obtain it===
As of 02 Feb January 2008, there are two version of the 3.0 x code in SVN. The development branch for small changes and bug fixes is 'gramps30' and 'trunk' has been created for the ongoing unstable version. If this talk of 'branch' and 'trunk' sounds confusing you might like to read the list message [http://article.gmane.org/gmane.comp.genealogy.gramps.devel/8678 explaining branch and trunk].
To checkout a copy of the definitely possibly unstable trunk to ./gramps-trunkgramps31:
<code>
svn co https://gramps.svn.sourceforge.net/svnroot/gramps/trunk gramps-trunkgramps31
</code>
To checkout a copy of the possibly unstable stable GRAMPS 3.0 ./gramps30:
<code>
svn co https://gramps.svn.sourceforge.net/svnroot/gramps/branches/gramps30 gramps30
</code>
 
To checkout a copy of the older stable GRAMPS 2.2 ./gramps22:
<code>
svn co https://gramps.svn.sourceforge.net/svnroot/gramps/branches/gramps22 gramps22
</code>

Navigation menu