Difference between revisions of "How to use svn2cl"

From Gramps
Jump to: navigation, search
m (space)
m (merged page)
 
Line 1: Line 1:
Starting with Gramps 3.0.0, we no longer have a <tt>ChangeLog</tt> file. 
+
#REDIRECT [[Brief_introduction_to_SVN#How_to_use_svn2cl]]
 
 
Instead, the list of changes is generated automatically using the standard <tt>svn2cl</tt> script.
 
 
 
Note that <tt>svn2cl</tt> is not included in the base installation of subversion.  With a Debian-based distro such as Ubuntu, you can get <tt>svn2cl</tt> as follows:
 
 
 
sudo apt-get install subversion-tools
 
or
 
sudo apt-get install svn2cl
 
 
 
There typically are two <tt>ChangeLog</tt> files needed for releases; one in the main directory, and one in the <tt>po</tt> directory.  You can generate these files with the following commands:
 
 
 
cd gramps30
 
svn2cl --reparagraph --include-rev --authors=src/data/authors.xml
 
cd po
 
svn2cl --reparagraph --include-rev --authors=../src/data/authors.xml
 
 
 
[[Category: Developers/General|svn2cl]]
 

Latest revision as of 03:16, 25 January 2013