I know the subject was treated here, but I'm trying to ignore *.log files under linux and it doesn't work. I issued the command
svn propset svn:ignore "*.log" .
but when I do svn st
.log files are still shown, like:
$ svn st
M myfile.log
Where am I wrong?