Bug 23631 - WebKit needs a script to maintain proper SVN properties
Summary: WebKit needs a script to maintain proper SVN properties
Status: RESOLVED LATER
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-01-29 16:14 PST by Eric Seidel (no email)
Modified: 2022-07-29 12:22 PDT (History)
10 users (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-01-29 16:14:04 PST
WebKit needs a script to maintain proper SVN properties

A script that would make sure that all of our .cpp and .h files have eol-style:LF on them (so they work with non-unix svn's) and to make sure that all .png files have the right mime type, etc.

Should be simple to write.  Could be run easily by someone any time they experience build problems on a windows-svn checkout or similar.
Comment 1 Pam Greene (IRC:pamg) 2009-01-30 00:45:10 PST
Would it be too heavyweight to put a check into prepare-ChangeLog (I think that's where I'm thinking of), alongside the checks for tabs and tests and so on?
Comment 2 Eric Seidel (no email) 2009-01-30 00:57:44 PST
Well the tab and nobody checks are pre-commit hooks.  But that's possible.  It would just be one big hack to get around the fact that SVN doesn't support controlling this sort of thing server-side. :)
Comment 3 Ahmad Saleem 2022-07-29 11:23:30 PDT
Since now Webkit moved to Github, do we need this script to make some changes in codebase or Github can handle these server-side? Thanks!
Comment 4 Darin Adler 2022-07-29 12:22:19 PDT
I think there may still be something to do here analogous for GitHub, and it’s the kind of thing I love to do, but I don’t think it’s valuable to keep this bug open. This isn’t such a high priority that we need to use the bug database to track the idea.