开发者

Xcode SVN - do you really have to import every new file?

开发者 https://www.devze.com 2023-01-14 16:41 出处:网络
You can commit and update already existing files in Xcode - great. But when someone else creates a new file and adds it to the repository, there seems to be no way to refresh Xcode so that it reco开发

You can commit and update already existing files in Xcode - great. But when someone else creates a new file and adds it to the repository, there seems to be no way to refresh Xcode so that it reco开发者_如何学Pythongnizes it, even after "update entire project". The files are added in Finder, but to get them into Xcode you have to manually import them. Am I missing something or is this a huge flaw in Xcode? Other IDEs (FlashDevelop for example) have a Refresh option.


Normally the project (solution/makefile or whatever the equivalent in XCode) should be updated and checked-in at the same time by the person who added new files to it.

0

精彩评论

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