Reputation: 31749
I would like to know if there is any way to know if an specific file is being ignored or not inside a subversioned project. Is there any command for that?
Upvotes: 1
Views: 53
Reputation: 7157
svn status --no-ignore
and then look for files with status I
http://svnbook.red-bean.com/en/1.0/re26.html
Upvotes: 2