News
My SVN hack selected to be published on Vitamin!
At the Future of Web Design conference today, ten entries, including mine, were chosen to be published in future editions of Vitamin Mag.
As I previously posted, it’s fairly easy to sync lots of settings using SVN and symbolic links. Sometimes, when working on a new computer it can take hours to get setup in a comfortable working environment.This can minimize the process. I, personally, set this system up to keep my work and home computers in sync.
To recap on what it does: So far I’ve got my Firefox Bookmarks, Address Book data, TextMate Snippets, .bash_profile and .vimrc dynamically SVNed (ie. as far as the applications know, these configuration files are exactly where they should be, while they are actually in my subversioned Resources directory).
Also in Resources are such miscellanea as code snippets, cheat sheets, icons, vector resources and bash scripts.
As for the FOWD conference, it was fun, but I found the talks too basic. Paul Boag (Boag World), Nicholas Felton (Daytum) and Mike Kus (Carsonified) were the stars of the show, talking about handling clients, obsessive self-reporting, and web design as Art, respectively.
Tags: configuration, FOWD, life hack, mac, svn, vitamin, web design
Using SVN for everything.
At the moment, not only do I create a repository for professional work, but as an all-purpose utility belt.
In my versioned Resources directory I have a library of snippets, scripts, profile bits like places.sqlite for Firefox, and my .bash_profile (I make sym links to the files in the Resources directory). An extensive Icons directory, Maps, Patterns, Vector, and whatever else I experiment with.
At work we have an HTML/CSS Templates repository, and a Fonts repository.
It would be nice to integrate that in my overall Profile, but I don’t know how to do hierarchic stuff like that yet. Our first attempt at keeping a separate WordPress repository (linked to the source) nested in a project, it caused trouble and got nixed by a programmer.
So, with SVN you can make a truly portable bundle of data, your Design Profile. Much more interesting than hauling data around on a usb stick.