Bug 91556 - svn-{apply, unapply}: Implement support for the allow-tabs property
Summary: svn-{apply, unapply}: Implement support for the allow-tabs property
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-17 16:51 PDT by Daniel Bates
Modified: 2013-01-10 14:18 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2012-07-17 16:51:07 PDT
Following up from <https://bugs.webkit.org/show_bug.cgi?id=89039#c73>, we should teach svn-{apply, unapply} about the allow-tabs property, which is used to signify that a file can legitimately contain tab characters.

Additional remarks:

By default, svn.webkit.org rejects commits with files that contain tab characters so as to prevent inadvertently committing changes with tab characters. Files that are allowed to contain tab characters must have their allow-tabs property set so that changes to them aren't rejected by the pre-commit hook.