History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-992
Type: Bug Bug
Status: Closed Closed
Resolution: Won't Fix
Priority: Major Major
Assignee: Robin Shen
Reporter: Tom De Leon
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

CLONE -Fix line endings file patterns do not work correctly

Created: 27/Jul/11 05:22 PM   Updated: 28/Jul/11 12:02 AM
Component/s: None
Affects Version/s: 3.1.49
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: RHEL5 QB server, windows 7 client


 Description  « Hide
In the "Files to Fix" field, if I try to specify "-*/.jpg, -*/.png", it does not seem to exclude all .jpg and .png files recursively, as your example for file patterns says it should. The image files become corrupted after being built because it attempts to fix the line endings on them.

The closest I can get is to explicitly exclude entire folders, however we have a very large source tree, and if an image file gets moved, then it's broken. When I exclude by entire folders (not by filename extensions), the images are no longer corrupted.

 All   Comments   Work Log   Change History      Sort Order:
Robin Shen [28/Jul/11 12:02 AM]
Please use below pattern instead:
 -**/*.jpg, -**/*.png