Possible bug plus a question
Chris McCormick
chrism at mccormick.cx
Mon May 2 07:06:59 BST 2005
Hi!
I'm using bzr for one of my software projects and I'm finding it to be a
really cool program. I have a couple of questions.
1. My program is run using the Python interpereter. I have a symlink
in the working directory of the sources of my project, to the Python
executable like this: zutexe -> /usr/bin/python
This is so that my program name will show up in ps as 'zutexe' instead of
showing up as Python (maybe there's a better way of changing the process
name?). I get the following when I do a bzr status on the directory.
muffin:~/dev/web/zutalors$ bzr status
? crud/
bzr: assertion failed
at /home/chrism/dev/pc/bzr.dev/bzrlib/textui.py:25 in show_status()
see ~/.bzr.log for debug information
And the log says this:
[6163] diff pairwise None
[6163] ('zutexe', '?', 'symlink', None)
[6163] bzr: assertion failed
[6163] Traceback (most recent call last):
[6163] File "/home/chrism/dev/pc/bzr.dev/bzrlib/commands.py", line 1109, in main
[6163] ret = run_bzr(argv)
[6163] File "/home/chrism/dev/pc/bzr.dev/bzrlib/commands.py", line 1085, in run_bzr
[6163] return cmd_handler(**cmdargs) or 0
[6163] File "/home/chrism/dev/pc/bzr.dev/bzrlib/commands.py", line 147, in cmd_status
[6163] Branch('.').show_status(show_all=all)
[6163] File "/home/chrism/dev/pc/bzr.dev/bzrlib/branch.py", line 922, in show_status
[6163] show_status(fs, kind, newname)
[6163] File "/home/chrism/dev/pc/bzr.dev/bzrlib/textui.py", line 25, in show_status
[6163] assert kind == 'file'
[6163] AssertionError
[6163]
[6163] finished, 0.510u/0.060s cpu, 0.000u/0.000s cum, 0.210 elapsed
Does this mean symlinks aren't supported yet?
2. Currently I'm rsyncing my source tree to my webserver and tarballing
it up (.bzr directory and all) so that users could download the latest
tarball and then send patches to me. Is this the best way of users being
able to stay up to date with developments until push/pull are implemented?
Thanks for a totally awesome piece of software!
Best regards,
Chris.
PS Is anyone working on a web interface to bzr, or could I do this?
-------------------
chris at mccormick.cx
http://mccormick.cx
More information about the bazaar
mailing list