How can I get
oldrepo/some/path/to/stuffOfInterest/...
Into
newRepo/stuffOfInterest/...
We need to split out part ot the oldRepo (which was a straightSubversion import) into its own repository, and we'd like to preserve the history.
Is there some way we can get all the changesets related to particular files/directories and push only them into a new repo?