Owen, you could be running into one of the following issues:

Proxy btw you and the server doesn't support the http REPORT command:
http://vsingleton.blogspot.com/2008/04/svn-propfind-request-failed-on.html

or perhaps the svn http access is configured to not allow the http REPORT command:
http://svn.haxx.se/users/archive-2005-01/0971.shtml

Hope this helps.

Patrick

Owen O'Malley wrote:
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