[Bluemusic-devel] blue manual typos + getting last version
Brought to you by:
kunstmusik
|
From: Nil G. <nge...@go...> - 2011-04-26 02:07:25
|
Hi, I'm new to Blue. First thanks for this amazing piece of software. 1) I'm studying it and reading the manual http://blue.kunstmusik.com/pages/manual As I read it I'm seeing some typos, do you want me to keep track of them and eventually report them here? Is it the last version of the manual? 2) I tried to check out the last version of Blue via mercurial, but I'm getting the following error: $ hg clone http://bluemusic.hg.sourceforge.net:8000/hgroot/bluemusic/bluemusic real URL is http://sourceforge.net/ ** unknown exception encountered, details follow ** report bug details to http://mercurial.selenic.com/bts/ ** or mer...@se... ** Python 2.6.6 (r266:84292, Sep 15 2010, 15:52:39) [GCC 4.4.5] ** Mercurial Distributed SCM (version 1.6.3) ** Extensions loaded: Traceback (most recent call last): File "/usr/bin/hg", line 27, in <module> mercurial.dispatch.run() File "/usr/lib/pymodules/python2.6/mercurial/dispatch.py", line 16, in run sys.exit(dispatch(sys.argv[1:])) File "/usr/lib/pymodules/python2.6/mercurial/dispatch.py", line 34, in dispatch return _runcatch(u, args) File "/usr/lib/pymodules/python2.6/mercurial/dispatch.py", line 54, in _runcatch return _dispatch(ui, args) File "/usr/lib/pymodules/python2.6/mercurial/dispatch.py", line 494, in _dispatch cmdpats, cmdoptions) File "/usr/lib/pymodules/python2.6/mercurial/dispatch.py", line 355, in runcommand ret = _runcommand(ui, options, cmd, d) File "/usr/lib/pymodules/python2.6/mercurial/dispatch.py", line 545, in _runcommand return checkargs() File "/usr/lib/pymodules/python2.6/mercurial/dispatch.py", line 499, in checkargs return cmdfunc() File "/usr/lib/pymodules/python2.6/mercurial/dispatch.py", line 492, in <lambda> d = lambda: util.checksignature(func)(ui, *args, **cmdoptions) File "/usr/lib/pymodules/python2.6/mercurial/util.py", line 420, in check return func(*args, **kwargs) File "/usr/lib/pymodules/python2.6/mercurial/commands.py", line 725, in clone branch=opts.get('branch')) File "/usr/lib/pymodules/python2.6/mercurial/hg.py", line 221, in clone src_repo = repository(ui, source) File "/usr/lib/pymodules/python2.6/mercurial/hg.py", line 94, in repository repo = _lookup(path).instance(ui, path, create) File "/usr/lib/pymodules/python2.6/mercurial/httprepo.py", line 304, in instance inst.between([(nullid, nullid)]) File "/usr/lib/pymodules/python2.6/mercurial/httprepo.py", line 192, in between d = self.do_read("between", pairs=n) File "/usr/lib/pymodules/python2.6/mercurial/httprepo.py", line 136, in do_read fp = self.do_cmd(cmd, **args) File "/usr/lib/pymodules/python2.6/mercurial/httprepo.py", line 109, in do_cmd proto = resp.headers['content-type'] File "/usr/lib/python2.6/rfc822.py", line 388, in __getitem__ return self.dict[name.lower()] KeyError: 'content-type' Any idea what is wrong? Thanks Regards Nil |