I was moving a bookshelf around my house this weekend when I found a copy of “Nuclear Power Reactors in the World,” an April 2000 publication by the IAEA. (Don’t ask why I have this kind of crap lying around …) It struck me that people would want to know what reactors are “like” the [...]
Posts Tagged ‘tech’
Some Gotchas with using svndumpfilter
A few things: 1. svndumpfilter can take multiple args, e.g. $ svndumpfilter include /x /y /z > mydump to include /x, and /y, and /z. It can’t, however, do both include and exclude at once. In theory, you can run multiple dumps when you later load them, so you could (sort of; see below) accomplish [...]