Reputation: 4608
How do I make an exception to a global ignore in SVN using SmartSVN?
I do not wish to remove and then re-apply the ignore. Is there a way of adding a single file that is caught by the ignore?
Example scenario:
My global ignore file includes ".pdf".
How can I commit my file "MoriohRadio.pdf" to the repository without removing the global ignore.?
Upvotes: 0
Views: 59
Reputation: 4608
In order to achieve this, you need to first show ignored files. This can be done by clicking the "show ignored files" icon in the top right side of the screen:
Then you can right click the file you want to commit to SVN then click add.
Upvotes: 0