Bug 243624 - Style checking still warns about SVN auto props
Summary: Style checking still warns about SVN auto props
Status: RESOLVED DUPLICATE of bug 253386
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: 239082
  Show dependency treegraph
 
Reported: 2022-08-06 01:33 PDT by Nikolas Zimmermann
Modified: 2023-05-01 17:00 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolas Zimmermann 2022-08-06 01:33:37 PDT
I've tried to create an upstream branch using "git-webkit pr" that added hundreds of new pixel test results.
This highlighted a problem: Style checking wants me to enable auto props in the SVN config file -- that is not necessary anymore, and the rule could be disabled, no?

$ git webkit pr
...
Current branch eng/macOS-Check-in-remaining-pixel-test-results-to-assist-LBSE-development is up to date.
    Found 1 commit...
ERROR: LayoutTests/platform/mac-monterey-wk2-pixel/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:0:  Have to enable auto props in the subversion config file (/Users/nzimmermann/.subversion/config "enable-auto-props = yes").   [image/png] [5]
Total errors found: 1 in 1 files
style-checker failed, continue uploading pull request? (Yes/[No]): yes
Enumerating objects: 1143, done.
Counting objects: 100% (1143/1143), done.
...
Comment 1 Alexey Proskuryakov 2022-08-10 13:01:18 PDT
Yes, the check should be deleted.
Comment 2 Radar WebKit Bug Importer 2022-08-13 01:34:34 PDT
<rdar://problem/98607937>
Comment 3 Jonathan Bedard 2023-05-01 17:00:29 PDT

*** This bug has been marked as a duplicate of bug 253386 ***