Firebird git repository visualization with gource

Are you using git/svn as version control system and you ever wanted to visualize delveloper’s work, how the Firebird project was developed over time ?
well Gource is there to visualize all this in a beautiful way. It takes the history of your svn/git repository and visualizes the changes over time,
by whom they were done and so forth.

sudo apt-get install gource git
git clone git://github.com/asfernandes/firebird.git firebird-git

Now run the following and you should see the animation being presented.
gource firebird-git/.git -s 1

or if you want to create the movie using various video formats use the following command line (wordpress replaces the — with other chars)

https://gist.github.com/4550696

 

Enjoy the Movie (Recomended in HD version)

ps: Tip via General Foo

Firebird github mirror is back

Adriano dos Santos Fernandes wrote on firebird-devel about the github mirror for svn (it wasn’t updated sice December)

I have manually pushed (*) the changes and I believe it will push
automatically since now.

* Due to the fact that sourceforge accepted some commits on the older
SVN repository, and that commits were already pushed to GIT, I had to
force push now, so the latests commits have changed. Not a good thing,
but no better way to do it. I hope it still works. 🙂

Old svn repo is closed after the SF migration , Use the new one

Please use ‘svn checkout svn://svn.code.sf.net/p/firebird/code/firebird/trunk’ to get fresh source code

Or use the git mirror

git clone git://github.com/asfernandes/firebird.git

 

 

Django Firebird updates – now with support for introspection ready for Django 1.5 final

Hi folks,

I just updated the google code version with fixes in introspection. It was backported from github version [1]
So, I encourage to try both but mainly the version at github with the new fdb driver [2].
In that way, we can have our new django-firebird adapter almost stable for release along with the final release of django 1.5.

[1] https://github.com/maxirobaina/django-firebird
[2] http://pypi.python.org/pypi/fdb

1 108 109 110 111 112 200