Patch #3885
closedplease set svn:ignore and svn:mime-type for favicon.ico.
0%
Description
please do
svn propset svn:mime-type image/vnd.microsoft.icon public/favicon.ico
and
svn proedit svn:ignore public
I currently using svn version of redmine for my projects directly, and I meet broken screen when I type `svn diff` on redmine tree.
thanks,
Updated by Jean-Philippe Lang about 15 years ago
svn proedit svn:ignore public
???
Updated by Yonghwan SO about 15 years ago
Jean-Philippe Lang wrote:
svn proedit svn:ignore public
???
oh, sorry. my expression is not enough.
i just wish local change of favicon.ico is ignored, and it is treated as binary.
thanks.
Updated by Jean-Philippe Lang about 15 years ago
- Status changed from New to Closed
OK, svn:mime-type is set in r2897, svn diff runs fine now. No need for svn:ignore.
Updated by Yonghwan SO about 15 years ago
Jean-Philippe Lang wrote:
OK, svn:mime-type is set in r2897, svn diff runs fine now. No need for svn:ignore.
IMHO, favicon.ico in repository is just a place holder and every users may replace it with their own version. so it means, change of this file is always ignorable. anyway, it's not important thing.
thanks.