Apply Subversion auto-fit after the fact

For some reason, autosupports ~/subversion/configwere not applied; in particular Makefile* = svn:eol-style=native;svn:keywords=Id HeadURL. Is there any quick way to recursively apply all current auto lenses?

$ grep enable-auto-props ~/.subversion/config | grep -v ^#
enable-auto-props = yes
+5
source share
1 answer

Subversion's automatic properties only affect adding and importing (read this ). If they do not apply to newly added files, set enable-auto-props to yes.

+5
source

All Articles