【发布时间】:2012-02-10 00:05:08
【问题描述】:
我通过 TortoiseHg 2.1.3 版克隆了一个新的存储库。然后做一些改变。当我提交时,我会收到如下消息。
我的桌面驱动器映射通过 Samba 连接到 Linux 服务器。
如果有人可以提供帮助,我将不胜感激。
% hg commit --repository V:\htdocs\critical\mysite2 --verbose --user MyUser --message=testing Mercuial V:\htdocs\critical\mysite2/application/controllers/package.php
smartdox/application/controllers/package.php
transaction abort!
rollback completed
abort: The process cannot access the file because it is being used by another process
[command returned code 255 Fri Jan 13 14:30:17 2012]
mysite2%
【问题讨论】:
-
您是否尝试将存储库克隆到 Windows 7 上的本地驱动器,提交它然后推送到 Linux“驱动器”?我在以 Windows 7 和 Ubuntu 11.10 作为主机(共享文件夹,而不是 Samba)的 VirtualBox 上使用此方案,并且效果很好。
标签: mercurial commit tortoisehg