Jason
I left the git clone running from morning till evening, and here is what I got:
asankha@asankha:~/GIT$ git svn clone --trunk=trunk --tags=tags --branches=branches http://svn.apache.org/repos/asf/synapse
Initialized empty Git repository in .git/
Using higher level of URL: http://svn.apache.org/repos/asf/synapse => http://svn.apache.org/repos/asf
W: Ignoring error from SVN, path probably does not exist: (160013): Filesystem has no item: REPORT request failed on '/repos/asf/!svn/bc/100': File not found: revision 100, path '/synapse'
W: Ignoring error from SVN, path probably does not exist: (175002): RA layer request failed: PROPFIND request failed on '/repos/asf/!svn/vcc/default': PROPFIND of '/repos/asf/!svn/vcc/default': 502 Bad Gateway (http://svn.apache.org)
W: Ignoring error from SVN, path probably does not exist: (175002): RA layer request failed: PROPFIND request failed on '/repos/asf': PROPFIND of '/repos/asf': could not connect to server (http://svn.apache.org)
Path 'synapse' was probably deleted:
RA layer request failed: PROPFIND request failed on '/repos/asf': PROPFIND of '/repos/asf': could not connect to server (http://svn.apache.org)
Will attempt to follow revisions r675401 .. r675436 committed before the deletion
It however created a file 27MB, and full of just "0" (zeros!) and nothing else: .git/svn/trunk/.rev_db.13f79535-47bb-0310-9956-ffa450edef68
If you were able to get anywhere, please give me the full commands that works
thanks
asankha