I'm trying to create a read-only mirror of a SVN repository where I'm only interested in two top level branches and all their underlying subdirectories. i.e. /trunk/* /branches/reviews/*
There are several other branches under /branches that I want to ignore.
I already have svnsync working to mirror the entire repository between sites. I'm just wondering if I can svnrdump pipe into svndumpfilter using --drop-emtpy-revs to either include the two branch patterns or exclude the other branch patterns. Once I have a dump of only trunk/* and reviews/*, then I'll load it up, svnsync init it and start up the sync.
Am I on the right track or is there another method that anyone might suggest?
Thanks, Brent