Merging and Updating the SVN Repository For Fortuna

From GEOS-5
Revision as of 14:08, 28 January 2013 by Mathomp4 (talk | contribs)
Jump to navigation Jump to search

This page will detail information about the SVN repository

Merging Branches to the Trunk

Fortuna-2_5_p1 (revision 46) to Trunk (revision 5):

svn --username geos merge --reintegrate http://geos5.org/svn/branches/Fortuna-2_5_p1@HEAD

Diffing Two Directories Excluding the .svn Directory

diff -r --exclude=".svn" sub/dir/one sub/dir/two

Creating new tag

svn copy http://geos5.org/svn/trunk http://geos5.org/svn/tags/Fortuna-2_5_p1 -m "geos: create new tag"

Creating new branch

svn copy http://geos5.org/svn/trunk http://geos5.org/svn/tags/Fortuna-2_5_p6 -m "geos: create new branch"