Skip to:
Content

BuddyPress.org

Changeset 9820

Timestamp:
04/29/2015 06:59:55 PM (9 years ago)
Author:
djpaul
Message:

Set svn-autoprops and svn:global-ignores.

These commands were introduced with SVN 1.8 and let us set common properties for every file (and future file) in the project. This avoids setting the same properties on most of our files, and also saves us time by not having to remember to set the properties as new files are added to BuddyPress.

See r9819 where the old properties were cleared. Fixes #6409.

File:
1 edited

  • trunk

    • Property svn:auto-props set to
      *.css = svn:eol-style=native
      *.js = svn:eol-style=native
      *.php = svn:eol-style=native
      *.txt = svn:eol-style=native
      *.scss = svn:eol-style=native
      *.gif = svn:mime-type=image/gif
      *.jpg = svn:mime-type=image/jpeg
      *.png = svn:mime-type=image/png
    • Property svn:global-ignores set to
      .DS_Store
      .gitignore
Note: See TracChangeset for help on using the changeset viewer.