[Kde-scm-interest] Rule help

Torgny Nyblom kde at nyblom.org
Thu Mar 4 10:16:00 CET 2010


On Wednesday 03 March 2010 20.58.19 Torgny Nyblom wrote:
> Hi,
> 
> I have the following rule
> -----
> match /branches/KDE/[^/]+
>     action recurse
> end match
> -----
> 
> When processing r917923 with log entry (other revisions with similar log
> entries are also affected (such as r917912)
> ------------------------------------------------------------------------
> r917923 | craig | 2009-01-28 21:22:26 +0100 (ons, 28 jan 2009) | 3 lines
> Changed paths:
>    M
> /branches/KDE/4.2/kdebase/workspace/kcontrol/kfontinst/lib/FcEngine.cpp
> 
> Dont call XftFontClose() with a NULL font.
> CCBUG:182053
> 
> ------------------------------------------------------------------------
> 
> I get this:
> 
> Exporting revision 917923 svn: Can't get entries of non-directory
> 
> Does anyone have an idea as to what I'm doing wrong?

As far as I can see this is caused by the fact that the matching path is a file 
and not a dir.

Is there anyway to get svn-all-fast-export to get the history of one file (as 
would be needed in the above example) or do I need to hack around this to 
either ignore the file or to match the entire directory?

/Regards
Torgny


More information about the Kde-scm-interest mailing list