[Amavisd-new-debian-devel] hg question

Brian May bam at snoopy.debian.net
Sat Jul 19 07:04:32 UTC 2008


Hello,

How do I push changes to the repository? I tried, but get permission 
denied. Did I do something wrong? As far as I can tell, I should have 
access...

Anyway, it would be appreciated if somebody could make the following 
change. Thanks.

brian at andean:~/tree/amavisd-new$ hg diff -r 1dea1a3203f5

diff -r 1dea1a3203f5 debian/control

--- a/debian/control    Wed Jul 02 22:38:46 2008 +0200

+++ b/debian/control    Sat Jul 19 17:00:48 2008 +1000

@@ -1,7 +1,7 @@ Source: amavisd-new

 Source: amavisd-new

 Section: mail

 Priority: extra

-Maintainer: Brian May <bam at debian.org>

+Maintainer: Brian May <brian at snoopy.debian.net>

 Uploaders: Henrique de Moraes Holschuh <hmh at debian.org>, Alexander Wirt <formorer at debian.org>

 Build-Depends: debhelper (>= 5), libmilter-dev, po-debconf, dpatch (>= 2), patch (>= 2.5.9-3bpo1), dpkg-dev (>= 1.13.19), autoconf2.13

 Standards-Version: 3.8.0

brian at andean:~/tree/amavisd-new$ hg push ssh://bam@hg.debian.org//hg/amavisd-new/head

Password: 

pushing to ssh://bam@hg.debian.org//hg/amavisd-new/head

searching for changes

** unknown exception encountered, details follow

** report bug details to http://www.selenic.com/mercurial/bts

** or mercurial at selenic.com

** Mercurial Distributed SCM (version 0.9.5)

Traceback (most recent call last):

  File "/usr/bin/hg", line 14, in <module>

    mercurial.dispatch.run()

  File "/var/lib/python-support/python2.5/mercurial/dispatch.py", line 20, in run

    sys.exit(dispatch(sys.argv[1:]))

  File "/var/lib/python-support/python2.5/mercurial/dispatch.py", line 29, in dispatch

    return _runcatch(u, args)

  File "/var/lib/python-support/python2.5/mercurial/dispatch.py", line 45, in _runcatch

    return _dispatch(ui, args)

  File "/var/lib/python-support/python2.5/mercurial/dispatch.py", line 348, in _dispatch

    ret = _runcommand(ui, options, cmd, d)

  File "/var/lib/python-support/python2.5/mercurial/dispatch.py", line 401, in _runcommand

    return checkargs()

  File "/var/lib/python-support/python2.5/mercurial/dispatch.py", line 357, in checkargs

    return cmdfunc()

  File "/var/lib/python-support/python2.5/mercurial/dispatch.py", line 340, in <lambda>

    d = lambda: func(ui, repo, *args, **cmdoptions)

  File "/var/lib/python-support/python2.5/mercurial/commands.py", line 2147, in push

    r = repo.push(other, opts['force'], revs=revs)

  File "/var/lib/python-support/python2.5/hgext/mq.py", line 2084, in push

    return super(mqrepo, self).push(remote, force, revs)

  File "/var/lib/python-support/python2.5/mercurial/localrepo.py", line 1385, in push

    return self.push_unbundle(remote, force, revs)

  File "/var/lib/python-support/python2.5/mercurial/localrepo.py", line 1465, in push_unbundle

    return remote.unbundle(cg, remote_heads, 'push')

  File "/var/lib/python-support/python2.5/mercurial/sshrepo.py", line 195, in unbundle

    l = int(self.pipei.readline())

ValueError: invalid literal for int() with base 10: ''

remote: abort: could not lock repository /hg/amavisd-new/head: Permission denied



Brian May



More information about the Amavisd-new-debian-devel mailing list