Changes between Version 6 and Version 7 of UsingGitToMaintainGDALWorkflow


Ignore:
Timestamp:
Feb 16, 2010, 1:50:53 PM (14 years ago)
Author:
Mateusz Łoskot
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsingGitToMaintainGDALWorkflow

    v6 v7  
    6262I try to maintain up-to-date Git repository with mirror of GDAL Subversion trunk. It is available as [http://gitorious.org/gdal/svn-trunk svn-trunk] repository from http://gitorious.org/gdal/ project.
    6363
    64 Note, if you are GDAL committer, clone of this repository will not allow you to issue ''git svn dcommit'' command to push your changes back to GDAL trunk. If you expect this functionality, you need to maintain Git repository of GDAL trunk on your own according to the steps described above.
     64Note, if you are GDAL committer, clone of this repository will not allow you to issue ''git svn dcommit'' command to push your changes back to GDAL trunk. If you expect this functionality, you need to maintain Git repository of GDAL trunk on your own according to the steps described above. Quoting one of [http://stackoverflow.com/questions/1880405/can-different-git-svn-clones-of-the-same-svn-repository-expect-to-be-able-to-shar/1880487#1880487 best practices listed here]:
     65
     66    ''For the sake of simplicity and interoperating with SVN, it is recommended that all git-svn users clone, fetch and dcommit directly from the SVN server (the remote SVN repository that is), and avoid all git-clone/pull/merge/push operations between git repositories and branches which are either retrieved via git svn clone and which are also used to push back changesets into the remote SVN repository.''
    6567
    6668== Resources ==