yowko / gource

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

bzr: ERROR: Not a branch: "C:/MradrGame/.bzr/branch/": location is a repository. #132

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.gource C:\MradrGame --bloom-multiplier 2.0 --bloom-intensity 1.5
2.bzr: ERROR: Not a branch: "C:/MradrGame/.bzr/branch/": location is a 
repository.
3.Useing Bazaar

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

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

Please provide any additional information below.

Keeps giving me that error... dont konw whati means... .bzr doesn't have a 
branch folder I guess?

Original issue reported on code.google.com by adr2tra...@gmail.com on 9 Jun 2011 at 5:50

GoogleCodeExporter commented 8 years ago
If you run:

bzr log --verbose -r 1..-1 --short -n0 --forward

In that folder does it work? Do you get the same error?

Cheers

Andrew

Original comment by acaudw...@gmail.com on 9 Jun 2011 at 6:14

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Yes same error... so if I change the path a little to where the branch is...
C:\MradrGame\trunk
run bzr log --verbose -r 1..-1 --short -n0 --forward
I get a list....
when I type in:
gource 'C:\MradrGame\trunk' --bloom-multiplier 2.0 --bloom-intensity 1.5
I get:
unsupported log format

Original comment by adr2tra...@gmail.com on 9 Jun 2011 at 6:24

GoogleCodeExporter commented 8 years ago
Hmm. Interesting. I'll look into it.

Original comment by acaudw...@gmail.com on 9 Jun 2011 at 6:37

GoogleCodeExporter commented 8 years ago
As a work around try making an empty .bzr folder in C:\MradrGame\trunk and 
point Gource at C:\MradrGame\trunk like you did above.

Original comment by acaudw...@gmail.com on 10 Jun 2011 at 12:11