Bonjour à tous,
j'essaye de mettre en place mercurial, mais je rencontre un problème lors de l'éxecution d'une commande :
dans les logs ssl_error de mon_serveur, j'ai ceci :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7 # hg push https://mon_serveur/ pushing to https://mon_serveur/ searching for changes abort: HTTP Error 500: Internal Server Error
Je peux faire un hg clone / hg pull mais pas de hg push ...[Wed Oct 14 11:27:42 2009] [error] [client *******] /usr/lib/python2.6/site-packages/mercurial/hgweb/common.py:25: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
[Wed Oct 14 11:27:42 2009] [error] [client *******] self.message = message
[Wed Oct 14 11:27:42 2009] [error] [client *******] /usr/lib/python2.6/site-packages/mercurial/hgweb/hgweb_mod.py:124: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
[Wed Oct 14 11:27:42 2009] [error] [client *******] if not inst.message:
[Wed Oct 14 11:27:42 2009] [error] [client *******] /usr/lib/python2.6/site-packages/mercurial/hgweb/hgweb_mod.py:126: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
[Wed Oct 14 11:27:42 2009] [error] [client *******] return '0\\n%s\\n' % inst.message,
Quelqu'un a une idée ?
Partager