Sometimes when you have your object files inside your source directory and you try to do “svn stat”, It gives too verbose information about the gernerated object files with ? sign. You can mark them as ignore in svn using propedit so that next time when you do “svn stat” they wont be compared.
You can do it using :
svn propedit svn:ignore objects/
and in the log file enter ‘*’. With the above command svn will ignore all files inside objects for comparison in svn stat.
Thanks,
Puneet