svn status '~'

论坛 期权论坛 脚本     
匿名技术用户   2021-1-2 07:26   11   0

svn status 出现'~'时 提交会显示错误 xx/xx.svn' containing working copy admin area is missing

’~’Item is versioned as one kind of object (file, directory, link), but has been replaced by different kind of object.

解决办法:先把'~'状态的文件夹改为其他名字 删除文件夹并提交 在把名字改回来 添加并提交

1. mv Test Test1 2. svn remove Test 3. svn commit -m "Removed Test" 4. mv Test1 Test 5. svn add Test 6. svn commit -m "Added Test"

http://stackoverflow.com/questions/853405/what-does-the-subversion-status-symbol-mean

转载于:https://www.cnblogs.com/usst/archive/2012/11/21/2781095.html

分享到 :
0 人收藏
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

积分:7942463
帖子:1588486
精华:0
期权论坛 期权论坛
发布
内容

下载期权论坛手机APP