[issue1190] hangs with no error during push

Adam Wight mercurial-bugs at selenic.com
Fri Jun 20 00:53:18 CDT 2008


New submission from Adam Wight <spam at ludd.net>:

this might be related to bug #88.  permissions on the remote repository didn't
allow my user to change files in the .hg directory.  Output was,
[adamw at localhost platform]$ hg push
adamw at XXX's password: 
pushing to ssh://XXX//YYY
searching for changes

***then an indefinite hang.  with hg -v -v push,
running ssh XXX "hg -R /home/hg/YYY serve --stdio"
adamw at XXX's password: 
pushing to ssh://XXX//YYY
searching for changes
27 changesets found
[**very long hang here**]
remote: Not trusting file /XXX/.hg/hgrc from untrusted user hg, group hg
remote: Not trusting file /XXX/.hg/hgrc from untrusted user hg, group hg
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: transaction abort!
remote: rollback completed
remote: abort: Permission denied: /YYY/.hg/store/data/path/to/first/file
abort: unexpected response: empty string

hg version 1.0; ssh client OpenSSH_4.7p1/OpenSSL 0.9.8b; ssh server OpenSSH_4.3

----------
messages: 6360
nosy: adamw
priority: bug
status: unread
title: hangs with no error during push

____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://www.selenic.com/mercurial/bts/issue1190>
____________________________________________________



More information about the Mercurial-devel mailing list