Changes between Version 13 and Version 14 of UsingGitToMaintainGDALWorkflow


Ignore:
Timestamp:
Sep 21, 2011, 2:37:11 AM (13 years ago)
Author:
Mateusz Łoskot
Comment:

Added sections

Legend:

Unmodified
Added
Removed
Modified
  • UsingGitToMaintainGDALWorkflow

    v13 v14  
    77Requirements: [http://git-scm.com/ git] and [http://www.kernel.org/pub/software/scm/git/docs/git-svn.html git-svn]
    88
    9 First, initialize local repository for copy of trunk form Subversion:
     9== Git repository setup ==
     10
     11First, initialize local Git repository for copy of trunk form Subversion:
    1012
    1113{{{
     
    3941The ''rebase'' command is equivalent to ''svn update''. Learn more about ''rebase'' in [http://www.kernel.org/pub/software/scm/git/docs/git-svn.html git-svn] manual.
    4042
     43== Development cycle ==
     44
    4145After this step, you maintain your own local repository of GDAL trunk. You can proceed with your own development, make changes and commit them to your local repository.
    4246
     
    5761$ git push --all git@github.com:mloskot/gdal.git
    5862}}}
     63
     64== Update cycle==
    5965
    6066Once local clone of a ''git-svn'' enabled repository is ready for the cycle of ''svn update'' and ''git push'', the routine of updating mirror includes the following two commands only: