How do you stop SVN Checkout from bringing back files that were deleted from the project?
问题 We are new to the subversion, tortoisesvn, ankhsvn stack. While in Studio 2008 we have deleted files from our project problem is when we do an svn checkout in our CI build we get the deleted files. How do I prevent these files from being included in the checkout? Thanks in advance. 回答1: You need to delete them in Subversion. From the TortoiseSVN menu, chose "Delete", then commit that deletion. On the command line, you can use svn rm <filename> , and then commit. 回答2: Make sure you've done an