Vacation Migrated to Git at SourceForge

After a long hiatus I’ve restarted work on Vacation and have kicked off proceedings by migrating from SVN to Git (which SourceForge started offering about 18 months ago) (( I ended up using the svn2git Ruby Gem to do this as the usual “git svn clone” didn’t seem to work that well. )). This means you can now clone the Git repo to do work with and have the complete history of the project available to you, even if you’re not connected to the Internet at the time.

You can find more information on using Git with SVN here: https://sourceforge.net/scm/?type=git&group_id=3852

I’ve realised from this that a lot of the bug fixes that had been done on the 1.2.7 branch had not been merged back into trunk whilst working in SVN, so I’ve now made those changes to the ‘master’ (what Git calls SVN’s trunk) and pushed those back to SourceForge.

I’m hoping to roll a 1.2.7.1 release in the near future to pick up a few changes on the 1.2.7 branch that should really be out there.