Archive for 12th October 2007

My host is migrating emails: You may get a bounce or a deferred delivery

Between the semi-regularly broken CAPTCHA on my comment system and reports I’m getting from some correspondents, I may have been hard to get in touch with recently. Try lobrien -at- email for a day or two.

XP Symlinks Confuse Subversion No End

Word to the wise: do not combine Windows symlinks with Subversion; it cannot handle them:

G:\svn\websites>mkdir foo

G:\svn\websites>svn add foo
A         foo

G:\svn\websites>svn commit -m “message”
Adding         websites\foo
svn: Commit failed (details follow):
svn: File not found: transaction ’39-1′, path ‘/websites/foo’

This seems to hold true no matter which side of the symlink on which you work.

That’s a bummer.