John McClean
2017-12-30 19:35:45 UTC
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
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