I was trying to clone the entire xbmc repo from svn but keep getting an error.
Here's the command and error i receive.
$ git svn clone -s --username ceros7
https://xbmc.svn.sourceforge.net/svnroot/xbmc xbmc
. . . Stuff happens . . .
r2890 = abb9bcedc73d4d234c1fb1e0f423970bfccc034d (trunk)
M mplayer/libavcodec/flac.c
M mplayer/Changelog.txt
M mplayer/libvo/font_load.c
M mplayer/mplayer.c
r2891 = 7b0e03f31a4418694358fd0274845d848b8a0489 (trunk)
RA layer request failed: REPORT of '/svnroot/xbmc/!svn/vcc/default': Could not
read response body: Secure connection truncated
(https://xbmc.svn.sourceforge.net) at /usr/bin/git-svn line 3856
Trying to run 'git svn fetch' will only result in the same error. A workaround
I found so far is to start from a different revision (16132).
-- System Information:
Debian Release: 5.0
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages git-svn depends on:
ii git-core 1:1.5.6.5-2 fast, scalable, distributed
revisi
ii libsvn-perl [libsvn-core-pe 1.5.1dfsg1-2 Perl bindings for Subversion
ii libterm-readkey-perl 2.30-4 A perl module for simple terminal
ii libwww-perl 5.820-1 WWW client/server library for
Perl
git-svn recommends no packages.
Versions of packages git-svn suggests:
ii git-doc 1:1.5.6.5-2 fast, scalable, distributed
revisi
ii subversion 1.5.1dfsg1-2 Advanced version control system
-- no debconf information
The difference here is that I get a different error at the end. Here's a brief
snapshot of what happens.
$ git svn clone -s --username ceros7
http://xbmc.svn.sourceforge.net/svnroot/xbmc xbmc
. . . Stuff happens . . .
r2005 = 622c2f575f650a56fe9fc7a9834355b70316e65c (trunk)
M XBMC/xbmc/GUIWindowMusicPlaylist.h
M XBMC/xbmc/GUIWindowMusicPlaylist.cpp
M XBMC/Changelog.txt
r2006 = f5733f592fe81c1dd0dff74e11174da42bbad645 (trunk)
Auto packing your repository for optimum performance. You may also
run "git gc" manually. See "git help gc" for more information.
It stops there, even though this repository has over 15000 revisions. I
continue a little further.
$ cd xbmc
$ git svn fetch
. . . Stuff happens . . .
r2890 = 48652120b53b136ab22172410daf1c14213698bb (trunk)
M mplayer/libavcodec/flac.c
M mplayer/Changelog.txt
M mplayer/libvo/font_load.c
M mplayer/mplayer.c
r2891 = 03a950058cfea403a168e469b3a7950dea5f8efd (trunk)
RA layer request failed: REPORT of '/svnroot/xbmc/!svn/vcc/default': 200 OK
(http://xbmc.svn.sourceforge.net) at /usr/bin/git-svn line 3856
Stops right at the same revision, but with a different error. Using git svn
fetch again will keep displaying the same error.