Ver artículos sobre "svn"

Artículos, del 1 al 6 de un total de 6
  • alombarte Move a SVN repository to Git with the whole commit history

    por alombarte hace 3 meses | 0 comentarios

    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 repository, checking out my SVN repos with git itself via the git svn  set of...

  • alombarte Cómo revertir los cambios de una revisión en SVN

    por alombarte hace 10 meses | 0 comentarios

    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 como estaba en una versión anterior. No todos los clientes...

  • alombarte How to create a patch and apply it with subversion

    por alombarte hace 12 meses | 0 comentarios

    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 source code. Then, to restore the patch (apply the changes stored in patch in a new...

  • alombarte Subversion (svn) 1.5 para Mac OS X

    por alombarte hace 3 años | 8 comentarios

    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 with working copy '.'; please get a newer Subversion client Si eres usuario de Mac y te...

  • Oriol WordPress 2.6

    por Oriol Morell hace 3 años | 0 comentarios

    Los hiperactivos chicos de WordPress , notifican que ya está disponible la nueva versión 2.6 del gestor de blogs líder en internet. De las varias mejoras respecto WordPress 2.5, destaca la revisión de versiones al estilo Wikipedia, con lo que podremos comprobar...

  • alombarte Nautilus subversion integration tool. Execute SVN commands with Gnome scripts

    por alombarte hace 4 años | 45 comentarios

    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 SVN client i've seen ever before. While my needs are satisfied in Windows with TortoiseSVN and in...