Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

No Format
C:\geronimo>echo testdata>test-auto-props.xml

C:\geronimo>svn add test-auto-props.xml
A         test-auto-props.xml

C:\geronimo>svn proplist test-auto-props.xml
Properties on 'test-auto-props.xml':
 svn:mime-type
 svn:keywords
 svn:eol-style

C:\geronimo>svn propget svn:mime-type test-auto-props.xml
text/xml

C:\geronimo>svn propget svn:keywords test-auto-props.xml
Date Revision

C:\geronimo>svn propget svn:eol-style test-auto-props.xml
native

C:\geronimo>svn revert test-auto-props.xml
Reverted 'test-auto-props.xml'

C:\geronimo>del test-auto-props.xml

Wiki MarkupIf you didn't get the results above, double check that the following line in the {{\[miscellany\]}} section is set and not commented out or set elsewhere.

No Format
enable-auto-props = yes