tirenweb
tirenweb

Reputation: 31749

How to know if a specific file is being ignored or not

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

Answers (1)

Cal
Cal

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

Related Questions