[Kde-scm-interest] svn help

Eike Hein hein at kde.org
Wed Mar 3 11:44:43 CET 2010


On 03/03/2010 11:40 AM, Torgny Nyblom wrote:
> The branch work/akonadi-ports was created to help porting pim to akonadi.
> to and from this branch there has been quite a few merges. Do I need to do 
> more then add something like the following to the rules:
> 
> match /branches/work/akonadi-ports/kdepimlibs/
> 	min revision xxxx
> 	branch KDE/kdepimlibs/akonadi-ports
> end match

You shouldn't even need the 'min revision' bit. svn2git
works like this: For every SVN revision, it goes through
the rules from top to bottom until it find a rule that
matches. Then it implements the commands for that rule
and moves on to the next revision.

If it doesn't find a rule to handle a revision, it stops
with an error. That's why there's that catch-all rule at
the end of the rules files.



-- 
Best regards,
Eike Hein


More information about the Kde-scm-interest mailing list