FYI, Jukka Zitting has been exploring using Git with Apache's SVN over on the [EMAIL PROTECTED] mailing list.

http://markmail.org/message/fzzy7nepk7olx5fl

I don't know how his methods compare to Owen's & Pat's.

Doug

Chris K Wensel wrote:
Just curious if there has been any progress/changes on this.

I'm thinking a git repo of Hadoop would be a handy thing. but i expect having every random developer attempt to clone the apache hadoop repo via git-svn would be crushing.

any thought on how a mirrored git repo would work?

cheers,
chris

On Sep 9, 2008, at 7:04 AM, Patrick Hunt wrote:

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

--
Chris K Wensel
[EMAIL PROTECTED]
http://chris.wensel.net/
http://www.cascading.org/

Reply via email to