如何将这个文件提交到svn?

发布于 2024-09-11 01:09:20 字数 564 浏览 2 评论 0原文

我使用的是 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 技术交流群。

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

发布评论

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

评论(1

后来的我们 2024-09-18 01:09:20

看起来你们那里有一些腐败。

我会:

  1. 制作该项目的副本
  2. 签出整个项目的新副本
    项目
  3. 运行差异
    项目复制并合并任何
    与新项目的差异(不包括 .svn 目录中的内容)
  4. 签入新项目。

Looks like you have some corruption there.

I would:

  1. Make a copy of the project
  2. Checkout a fresh copy of the entire
    project
  3. Run a diff on the
    project copy and merge any
    differences to the new project (excluding stuff in .svn directories)
  4. Check in the new project.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文