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?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
由 翻译强力驱动
问题:
回答1:
Add this in the same place you exclude the files:
*/bin */obj
回答2:
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
回答3:
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"
回答4:
Right-click on the bin directory and select TortoiseSVN > Add to Ignore List > FolderName. Then do the same thing for obj.