OpenOffice Development
Another gource video — OpenOffice this time — showing the 10 years of commits to trunk in OpenOffice’s SVN repo.
Another gource video — OpenOffice this time — showing the 10 years of commits to trunk in OpenOffice’s SVN repo.
Categories: Openoffice Tags: gource, openoffice
it is SVN nodes (new files and directories). The “bees” there are project programmers. Their beams of green, yellow and red – creation, modification and deleting
how did you get gource to work?
go to your source controled project folder and launch it, I’m using svn what worked forme was :
cd my-svn-project
svn log -r 1:HEAD –xml –verbose –quiet > my-project-log.xml
gource my-project-log.xml