Changes

Jump to: navigation, search

Brief introduction to SVN

47 bytes removed, 05:19, 6 August 2015
Unstable development: "trunk"
There are several versions of the gramps code in SVN.
The development branch for small changes and bug fixes is ''gramps{{stable_branch}}gramps41'' 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://sourceforge.net/mailarchive/message.php?msg_id=19238907 explaining branch and trunk].
To checkout a copy of the possibly unstable trunk to ./trunk:
 <code> svn co <nowiki>https://svn.code.sf.net/p/gramps/code/trunk trunk</nowiki></code>
To checkout a copy of the last branch Gramps 4.0 ./gramps40:
 <code> svn co <nowiki>https://svn.code.sf.net/p/gramps/code/branches/maintenance/gramps40 gramps40</nowiki></code>
To checkout a copy of the last branch Gramps 3.4 ./gramps34:
 <code> svn co <nowiki>https://svn.code.sf.net/p/gramps/code/branches/maintenance/gramps34 gramps34</nowiki></code>
To checkout a copy of the last branch Gramps 3.3 ./gramps33:
 <code> svn co <nowiki>https://svn.code.sf.net/p/gramps/code/branches/maintenance/gramps33 gramps33</nowiki></code>
To checkout a copy of the last branch Gramps 3.2 ./gramps32:
 <code> svn co <nowiki>https://svn.code.sf.net/p/gramps/code/branches/maintenance/gramps32 gramps32</nowiki></code>
To checkout a copy of the last branch Gramps 3.1 ./gramps31:
 <code> svn co <nowiki>https://svn.code.sf.net/p/gramps/code/branches/maintenance/gramps31 gramps31</nowiki></code>
To checkout a copy of the older stable Gramps 3.0 ./gramps30:
 <code> svn co <nowiki>https://svn.code.sf.net/p/gramps/code/branches/maintenance/gramps30 gramps30</nowiki></code>
To checkout a copy of the older stable Gramps 2.2 ./gramps22:
 <code> svn co <nowiki>https://svn.code.sf.net/p/gramps/code/branches/maintenance/gramps22 gramps22</nowiki></code>
=== Prepare gramps40 and trunk ===

Navigation menu