Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #24976, comment 22


Ignore:
Timestamp:
08/18/2013 09:01:21 PM (11 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24976, comment 22

    initial v1  
    1 The `svn-ignore` property works differently than `.gitignore`. It's not recursive, applies only to the current directory and doesn't accept sub-directory paths as values.
     1The `svn-ignore` property is not recursive like `.gitignore`. It applies only to the current directory and doesn't accept sub-directory paths as values.
    22
    33In Subversion 1.8 (came out about a month ago) there are [http://subversion.apache.org/docs/release-notes/1.8.html#repos-dictated-config two new properties]: `svn:global-ignores` and `svn:auto-props`. Global-ignores is recursive and auto-props can be used to set things like svn:eol-style and svn:mime-type for new files.