Xcode SVN 无法将 JSON 目录添加到存储库

发布于 2024-08-17 16:37:38 字数 342 浏览 5 评论 0原文

我已将 JSON 框架(Stig B - Google 代码)添加到我的 Classes 文件夹中(只是按照选项 1 说明的 JSON 目录)。

我已经设置了颠覆,工作正常,直到我添加了这个目录。如果我修改存储库中的任何现有文件,它们会被标记为 M 并且我可以提交这些文件,但我无法提交 JSON 目录或其中的任何文件。

我还在类中添加了一个单独的 JSONController 类,但也无法提交它。

我需要做些什么才能让 subversion 递归地添加目录吗?我尝试过提交整个项目,提交发生了,只是没有 JSON 目录或我的新控制器。

目录或控制器均不存在“添加到存储库”选项。

谢谢。

I have added the JSON-framework (Stig B - Google code) to my Classes folder (just the JSON directory as per option 1 instructions).

I had subversion set up which was working fine, until i added this directory. If I modify any existing files that were in the repository, they get marked as M and i can commit those, but i cannot commit the JSON directory or any of the files within it.

I also added a separate JSONController class just in Classes, and cannot commit this either.

Is there something i need to do to get subversion to recursively add directories? I have tried Commit Entire Project, the commit happens, just without the JSON directory or my new controller.

The Add To Repository option is not present for either the directory, or the controller.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

筑梦 2024-08-24 16:37:38

您是否右键单击该文件夹并选择“添加到存储库”?您的项目目录中是否有 .svnignore 文件可能不包括 JSON 文件夹?

Did you right-click on the folder and choose 'Add to Repository'? Do you have a .svnignore file in your project directory that may be excluding the JSON folder?

南城追梦 2024-08-24 16:37:38

由于某种原因,我必须删除并重新添加控制器。还必须将 JSON 目录直接导入到存储库中。

I had to remove, and re-add the controllers for some reason. Also had to import the JSON directory into the repo directly.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文