w2do Has Moved to Git
After almost a year on SVN and despite the fact that it served me perfectly well and there is nothing I can say against it, I have recently decided it is time to move w2do's source code repository as one of the last of my projects to Git instead. I guess I am simply getting too used to it.
Like the rest of my projects, the w2do's public repository is now located on Gitorious. To obtain a working copy, use following command:
git clone git://gitorious.org/w2do/mainline.git w2do
To keep it up-to-date, anytime later simply type:
git pull
I apologise for the inconvenience, but hopefully, it will be worth it.