Subversion at Harecoded!
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
TortoiseSVN for Ubuntu Linux: The real alternative
I have posted several articles regarding subversion in this blog. If you ask me one thing I like in Windows, then I only have one answer: Tortoise SVN client. This small application is the only ...read more
SVN merge for Mac OS X
If you want to merge branches in your projects using a Mac OS X, you'll probably miss how straightforward is to do that with the TortoiseSVN client. Mac has many SVN-fashioned clients where ...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
