如何将这个文件提交到svn?
我使用的是 Mac,想要将文件提交到 svn,但收到父文件夹被锁定的错误。
Description : Directory '/Developer/Projects/myappproject/trunk/targetfolder/myapp.app/.svn' containing working copy
admin area is missing
Status : 155005
File : subversion/libsvn_wc/lock.c, 947
我从 trunk: 运行清理
svn cleanup targetfolder
并收到此错误:
svn: 'targetfolder/myapp.app.dSYM' is not a working copy directory
上面是 iPhone 应用程序的调试符号文件。它实际上是一个文件夹或包。
我无法提交或清理。我确实在 CornerStone 中看到了上述文件,这是我用于源代码控制的文件。此时我该怎么办?
I'm on a Mac and would like to commit a file to svn but get an error that the parent folder is lock.
Description : Directory '/Developer/Projects/myappproject/trunk/targetfolder/myapp.app/.svn' containing working copy
admin area is missing
Status : 155005
File : subversion/libsvn_wc/lock.c, 947
I run a cleanup from trunk:
svn cleanup targetfolder
and get this error:
svn: 'targetfolder/myapp.app.dSYM' is not a working copy directory
The above is a debug symbol file for an iPhone app. It is really a folder or package.
I can't commit or cleanup. I do see the above file in CornerStone, which is what I use for source control. What should I do at this point?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来你们那里有一些腐败。
我会:
项目
项目复制并合并任何
与新项目的差异(不包括 .svn 目录中的内容)
Looks like you have some corruption there.
I would:
project
project copy and merge any
differences to the new project (excluding stuff in .svn directories)