开发者

Building an .msi wipes out the .svn files in the directory and creates subversion conflicts

开发者 https://www.devze.com 2023-01-18 15:39 出处:网络
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 al

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消