Luciano Resende wrote:
On Wednesday, May 12, 2010, Jean-Sebastien Delfino <[email protected]> wrote:
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
Do you need top level 2x, or could it be trunk ?
I just need trunk for now, but may need Git branches for some of the SVN
branches later.
--
Jean-Sebastien