Discussion:
Issue parsing url with '+' in it
John McClean
2017-12-30 19:35:45 UTC
Permalink
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
Branko Čibej
2018-01-02 08:35:14 UTC
Permalink
Post by John McClean
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?
Report a bug to GitHub, their Subversion protocol is a custom
implementation that AFAIK is not based on our code.

-- Brane
Daniel Shahaf
2018-01-02 10:00:35 UTC
Permalink
Post by Branko Čibej
Post by John McClean
svn export "https://github.com/apache/avro.git/trunk/lang/c++"
Any ideas?
Report a bug to GitHub, their Subversion protocol is a custom
implementation that AFAIK is not based on our code.
Skip the middleman and export https://svn.apache.org/repos/asf/avro/trunk/lang/c++/ ?
Continue reading on narkive:
Loading...