hepabolu wrote: > Vadim Gritsenko wrote: > >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.
See the ready-made config file linked at: http://www.apache.org/dev/version-control.html#https-svn > > 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 $* > > And Windows? At work I use Windows and handle all SVN actions using > subclipse. Erk. Well then one of the other committers can set the properties for those files. -David
