[Kde-scm-interest] Git conversion help

Niko Sams niko.sams at gmail.com
Wed Mar 10 22:03:14 CET 2010


I think found a solution, this finds the branch correctly now:

create repository quanta
end repository

match /branches/QUANTA_3_1_BRANCH/$
  action recurse
end match

match /trunk/quanta/
  repository quanta
  branch master
end match

match /branches/QUANTA_3_1_BRANCH/quanta/
  repository quanta
  branch 3.1
end match

# Ignore everything else
match /
end match


More information about the Kde-scm-interest mailing list