Changes between Version 7 and Version 8 of HowToMaintainGrassWorkflowUsingGit


Ignore:
Timestamp:
Sep 22, 2011, 12:13:42 PM (13 years ago)
Author:
martinl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToMaintainGrassWorkflowUsingGit

    v7 v8  
    1515It is also possible to copy complete repository, including trunk, branches and tags modules. Learn about `--stdlayout` option dedicated for this purpose. However, note that this initial fetch is a time consuming process (fetching of SVN trunk takes nearly two hours).
    1616
    17 Next, fetch complete copy of GDAL trunk:
     17Next, fetch complete copy of GRASS trunk:
    1818
    1919{{{
     
    2323The file ''grass-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.
    2424
    25 It 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]:
     25It may be a good idea to compress Git repository in order to save some space. For example, SVN trunk occupies nearly 230 MB of disk space. Git can compress it to about 90 MB. Git provides a dedicated command for this purpose [http://www.kernel.org/pub//software/scm/git-core/docs/git-gc.html git-gc]:
    2626
    2727{{{