DISQUS

Phil Dawes' Stuff: Bicyclerepairman BazaarNG tree

  • BG · 3 years ago
    I download your tarball and also installed BazaarNG. But, I get this error using the tree:

    bzr: ERROR: exceptions.AttributeError: 'BzrBranch' object has no attribute '_branch_format'
    at C:\Python24\Lib\site-packages\bzrlib\branch.py line 837 in _check_format

    When I create a test tree from scratch everything works perfectly. I am working on Windows XP. Any idea what causes this?
  • BG · 3 years ago
    When using bzr branch to download the tree everything works perfectly. Something wrong with the tarball?
  • Phil Dawes · 3 years ago
    Wierd, as the tarball is just created on the sourceforge server in a crontab:
    <pre>

    0 0 * * * cd /home/groups/b/bi/bicyclerepair/htdocs/bzr; tar -zcf bicyclerepair-nightly.tar.gz bicyclerepair

    </pre>

    I've just down downloaded it and it works ok for me on Linux. (i.e. I can unpack it, and bzr branch from it). Unfortunately I don't have windows to check on. Could it be a problem with unpacking the tarball on a non-unix OS?
  • stanbury · 3 years ago
    thank you for your work