[Digikam-devel] git migration rules

Marcel Wiesweg marcel.wiesweg at gmx.de
Tue Dec 14 17:26:38 GMT 2010


Hi,

find attached an initial revision for our git migration rules.
It's not tested yet, this takes some hours (even if on the dedicated servers).

These files describe the places where digikam, the imageplugins and kipi-
plugins where stored in SVN over the years.
All branches I could remember are included.
The initial commits I could find are given in comments.

Please add any information if you know more!

Marcel
-------------- next part --------------
#
# Created by Marcel Wiesweg <marcel.wiesweg at gmx.de>
#

#
# Create the digikam repository
#
create repository digikam
end repository

# Ignore some upheaval in KDE's SVN history.
match /
    min revision 409202
    max revision 409210
end match
match /
    min revision 411973
    max revision 411973
end match

# ---- Master -----

match /trunk/extragear/graphics/digikam/
    # 945619: Moving trunk to /branches/extragear/graphics/digikam/0.10-trunk (no further development there)
    # 945625: Moving /branches/extragear/graphics/digikam/0.11 to trunk
    # 675278: Moved /branches/work/digikam-dbconsolidation to trunk
    # 670778: Moved /trunk/extragear/graphics/digikam to /branches/extragear/kde3/graphics/digikam
    # 308800: Initial commit (from "digikam core")
    # min revision 409209
    repository digikam
    branch master
end match

match /trunk/kdeextragear-3/digikam
    # max revision 409208
    repository digikam 
    branch master
end match

match /trunk/extragear/graphics/digikamimageplugins
    # merged back to digikam in 644929
    prefix imageplugins/
    repository digikam
    branch master
end match

match /trunk/kdeextragear-3/digikamimageplugins
    # 409208: to extragear
    # 337741: initial commit
    prefix imageplugins/
    repository digikam
    branch master
end match

match /trunk/extragear/graphics/kipi-plugins/
    prefix kipi-plugins/
    repository digikam
    branch master
end match

match /trunk/extragear/libs/kipi-plugins/
    # 672392: started KDE4 port, copied from /branches/extragear/kde3/libs/kipi-plugins:672391
    # 670712: moved to kde3 branch
    prefix kipi-plugins/
    max revision 816153
    repository digikam  
    branch master
end match

match /trunk/kdeextragear-libs-1/kipi-plugins
    # 305942: Initial commit (from "digikam plugins")
    prefix kipi-plugins/
    max revision 409208
    repository digikam
    branch master
end match


# ---- 2.0 (GSoc-2010) -----

#match /branches/extragear/graphics/digikam/core/
#    min revision 1205532
#    repository digikam
#    branch gsoc-2010
#end match

match /branches/extragear/graphics/digikam/
    repository digikam
#    max revision 1205532
    min revision 1144518
    branch gsoc-2010
end match

match /branches/extragear/graphics/digikam-gosc2010/gsoc-2010/
    max revision 1144517
    min revision 1144517
    repository digikam
    branch gsoc-2010
end match

match /branches/extragear/graphics/digikam/gsoc-2010/
    max revision 1144516
    #min revision 1126687
    repository digikam
    branch gsoc-2010
end match

match /branches/extragear/graphics/kipi-plugins/
    max revision 1205533
    repository digikam
    branch gsoc-2010  
end match


# ---- Older branches ----

match /branches/extragear/graphics/digikam/1.0-databaseext/
    max revision 1126684
    repository digikam
    branch 1.0-databaseext
end match

match /branches/extragear/graphics/digikam/0.11/
    max revision 945624
    min revision 925855
    repository digikam
    branch 0.11
end match

match /branches/extragear/graphics/digikam/digikam/
    max revision 925854
    min revision 925854
    repository digikam 
    branch 0.11       
end match

match /branches/work/digikam-dbconsolidation
    max revision 675277
    repository digikam
    branch db-consolidation
end match

match /branches/work/digikam-dbconsolidation
    max revision 675277
    repository digikam
    branch db-consolidation
end match

# ---- KDE3 branches ----

match /branches/extragear/kde3/graphics/digikam
    repository digikam
    branch kde3
    #min revision 670778
end match

match /branches/extragear/kde3/libs/kipi-plugins
    # started kde4 port 672392
    prefix kipi-plugins/
    repository digikam
    branch kde3
    #min revision 670778
end match

# ---- Tags ----

match /tags/digikam/digikam_([^/]+)/
  repository digikam
  branch refs/tags/v\1
  annotated true
end match

match /tags/digikam/([^/]+)/
  repository digikam
  branch refs/tags/v\1
  annotated true
end match

# Ignore everything else
match /
end match



More information about the Digikam-devel mailing list