Created
September 17, 2013 08:04
-
-
Save flashlib/6591360 to your computer and use it in GitHub Desktop.
解决svn copy flag问题,错误提示如下:
has copy flag but no copyfrom URL。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//先备份该文件 | |
svn remove --force filename //强制删除 | |
//再将无版本信息的备份文件拷贝回来 | |
svn resolve --accept=working filename | |
svn commit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment