Is there a way to checkout a single subfolder from a bazaar repository? In one of my bazaar repositories, the top level hierarchy is
- documents
- sql_schemas
- www
I'd like to be able to just checkout www into public_html on a demo webserver, but I don't see how to do that without doing a checkout in a working directory and then symlinking www in there.
Is there a better way? I'm new with BZR.