Changes between Initial Version and Version 1 of Ticket #24976, comment 22
- Timestamp:
- 08/18/2013 09:01:21 PM (11 years ago)
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.1 The `svn-ignore` property is not recursive like `.gitignore`. It applies only to the current directory and doesn't accept sub-directory paths as values. 2 2 3 3 In 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.