Reference: Http://blog.sina.com.cn/s/blog_74c22b210101cy3s.html One, because the unity packaging process takes a long time, in the test process if you only need to measure a few functions, We may need to remove resources from some sources to save packaging time. But when you delete it, the problem comes, and every time you update svn it updates the deleted resources again, and it takes a long time to compile. If we update the time can let SVN not update this part of the resources, it is a pity that TortoiseSVN has this function. To exclude resources from SVN control: Right-click Folders, TortoiseSVN, unversion and add to ignore list-and folder names to bring resources back into SVN control: If you want to re-include File is not present locally, then you can re-checkout a copy from SVN. But the re-checkout folder is still not included in the SVN control. Right-click the folder----TortoiseSVN----in the pop-up dialog, all tick-and update again
TortoiseSVN (i)-problematic operation