[Kde-scm-interest] latest converter scripts

Thiago Macieira thiago at kde.org
Fri Dec 4 15:03:12 CET 2009


Em Quinta-feira 03 Dezembro 2009, às 11:03:27, Thiago Macieira escreveu:
> Em Quinta-feira 03 Dezembro 2009, às 10:20:11, Thomas Zander escreveu:
> > On Thursday 12. November 2009 19.41.21 Thomas Zander wrote:
> > > As some movement has been detected I want to point out that the work
> > > Thiago did for the svn-fast-export has been extended by me and moved to
> > > gitorious;
> > >
> > > http://gitorious.org/svn2git
> > >
> > > Be sure to also read the wiki there.
> > >
> > > The rules are still the ones send by Thiago here on this ML
> > > (26.08.2008), though I extended the KOffice export rules slightly.
> > > (which are on my machine at work that I can't reach till monday)
> > > The question on my mind is where to put those rules.
> >
> > Put them on http://gitorious.org/svn2git/kde-ruleset
> 
> Please note that the scripts I sent last year do not take into account the
> modifications I made to svn2git to do annotated tagging. The Amarok and
>  Phonon rules do, so please update all my old rules to create tags
>  properly.
> 

Apparently I hadn't posted the rules.

-- 
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
  Senior Product Manager - Nokia, Qt Development Frameworks
      PGP/GPG: 0x6EF45358; fingerprint:
      E067 918B B660 DBD1 105C  966C 33F5 F005 6EF4 5358
-------------- next part --------------
#
# Create the KDE modules
#
create repository phonon
end repository
create repository amarok
end repository

match /
  min revision 409202
  max revision 409210
end match
match /
  min revision 411973
  max revision 411973
end match

#
# Phonon rules
#
match /trunk/kdesupport/(phonon)/
  repository phonon
  branch master
  min revision 409202
end match
match /branches/phonon/([^/]+)/
  repository phonon
  branch \1
  min revision 409202
end match
match /tags/phonon/([^/]+)/
  repository phonon
  branch refs/tags/v\1
  min revision 409202
  annotated true
end match
match /trunk/KDE/kdelibs/phonon/
  repository phonon
  branch kdelibs
  max revision 813007
  min revision 520710  # copied from branches/work/kdelibs-phonon/phonon
end match
match /branches/work/kdelibs-phonon/phonon/
  repository phonon
  branch kdelibs
  max revision 520710
  min revision 409210
end match

#
# Amarok rules
#
match /
  min revision 631024
  max revision 631024
end match
match /trunk/(extragear/[^/]+|kdeextragear-[^/]+)/(amarok)/
  repository amarok
  branch master
end match
match /branches/stable/extragear/multimedia/amarok/
  repository amarok
  branch 1.3
  max revision 629190
end match
match /branches/stable/extragear/multimedia/amarok/
  repository amarok
  branch 1.4
  min revision 629191
end match
match /branches/stable/extragear-kde4/multimedia/amarok/
  repository amarok
  branch 2.0
end match

match /branches/amarok/([^/]+)(/multimedia)?/amarok/
  repository amarok
  branch \1
end match
match /branches/amarok_0_6_0/kdeextragear-1/amarok/
  repository amarok
  branch 0.6
end match
match /branches/amarok_(\d)_(\d)_branch/kdeextragear-1/amarok/
  repository amarok
  branch \1.\2
end match
match /branches/amarok_1_1_branch_new/kdeextragear-1/amarok/
  repository amarok
  branch 1.1-new
end match

match /tags/amarok/(1.3|2.0|2.1)(/multimedia)?/amarok/
  repository amarok
  branch refs/tags/v\1.0
  annotated true
end match
match /tags/amarok/([^/]+)(/multimedia)?/amarok/
  repository amarok
  branch refs/tags/v\1
  annotated true
end match
match /tags/amarok_(\d)_(\d)_(\d)/kdeextragear-1/amarok/
  repository amarok
  branch refs/tags/v\1.\2.\3
  annotated true
end match
match /tags/amarok_(\d)_(\d)/kdeextragear-1/amarok/
  repository amarok
  branch refs/tags/v\1.\2.0
  annotated true
end match
match /tags/amarok_(\d)_(\d)_([^/]+)/kdeextragear-1/amarok/
  repository amarok
  branch refs/tags/v\1.\2-\3
  annotated true
end match

match /(branches|tags)/amarok[^/]*/$
  action recurse
end match
match /(branches|tags)/amarok[^/]*/kdeextragear-1/$
  action recurse
end match

# Ignore everything else
match /
end match
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
Url : http://mail.kde.org/pipermail/kde-scm-interest/attachments/20091204/72614ab5/attachment.sig 


More information about the Kde-scm-interest mailing list