Changes between Version 4 and Version 5 of UsingGitToMaintainGDALWorkflow


Ignore:
Timestamp:
Feb 13, 2010, 1:09:30 PM (14 years ago)
Author:
Mateusz Łoskot
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsingGitToMaintainGDALWorkflow

    v4 v5  
    2323}}}
    2424
    25 The file ''gdal-git-authors.txt'' (attached) is used by Git to translate names of SVN committers to Git names which uses format "Full name <e-mail>".
     25The file ''gdal-git-authors.txt'' (attached) is used by Git to translate names of SVN committers to Git names which uses format "Full name <e-mail>". Specifying the ''--authors-file'' option is optional, but recommended.
    2626
    2727It may be a good idea to compress Git repository in order to save some space. For example, SVN trunk occupies nearly 140 MB of disk space. Git can compress it to about 100 MB. Git provides a dedicated command for this purpose [http://www.kernel.org/pub//software/scm/git-core/docs/git-gc.html git-gc]:
     
    5555
    5656{{{
    57 git push --all git@gitorious.org:yourproject/gdal-svn-trunk.git
     57$ git push --all git@gitorious.org:yourproject/gdal-svn-trunk.git
    5858}}}
    5959