如何在SVN中签入.framework删除 [英] How to checkin the .framework deletion in SVN

查看:39
本文介绍了如何在SVN中签入.framework删除的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我的XCode项目中删除.framework文件后,我无法签入SVN存储库.

After deleting a .framework file in my XCode project, I am unable to checkin into SVN repository.

svn ci -m'删除未使用的框架.MyFramework/test.frameworksvn:提交失败(详细信息如下):svn:"/Users/test/Desktop/client/src/MyFramework/test.framework"条目没有URL

svn ci -m 'Removing unused framework.' MyFramework/test.framework svn: Commit failed (details follow): svn: Entry for '/Users/test/Desktop/client/src/MyFramework/test.framework' has no URL

是否有其他方法可以检出.framework删除内容?

Is there a different way to checkin .framework deletions?

推荐答案

在项目上进行 SVN更新,这将恢复项目中的test.framework文件.之后,对该文件进行 SVN删除,该文件应将其从本地副本中删除,并且还应将其标记为要从服务器中删除.之后,您可以执行 SVN提交.

Do an SVN update on the project which will restore the test.framework file in project. After that do an SVN delete on this file which should remove it from local copy and should mark it for removal from server as well. You can do an SVN commit after this.

这篇关于如何在SVN中签入.framework删除的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆