push error: remote: abort: No such file or directory: /tmp/hg-unbundle-e4YkMW

Paul Crowley paul at lshift.net
Tue May 6 05:14:58 CDT 2008


Chris Peterson wrote:
> 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 had a problem with push failing because /tmp was filling up.  I fixed 
it by changing the TMPDIR environment variable to point somewhere there 
was more space.  I don't know if this is related to your problem.
-- 
   [][][] Paul Crowley
     [][] LShift Ltd
   []  [] www.lshift.net


More information about the Mercurial mailing list