[GRASS-dev] [GRASS GIS] #3722: migrate grass svn repositories to git

GRASS GIS trac at osgeo.org
Mon Jan 28 06:47:02 PST 2019


#3722: migrate grass svn repositories to git
--------------------------+---------------------------------
  Reporter:  martinl      |      Owner:  grass-dev@…
      Type:  task         |     Status:  new
  Priority:  major        |  Milestone:
 Component:  Default      |    Version:  unspecified
Resolution:               |   Keywords:  svn, git, migration
       CPU:  Unspecified  |   Platform:  Unspecified
--------------------------+---------------------------------

Comment (by martinl):

 Replying to [comment:11 pmav99]:
 > I don't have any experience with SVN to GIT conversions, but shouldn't
 there be 70k+ commits?

 well, not all commits went to `trunk` in SVN.

 {{{
 $ git branch
 * master
 $ git log | grep -c ^commit
 36743

 $ git checkout releasebranch_7_6
 Branch releasebranch_7_6 set up to track remote branch releasebranch_7_6
 from origin.
 Switched to a new branch 'releasebranch_7_6'
 $ git log | grep -c ^commit
 36620

 $ git checkout releasebranch_6_4
 Checking out files: 100% (9643/9643), done.
 Branch releasebranch_6_4 set up to track remote branch releasebranch_6_4
 from origin.
 Switched to a new branch 'releasebranch_6_4'
 $ git log | grep -c ^commit
 22575
 }}}

-- 
Ticket URL: <https://trac.osgeo.org/grass/ticket/3722#comment:12>
GRASS GIS <https://grass.osgeo.org>



More information about the grass-dev mailing list