Has anyone succeeded in using git-svn to clone the Hadoop core subversion repository with branches? I tried it and it failed. I got the following logs. Any suggestions?

-- Owen

% git svn init -s http://svn.apache.org/repos/asf/hadoop/core
Initialized empty Git repository in /export/hadoop-clone/.git/
Using higher level of URL: http://svn.apache.org/repos/asf/hadoop/core => http://svn.apache.org/repos/asf

% git svn fetch
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 '/hadoop/core'

W: Do not be alarmed at the above message git-svn is just searching aggressively for old history.
This may take a while on large repositories
Found possible branch point: http://svn.apache.org/repos/asf/lucene/hadoop/trunk => http://svn.apache.org/repos/asf/hadoop/core/trunk, 614596
Initializing parent: [EMAIL PROTECTED]
W: Ignoring error from SVN, path probably does not exist: (160013): Filesystem has no item: REPORT request failed on '/repos/asf/!svn/bc/ 101':
File not found: revision 101, path '/lucene/hadoop/trunk'

W: Do not be alarmed at the above message git-svn is just searching aggressively for old history.
This may take a while on large repositories
RA layer request failed: REPORT request failed on '/repos/asf/!svn/vcc/ default': REPORT of '/repos/asf/!svn/vcc/default': 403 Forbidden (http://svn.apache.org ) at /home/oom/tools/libexec/git-core//git-svn line 3955

Reply via email to