Merging and Updating the SVN Repository For Fortuna

From GEOS-5
Revision as of 12:46, 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