By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.

Bug 1337

Summary: tde-i18n: whatiskde.docbook files in multiple subdirectories is removed instead of renamed
Product: TDE Reporter: Alexander Golubev (Fat-Zer) <fatzer2>
Component: other (any)Assignee: Timothy Pearson <kb9vqf>
Status: RESOLVED FIXED    
Severity: blocker CC: bugwatch, darrella
Priority: P5    
Version: R14.0.0 [Trinity]   
Hardware: All   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:
Bug Depends on:    
Bug Blocks: 1329    
Attachments: Patch to apply after revert to also fix references in neighbor files.

Description Alexander Golubev (Fat-Zer) 2012-11-24 13:32:44 CST
The blame commit is 18b5bab. Plese revert it and fix.
Comment 1 Darrell 2012-11-24 16:29:07 CST
I'll fix. My mistake. Apparently I made the changes but forgot to run 'git add *' to include the renamed files. :(

I'll update as soon as I trace backwards all of the changes made to the parent tdebase docbook file.
Comment 2 Alexander Golubev (Fat-Zer) 2012-11-24 16:56:11 CST
Created attachment 1023 [details]
Patch to apply after revert to also fix references in neighbor files.

(In reply to comment #1)
> I'll fix. My mistake. Apparently I made the changes but forgot to run 'git add
> *' to include the renamed files. :(
> 
> I'll update as soon as I trace backwards all of the changes made to the parent
> tdebase docbook file.

It's better to use git mv for such things.
Comment 3 Darrell 2012-11-25 15:44:07 CST
Fixed in GIT with commit 177d300e.

Thanks for helping. :)