Gource is a software version control visualization tool for Git and CVS. 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. Requirements The display is rendered using OpenGL and requires a 3D accelerated video card to run.
http://code.google.com/p/gource
Vote 0
en anglais
http://svnbook.red-bean.com
Vote 0
Comment renommer un dépôt svn ?
- En créer un nouveau (svnadmin create)
- Transferer l'ancien dans le nouveau (svnadmin dump // load)
- Effacer l'ancien
http://www.mdinescu.com/how_to_rename_a_svn_repository.php
Vote 0
svn propset svn:ignore *.suo .
http://sdesmedt.wordpress.com/2006/12...e-subversion-ignore-files-and-folders
Vote 0
-
http://people.cs.ubc.ca/~vailen/svn_howto.htm
Vote 0
-
http://wikitice.ac-versailles.fr/index.php/Installer_un_serveur_Subversion
Vote 0
-
http://jimmyg.org/blog/2007/subversion-over-svnssh-on-debian.html
Vote 0