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?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I use Settings\Global Ignore Pattern. This is what I have added to the default list:
|
|||
|
|
|
The svn:ignore property will ignore matching files and folders. This is what I have to exclude bin and obj folders [Bb]in [Oo]bj Make sure to check the "Apply Property recursively" |
|||
|
|
|
Right-click on the bin directory and select TortoiseSVN > Add to Ignore List > FolderName. Then do the same thing for obj. |
|||||
|
