Ver artículos sobre "subversion"
-
Cómo revertir los cambios de una revisión en SVN
por alombarte hace 10 meses | 0 comentariosSi 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...
-
How to create a patch and apply it with subversion
por alombarte hace 12 meses | 0 comentariosIf 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...
-
TortoiseSVN for Ubuntu Linux: The real alternative
por alombarte hace 2 años | 3 comentariosI 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 thing I love in Windows, for anything else, I'd rather user Mac or Linux. But now, there is...
-
SVN merge for Mac OS X
por alombarte hace 3 años | 4 comentariosIf 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 you can fall in love when you see the GUI, but when it comes to do a merge it seems that all they...
-
Subversion (svn) 1.5 para Mac OS X
por alombarte hace 3 años | 8 comentariosSi 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...
-
Cliente SVN para Mac: Versions ya está aquí
por Albert Garcia hace 3 años | 2 comentariosDespués de casi un par de años de ardua espera, finalmente la versión beta de Versions ha visto la luz . Versions es un cliente de Subversion para Mac , y sin haberlo probado todavía (ayer me llegó el aviso de los desarrolladores de su...
-
Nautilus subversion integration tool. Execute SVN commands with Gnome scripts
por alombarte hace 4 años | 45 comentariosI 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...
