sh-mahdi / gource

Automatically exported from code.google.com/p/gource
0 stars 0 forks source link

bzr: ERROR: Requested revision: 'date:1' does not exist in branch #214

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Create bzr branch
2. Make some commits
3. run gource

What is the expected output? What do you see instead?

I expected to see visualization. 
The video did not start and gource gave error message:

    bzr: ERROR: Requested revision: 'date:1' does not exist in branch: file://.../tmp/gourcetest/trunk/
    invalid date
    gource: failed to generate log file
    Try 'gource --help' for more information.

What version of the product are you using? On what operating system?

Bazaar (bzr) 2.7.0dev1
Gource v0.41
I'm using Debian testing and package versions are 2.6.0+bzr659 and 0.41-1.

Please provide any additional information below.

gource works if I specify --start-date option.

Here is my test session:
    ~/tmp/gourcetest$ bzr init trunk
    Created a standalone tree (format: 2a)
    ~/tmp/gourcetest$ cd trunk/
    ~/tmp/gourcetest/trunk$ touch a.txt
    ~/tmp/gourcetest/trunk$ bzr add
    adding a.txt
    ~/tmp/gourcetest/trunk$ bzr commit -m "Added a"
    Committing to: .../tmp/gourcetest/trunk/                              
    added a.txt
    Committed revision 1.
    ~/tmp/gourcetest/trunk$ touch b.txt
    ~/tmp/gourcetest/trunk$ bzr add
    adding b.txt
    ~/tmp/gourcetest/trunk$ bzr commit -m "Added b"
    Committing to: .../tmp/gourcetest/trunk/                              
    added b.txt
    Committed revision 2.                                                          
    ~/tmp/gourcetest/trunk$ gource
    bzr: ERROR: Requested revision: 'date:1' does not exist in branch: file://.../tmp/gourcetest/trunk/
    invalid date
    gource: failed to generate log file
    Try 'gource --help' for more information.

    ~/tmp/gourcetest/trunk$ gource --start-date "2014-05-01"
    ~/tmp/gourcetest/trunk$ bzr --version
    Bazaar (bzr) 2.7.0dev1
      Python interpreter: /usr/bin/python 2.7.6
      Python standard library: /usr/lib/python2.7
      Platform: Linux-3.13-1-amd64-x86_64-with-debian-jessie-sid
      bzrlib: /usr/lib/python2.7/dist-packages/bzrlib
      Bazaar configuration: .../.bazaar
      Bazaar log file: .../.bzr.log
    ...

    ~/tmp/gourcetest/trunk$ gource --version
    gource: unknown option version
    Try 'gource --help' for more information.

    ~/tmp/gourcetest/trunk$ gource --help
    Gource v0.41
    Usage: gource [OPTIONS] [PATH]
    ...

Original issue reported on code.google.com by timo.s.k...@gmail.com on 1 May 2014 at 7:42

GoogleCodeExporter commented 8 years ago

Original comment by acaudw...@gmail.com on 1 May 2014 at 10:30

GoogleCodeExporter commented 8 years ago
Hi,

Thanks for your detailed bug report.

Chris Forbes provided a fix for this today:

https://github.com/acaudwell/Gource/pull/24

Cheers

Andrew

Original comment by acaudw...@gmail.com on 2 May 2014 at 6:12