About   |   Projects   |   Elsewhere   |   Work   |   Feeds   |   Contact

Archive for 7 March 2008

Twitter Updates for 2008-03-07

  • Explaining fundamental database concepts in very short words and phrases to a client’s "data analysis specialists" #
  • Resisting the temptation to scream "you can’t DO that in Excel" #
  • About to start building database exports. But first, coffee… #
  • Shouting at the cretin that passes for Home Secretary being cretinously stupid about ID cards as she lies through her teeth about security #
  • @andrewdisley: no problem with ZiPhone and a 1.1.3 off the shelf from Apple #
  • @russelldavies: Interesting2008? #
  • Date for diaries – @Russelldavies is doing Interesting again http://tinyurl.com/2vdgbe Be there, or be… well, not very Interesting… #
  • @tomtaylor: the only appropriate response to that Tweet seems to be "lol! wtf?" #
  • @tomtaylor I thought for a moment that you were bailing her out, after she’d gone postal with a marker pen over a badly-placed apostrophe #
  • Lady Thatcher taken into hospital, according to the BBC. Here’s hoping for the best of all possible outcomes… #

Powered by Twitter Tools.

7 March 2008

Play

No comments yet

Installing and fettling Subversion

I’ve finally got around to figuring out how to install and configure a Subversion repository on one of my Debian boxes – these notes are more for my benefit than anything else, but through the power of Google they may come in handy for someone else.

Installing Subversion with HTTPS support from scratch:

Installing Subversion on Debian Etch Complete

Creating the initial repository

svnadmin create –fs-type fsfs /var/svn/myproject

Doing the initial import

svn import -m “New import” myproj https://mydomain.com/myproj

This lifts the contents of the myproj directory and imports it into the repository

Working around HTTPS certificate problems in a Subversion client

If you’re using a GUI client to access a svn repository through an https connection, this can cause the client to barf – if it’s an invalid certificate, you may not get the option to trust it.

The workaround (on OS X, at least) is to cache the certificate from the command line so that the gui client will then accept it.

If you fire off

svn list https://host.example.com/repos/project

at the command line, you’ll get the option to reject or accept the certificate. Permanently accept it, and this will be cached and used by the gui client next time you access the repository.

Technorati Tags: , ,

7 March 2008

Technical

No comments yet

links for 2008-03-07

7 March 2008

Links

No comments yet