开发者

Main Project in SVN, submodule from GitHub, how do best go about that to preserve updatability?

I have a main project on my person SVN server and I have one of more components that are in GIT remote repositories. Is there a way to set it up such that setting it all up that Xcode 4 can deal with this use of two different technologies but still allow me to update either way?

Or if this cannot be done compatibly with Xcode开发者_Python百科 what is the most convenient manual approach?


Considering the current level of integration with Git from XCode (as illustrated by the SO question "Why does Xcode 4 continually display “Checking source control status” for a git repository?"), I would really recommend keeping all Git-related operations in a separate shell.

If you have code in an SVN server, try to setup that integration first, then update your local Git repo manually and add references to those path from your XCode project.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜