rlucas.net: The Next Generation Rotating Header Image

Posts Tagged ‘bugfix’

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 [...]