Submitted by Marco Villegas on Jue, 21/03/2013 - 01:18
Some time ago I started maintaining a mirror of Claws mail CVS repository into git.
That is not necessary anymore, the Claws Mail team have made the move to git, so now upstream itself is using git \o/ (git://git.claws-mail.org/claws.git
and git://git.claws-mail.org/contacts.git
).
Also notice that they have recently merged core and plugins repositories.
I have just deleted the github repositories corresponding to each CVS repository (claws-mail, claws-mail-plugins and claws-contacts), and disabled the scripts that have been doing the updates.
Claws Mail team, thanks for the move to git!
Submitted by Marco Villegas on Mar, 05/01/2010 - 17:59
Claws-Mail is a MUA, and it's my favourite one :-)
I wanted to make some work on it, but from outside it seems kind of difficult to help such a big code base project. I mean, I using a HEAD version a year ago making it by hand, but since I'm not too close to desktop C/GTK/autotools projects, I felt outside.
Submitted by Marco Villegas on Lun, 02/02/2009 - 18:32
Hace un tiempo uso twitux como cliente para twitter.
Siempre me pareció un poco tedioso el modo de notificación que usa esta versión, así que hoy me di tiempo para revisar si en una nueva versión alguien le había puesto los mensajes en vez del número de mensajes en área de notificación emergente.
Submitted by Marco Villegas on Vie, 30/01/2009 - 17:13
Submitted by Marco Villegas on Mié, 10/12/2008 - 13:14
Hoy diegoe, tan aficionado a git como yo :D, me comentó sobre este enlace que comparto con ustedes:
http://es.whygitisbetterthanx.com
Saben que defiendo git, y ésta web describe muy bien por qué.
Submitted by Marco Villegas on Sáb, 08/11/2008 - 21:52
No pude evitar publicar esto: git es realmente eficiente.
$ du -sh .
210M .
$ git gc --aggressive
Counting objects: 5801, done.
Compressing objects: 100% (5721/5721), done.
Writing objects: 100% (5801/5801), done.
Total 5801 (delta 3644), reused 0 (delta 0)
Removing duplicate objects: 100% (256/256), done.
$ du -sh .
108M .
En uno de los proyectos SVN de un curso :D.
Submitted by Marco Villegas on Mié, 16/04/2008 - 16:34
A propósito del post que publiqué de la charla de Linus Torvalds sobre git, un sistema manejador de versiones distribuído(Distributed Version Control Systems o DVCS's), hoy me topé con un artículo acerca de algunas de las ventajas de usarlos.
Hace varios meses que uso git, y la verdad es que no he usado ningún VCS tanto como ese, pero me ha servido muchísimo para organizarme.
Si programas y aún no usas un VCS, es hora que le des una revisada :D.
Submitted by Marco Villegas on Mar, 05/06/2007 - 15:39
Conferencia de Torvalds sobre git, el SCM.
Me ha convencido a probar git, de repente a ustedes también.