hg push aborted message is displayed but push was still preformed
Simon King
simon at simonking.org.uk
Fri Apr 25 11:18:47 UTC 2014
On Fri, Apr 25, 2014 at 11:27 AM, Keren Asulin <keren.asulin at ocado.com> wrote:
>> Yep. It's an occasional glitch that the Linux NFS client should paper
>> over.
>>
>> We've been using mercurial for over 2 years this only started in the last
>> month, also for an occasional glitch it's somewhat frequent and can last for
>> a while.
>> Are there any more details you can give me about this issue? anything we
>> can change/upgrade that may make this go away?
>
> Some more important data:
> We upgraded mercurial from 1.6 to 2.8 about a month before this problem
> started (we also migrated the server from debian squeeze to ubuntu 12.4) -
> this problem did not occur in mercurial 1.6 or it was too infrequent to
> notice.
> We are using NFS but only the mercurial centralized server is using the
> mount, remote users run mercurial on their laptops.
>
> Thanks again
> Keren
>
The client details are probably not very relevant - this is an error
that's happening on the server filesystem. You could verify this by
logging in to the server and doing some tests repeatedly pushing to a
local repository there (on the same NFS filesystem)
To work around the problem, you could try moving your repository off
NFS. If you absolutely need the data to exist on NFS, you could
perhaps use something like rsync to mirror it onto the NFS filesystem.
Simon
More information about the Mercurial
mailing list