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
_______________________________________________
Kde-scm-interest mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-scm-interest

Reply via email to