svn - Apply Subversion auto-props after the fact -
for reason auto-props in ~/subversion/config
not applied; makefile* = svn:eol-style=native;svn:keywords=id headurl
. there quick way apply current auto-props recursively?
$ grep enable-auto-props ~/.subversion/config | grep -v ^# enable-auto-props = yes
subversion's automatic properties affect adds , imports (read this). if not applied newly added files, check whether enable-auto-props option set yes.
Comments
Post a Comment