push error: remote: abort: No such file or directory: /tmp/hg-unbundle-e4YkMW
Chris Peterson
cpeterso at cpeterso.com
Sun May 4 18:18:38 UTC 2008
I have a small hg repo hosted on a remote Linux server (that I do not
admin). I added some big binary files to my local repo clone: 2 GBs of
files, some 10+ MB. The local commit succeeded, but when I try to push the
changeset to my remote repo (using ssh) I get the following error message:
remote: abort: No such file or directory: /tmp/hg-unbundle-e4YkMW
I should note that the push takes a looong time (I left it running
overnight) without any progress messages (even with --verbose). But I know
the push is making progress because I modified mercurial/sshrepo.py to print
some progress messages.
Since the push takes so long, could there be a problem if the remote server
runs some late night admin cron tasks or has NFS problems? I know the
server's /tmp directory is not being cleaned out (because there are files
with creation dates from months ago).
thanks,
chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20080504/64ff42c6/attachment-0002.html>
More information about the Mercurial
mailing list