Bug 26895 - Need a script to clean up after windows svn
Summary: Need a script to clean up after windows svn
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-01 11:57 PDT by Eric Seidel (no email)
Modified: 2009-07-01 12:00 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2009-07-01 11:57:00 PDT
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?)