在重复项目上使用源代码

时间:2022-10-16 22:58:07

I have a project that I want to use 95% of in another project. I created a new projecst (different name, different location) and added the .h and .m files (kept the same names) from the old project that I wanted. No those .h and .m files are all reflecting M, A and U based on the original source control. I thought maybe the Name could be changed, but that shows up as an A in the source control.

我有一个项目,我想在另一个项目中使用95%。我创建了一个新的项目(不同的名称,不同的位置),并添加了我想要的旧项目中的.h和.m文件(保留了相同的名称)。没有那些.h和.m文件都基于原始源控件反映M,A和U.我想也许名字可以改变,但在源代码控制中显示为A.

Any ideas of how to disable source control for this project without effecting the original project svn.

有关如何在不影响原始项目svn的情况下禁用此项目的源代码管理的任何想法。

1 个解决方案

#1


0  

Assuming you still want to use SCM, you can branch or fork the original code, and then open the new branch/form in Xcode.

假设您仍想使用SCM,您可以分支或分叉原始代码,然后在Xcode中打开新的分支/表单。

#1


0  

Assuming you still want to use SCM, you can branch or fork the original code, and then open the new branch/form in Xcode.

假设您仍想使用SCM,您可以分支或分叉原始代码,然后在Xcode中打开新的分支/表单。