XCode:SVN 中提交失败:设备上没有剩余空间

发布于 2024-12-13 13:22:29 字数 308 浏览 0 评论 0原文

嗨,

我正在使用 XCode 在 SVN 中提交我的项目。我成功地做到了好几个月。但今天突然在提交时出现以下错误:

工作副本“类”未能提交文件。

svn:提交失败(详细信息如下) svn:无法打开“/usr/local/repos/Iphone/my_svn_repo/db/tempfile.tmp”:设备上没有剩余空间

这是 svn 端还是我正在使用的 Iphone 中的内存问题?如何避免呢?

谢谢

Hi,

I am committing my project in SVN using XCode. I do it successfully for quite a few months. But suddenly today, while committing, it is showing the following error :

The working copy "Classes" failed to commit files.

svn: Commit failed (details below)
svn: Can't open '/usr/local/repos/Iphone/my_svn_repo/db/tempfile.tmp' : No space left on device

Is it a memory issue on the svn side or in the Iphone I am using ? How to avoid it ?

Thanks

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

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

发布评论

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

评论(2

○愚か者の日 2024-12-20 13:22:29

您的本地磁盘或 svn 服务器磁盘 /usr 分区已满。这会阻止 svn 命令创建必要的临时文件,因此提交失败。

设备上没有剩余空间指的是 /dev/hda1 处的系统设备(硬盘驱动器 - 不是 iOS 设备)(或任何 /dev/[hs] d[abcd..][1-..])。

svn: Commit failed (details below) svn: Can't open '/usr/local/repos/Iphone/my_svn_repo/db/tempfile.tmp' : No space left on device

/usr 上运行 dfmv 文件以清理本地磁盘或 svn 服务器上的空间,然后运行 ​​svn ci ... 再次。

Either your local disk or svn servers disk /usr partition is full. This prevents the svn command from creating a necessary temp file, therefore the commit fails.

No space left on device is refering to the system device (hard drive - not iOS device) at /dev/hda1 (or whichever /dev/[hs]d[abcd..][1-..]).

svn: Commit failed (details below) svn: Can't open '/usr/local/repos/Iphone/my_svn_repo/db/tempfile.tmp' : No space left on device

Run df and mv files off /usr to clean out space on either your local disk or the svn server and run the svn ci ... again.

一张白纸 2024-12-20 13:22:29

我也面临这个问题。使用 df -h 我发现我们保存存储库的已安装服务器之一已满。我清理了该服务器上的空间,它又可以工作了。希望这有帮助。

输入图片此处描述

I also faced this problem. Using df -h I found that one of the mounted servers where we keep the repositories was full. I cleaned up space on this server and it was working again. Hope this helps.

enter image description here

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