I see in the settings you can specify patterns to exclude files from check-ins. But how would you add to include folders bin and obj?
If you right click on a single unversioned file, and select the command TortoiseSVN → Add to Ignore List from the context menu, a submenu appears allowing you to select just that file, or all files with the same extension. Both submenus also have a (recursively) equivalent.
To set your global ignore pattern (with TortoiseSVN) right click Windows Explorer –> TortoiseSVN –> Settings. Once you click on settings enter your global ignore pattern. I'm blocking everything in my bin folder, obj folder, anything that may have been named *.
I use Settings\Global Ignore Pattern. This is what I have added to the default list:
*.suo *.user bin obj Debug Release _UpgradeReport_Files *.dbmdl
Add this in the same place you exclude the files:
*/bin */obj
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With