hepabolu wrote:
Grr. I checked this and thought it was properly set up. What should I have done?

Check your ~/.subversion/config, it should have [auto-props] section set up. For files already added to the svn, use this shell script:

  #!/bin/sh
  svn propset svn:eol-style native $*
  svn propset svn:keywords Id $*

  # If using cygwin
  chmod -x $*
  svn propdel svn:executable $*


Vadim

Reply via email to