Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我重命名了我的项目,Xcode 创建了一个新包,旧包也留在那里。该应用程序使用新名称可以正常工作,但是当我想提交到 SVN 时,我遇到了一个错误,比如新包中的文件被标记为“已复制”,但没有计划添加或位于未版本控制的目录中。当我想在控制台中添加到 SVN 时,我有一个警告,它已经在版本控制之下。
问题是:我只能看到管理器中的旧包,它被标记为已删除,但我看不到新包。
如何将其添加到列表中?
从存储库中获取一个新副本,然后从重命名的文件夹(不包括 .svn 文件夹)中恢复您的修改。
完成后删除重命名的文件夹。否则,您最终可能会遇到损坏的文件夹:
If you renaming a project, Xcode does not remove the .svn directory in the .xcodeproj. As a result, svn gets confused, thinking the renamed project directory is under version control