Skip to content

Instantly share code, notes, and snippets.

@flashlib
Created September 17, 2013 08:04
Show Gist options
  • Save flashlib/6591360 to your computer and use it in GitHub Desktop.
Save flashlib/6591360 to your computer and use it in GitHub Desktop.
解决svn copy flag问题,错误提示如下: has copy flag but no copyfrom URL。
//先备份该文件
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