Svn at Harecoded!
Move a SVN repository to Git with the whole commit history
It is in your mind, like a worm that eats away the apple, "I have to switch to Git". And one day it happens and you realize that it was not that diffcult. I started using Git as my local ...read more
Cómo revertir los cambios de una revisión en SVN
Si eres usuario de subversion te habrá pasado alguna vez que después de hacer commit y probar posteriormente el código has visto que debes volver a una versión anterior y dejar el código tal y ...read more
How to create a patch and apply it with subversion
If you want to create a patch with svn you only have to type in the terminal something like: svn diff yourproject > yourproject.patch Where yourproject is the folder containing the modified ...read more
Subversion (svn) 1.5 para Mac OS X
Si utilizas distintos sistemas operativos y en ellos utilizas versiones distintas de subversion te habrás encontrado alguna vez con el mensaje de error: svn: This client is too old to work ...read more
Nautilus subversion integration tool. Execute SVN commands with Gnome scripts
I have been using subversion (svn) for years from the command line... But some months ago I changed my job and I started using windows environments. And I must admit TortoiseSVN is the best GUI ...read more
