Re: [Kde-scm-interest] Source of "pattern must end in /" rule?

2013-02-11 Thread Nicolás Alvarez
Dave Abrahams wrote: > Boost's SVN repository contains a bunch of files in the same directory > that need to be sorted into separate repositories. As a result, we need > svn2git to be able to match names that don't end in a forward slash. > I've been looking through the svn2git code for code that

Re: [Kde-scm-interest] Source of "pattern must end in /" rule?

2013-02-10 Thread Dave Abrahams
on Sun Feb 10 2013, Sebastian Dörner wrote: > There used to be the problem that you couldn't match files below a > recursion (i.e. after a recurse rule has been applied). This has > however been fixed in  > > http://gitorious.org/svn2git/svn2git/commit/ > c59389ceed6214d85011a91263d935f46a501632

Re: [Kde-scm-interest] Source of "pattern must end in /" rule?

2013-02-10 Thread Sebastian Dörner
There used to be the problem that you couldn't match files below a recursion (i.e. after a recurse rule has been applied). This has however been fixed in http://gitorious.org/svn2git/svn2git/commit/c59389ceed6214d85011a91263d935f46a501632 so files should work fine. We needed this for the kdesdk c

Re: [Kde-scm-interest] Source of "pattern must end in /" rule?

2013-02-08 Thread Ian Monroe
I On Fri, Feb 8, 2013 at 9:45 AM, Dave Abrahams wrote: > > Hi Ian, > > Thanks for answering, but I'm afraid I don't understand how your > response addresses my question. You're showing me a rule that doesn't > end in a slash, that supposedly worked. Are you saying that the > ends-in-a-slash rul

Re: [Kde-scm-interest] Source of "pattern must end in /" rule?

2013-02-08 Thread Dave Abrahams
Hi Ian, Thanks for answering, but I'm afraid I don't understand how your response addresses my question. You're showing me a rule that doesn't end in a slash, that supposedly worked. Are you saying that the ends-in-a-slash rule is obsolete? Or are you saying something else? on Fri Feb 08 2013

Re: [Kde-scm-interest] Source of "pattern must end in /" rule?

2013-02-08 Thread Ian Monroe
>From kdelibs-rules (located at git://anongit.kde.org/kde-ruleset) match /trunk/playground/libs/webkitkde/(kwebpage.*|network/kwebview.*|searchbar.*) repository KDE/kdelibs prefix kdewebkit/\1 branch master max revision 851084 end match Of course that was done a couple years ago.

[Kde-scm-interest] Source of "pattern must end in /" rule?

2013-02-08 Thread Dave Abrahams
Boost's SVN repository contains a bunch of files in the same directory that need to be sorted into separate repositories. As a result, we need svn2git to be able to match names that don't end in a forward slash. I've been looking through the svn2git code for code that malfunctions when that rule