I'm trying to re-create my local Git repository for the sca-java-2.x source tree using git-svn, like this:

git svn init -s https://svn.apache.org/repos/asf/tuscany/sca-java-2.x sca-java-2.x
cd sca-java-2.x
git svn fetch --log-window-size 10000

These steps work OK for the sca-cpp tree but with sca-java-2.x I'm getting the following error after a few hundred fetches:
SSL negotiation failed: SSL error: parse tlsext (https://svn.apache.org)

Retrying gets me further, but have others seen that error before?

An alternative is to git clone the tuscany-sca-2.x Git mirror [1] and then run git svn init as described there [2].

Has anyone been successful with that approach?

Thanks

[1] git://git.apache.org/tuscany-sca-2.x.git
[2] http://wiki.apache.org/general/GitAtApache
--
Jean-Sebastien

Reply via email to