I'm trying to checkout/export part of a github repo. svn export "https://github.com/apache/avro.git/trunk/lang/c++"
This creates a directory but doesn't get any files. It work fine for urls which don't have a '+' in them. URI encoding the '+'s doesn't change the behavior. Any ideas? John