Questions tagged [gource]

Gource is a software version control visualization tool.

Software projects are displayed by Gource as an animated tree with the root directory of the project at its centre. Directories appear as branches with files as leaves. Developers can be seen working on the tree at the times they contributed to the project.

gource.io

17 questions
32
votes
3 answers

Gource on Windows

We're having problems on windows creating a video file from gource (gource). We can run gource and watch the video live but don't seem to be able to get any useful physical output.
Chris Meek
  • 5,720
  • 9
  • 35
  • 44
27
votes
4 answers

History visualization tools for version control systems?

Specifically, I'm looking for something that, given a single file, and an SVN history, will display insertions and deletions as a pretty animation. That said: I figure that a list of version control visualizers might be a useful resource.
Roger Lipscombe
  • 89,048
  • 55
  • 235
  • 380
6
votes
1 answer

What do the circles' color in gource mean?

When we launch gource in software version control (e.g. in local git repository) while generating video of project evolution, the circles change their color. I suppose they indicate some state. But what state exactly do they indicate of?
Vanguard
  • 1,336
  • 1
  • 15
  • 30
6
votes
2 answers

Gource without window/gui

is there a possibility to run gource (scm-visualizer) completely without gui and windows? I just want to render the video to a file. This is possible with commands like: gource --output-ppm-stream - | ffmpeg .. on linux. But not on a server-os…
Simon K.
  • 348
  • 1
  • 7
  • 24
5
votes
1 answer

"svn is not recognized" error in PowerShell

I'm trying to reach SVN from Windows PowerShell but I can't. For example, if I type svn help I get: svn : The term 'svn' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a…
Hampus
  • 137
  • 2
  • 14
4
votes
2 answers

Gource on mac crashing

I have installed brew and gource and I have uninstalled and re installed but when I run it it crashes with gource stopped unexpectedly. I know this is meant to install and run out the box as I have seen it work with windows machines. I get…
Ross Rawlins
  • 603
  • 8
  • 22
4
votes
1 answer

gource display LIVE svn

Im trying to have a gource window display "LIVE" events from an SVN repo.. What i have is : test.sh: #!/bin/bash bash test2.sh | gource --realtime --path - --log-format svn --colour-images \ --highlight-users --file-extensions --follow-user…
Sam Janssens
  • 1,491
  • 1
  • 12
  • 30
2
votes
1 answer

Gource with github

Well, recently, I was doing a project on GitHub and I have done good progress in it so far, so I wanted to make a visualization for change log, there is more than 2 people in the project, so I made my researches and found there is something called…
2
votes
1 answer

GitExtensions - Gource plugin

So I'm using GitExtensions as GUI for Git, and wanted to visualize my repo with the help of Gource. But eventhough I installed it correctly, and set the "Path to 'gource'" accordingly, GitExtensions still is unable to find it. Error message:…
Shentoza
  • 35
  • 7
2
votes
1 answer

full clearcase history for gource

I have tried to get the full history of a clearcase vob to parse it and use it with gource to get a visual representation of the changes, but I do not find the right commands to get an easy log history to parse with clearcase2gource python script. I…
Curro
  • 21
  • 1
1
vote
1 answer

Gource Command Line not reconginzed command

I installed Gource for git visualization and am running gource at the root of my git repository in cmd, however I am receiving the error 'gource' is not recognized as an internal or external command, operable program or batch file.
Jared
  • 394
  • 4
  • 15
1
vote
2 answers

Gamemaker export code for Gource

Is there a way to use Gamemaker with Gource? Or is there something like a tool or library to export / convert .gmk files to .txt files each of them with one class?
ComanderKai77
  • 460
  • 6
  • 14
1
vote
2 answers

Generate a log file from Perforce to use with Gourse

I am trying to generate a perforce log file using awk, which can then in turn be used with Gource. Gource allows you to generate an animation of a file/project revision history. I tried following the examples here but they will not work for my depot…
TomSelleck
  • 6,706
  • 22
  • 82
  • 151
0
votes
1 answer

Gource command error while loading shared libraries: ?: cannot open shared object file: No such file or directory

I am new to using Git (I know the basics) and Gource I am using Git for repository, but I can't find much information about the install, however I managed to do most of it before using the command line (at which point I couldn't use because the…
0
votes
1 answer

Combination commit history of Mercurial repositories (for Gource)

How to me to combine some repositories that the commit history was adequately displayed in Gource? Merging two different repositories I did everything as is specified there But in Gource the commits of only one repository is shown
1
2