Building an .msi wipes out the .svn files in the directory and creates subversion conflicts
Using Subversion (TortoiseSVN/CollabNet Edge); building an .msi (Visual Studio Installer project type) wipes out the .svn files in the directory and creates subversion conflicts. TortoiseSVN won't allow the Resolve command. Ho开发者_开发问答w to resolve the conflicts?
Delete the parent directory (or move it to a different location) and do an svn update on the parent directory.
Svn can't do anything if the .svn folders are missing. So you have to give svn a chance to recover its own directory structures.
精彩评论