Changes

Jump to: navigation, search

User:Stephanecharette

326 bytes added, 06:43, 6 May 2008
m
how to use svn merge
svn co https://gramps.svn.sourceforge.net/svnroot/gramps/trunk
cd po; for file in *.po; do echo -n "${file} "; ./check_po -s ${file} | grep "PO Coverage"; done
 
If you have to make the same change in gramps30 and trunk:
cd ~/gramps/gramps30
...make the change...
svn commit -m "..."
note the revision number (say ''12345'')
cd ~/gramps/trunk
svn merge -c ''12345'' https://gramps.svn.sourceforge.net/svnroot/gramps/branches/gramps30
...verify the changes...
svn commit -m "..."

Navigation menu