[Kde-scm-interest] Kopete git migration

Johannes Sixt j.sixt at viscovery.net
Fri Apr 19 05:57:27 UTC 2013


Am 4/18/2013 22:20, schrieb Pali Rohár:
> On Thursday 18 April 2013 22:13:08 Ben Cooksley wrote:
>> On Fri, Apr 19, 2013 at 7:48 AM, Pali Rohár 
>> <pali.rohar at gmail.com> wrote:
>>> On Thursday 18 April 2013 21:33:51 Jeremy Whiting wrote:
>>> problem why kopete-filter script is slow is due to first git
>>> filter- branch call (and not only because of big history).
>>>
>>> Very slow is --tree-filter, because due to kde git policy
>>> all commits with *.orig and *.rej filenames are rejected.
>>> This filter removing that files on every commit with rm
>>> -rf. Next problem is
>>
>> This is not necessary. We grant exceptions to the commit
>> policies when migrating projects such as Kopete from
>> Subversion.
>>
> 
> Ok, but still did not solve problem. Recursive rm -rf on doc-user 
> is still needed...

You should be using

  --index-filter 'git rm -r -f --cached --ignore-unmatch -q -- doc-user'

-- Hannes


More information about the Kde-scm-interest mailing list