20091218 My Git workflow
I first attempted to use Git almost a year ago. I tried to use it as a kind of rsync’er between computers for my personal projects+data folder. It didn’t work too well: I think it was primarily built with the idea of versioning and syncing source files, not thousands of WAV sample files scattered around [...]
20090529 DVCS are very cool, but…
I have taken a look at both git and mercurial. I even went as far as creating several git repositories for syncing stuff across three computers and testing how it would work. It went quite well, considering there was a huge amount of data involved (for example, my music repository, which consists in lots of [...]
20070221 Deploying websites with Subversion
I think I’m going to move to Subversion all the websites which still aren’t versioned. It’s so annoying to change things locally, test locally, then you want to upload them to the server and there’s always some change which it’s not updated and booooom! With SVN (Subversion) it’s much easier. You continue building your stuff [...]