Bug 26895
Summary: | Need a script to clean up after windows svn | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | aroben |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.5 |
Eric Seidel (no email)
Need a script to clean up after windows svn
This is a very very common problem in patches created from windows svn:
> Property changes on: WebCore/manual-tests/drag-escape.html
> ___________________________________________________________________
> Added: svn:executable
> + *
Please remove the executable bit. It would also be good to set svn:eol-style to
native.
Windows svn also fails to guess the mime types of images correctly.
So 3 things the script should fix:
1. Remove extra svn:executable flags
2. set svn:eol-style native on files with certain endings
3. fix up the mime types (or just the person's svn config to do that automatically?)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |