文件夹不受版本控制,不属于提交 [英] Folder is not under version control and is not part of the commit

查看:156
本文介绍了文件夹不受版本控制,不属于提交的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开发一个带有XCode 4.2和最新SDK的iOS应用程序。

I'm developing an iOS app with XCode 4.2 and latest SDK.

我已经在项目中添加了一个包含多个文件的文件夹。此文件夹是Finder中的真实文件夹。

I have added to my project a folder with several files. This folder is a real folder in Finder.

当我尝试提交这些文件时,我收到以下消息:

When I try to commit those files I get the following message:

svn: Commit failed (details follow):
svn: '/Users/User1/Fuentes/iPhone/Desarrollos/TurismoCR2/TurismoCR2/Descripciones' is not under version control and is not part of the commit, yet its child '/Users/User1/Fuentes/iPhone/Desarrollos/TurismoCR2/TurismoCR2/Descripciones/021es.html' is part of the commit

如何修复此错误?

可能我可以手动添加这些文件和文件夹但我不喜欢我不知道怎么做(而且我不想犯错)。

Probably I could add these files and folder manually but I don't know how (and I don't want to make a mistake).

推荐答案

你需要这样做:

cd /Users/User1/Fuentes/iPhone/Desarrollos/TurismoCR2/TurismoCR2

然后:

svn add Descripciones/

这篇关于文件夹不受版本控制,不属于提交的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆