git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Terje Sten Bjerkseth" <terje@ceteo.no>
To: "Jeffrey Ollie" <jeff@ocjtech.us>
Cc: git@vger.kernel.org
Subject: Re: Problems importing from Apache SVN
Date: Thu, 24 Apr 2008 08:16:15 +0200	[thread overview]
Message-ID: <ceb24f170804232316p5312febeuc19728efb700619b@mail.gmail.com> (raw)
In-Reply-To: <935ead450804231050u25be05bcjaaab22caa82c984c@mail.gmail.com>

On Wed, Apr 23, 2008 at 7:50 PM, Jeffrey Ollie <jeff@ocjtech.us> wrote:
>  I'm having some problems importing CouchDB from the Apache SVN
>  repository.  Here's what I get:
>
>  $ rpm -q subversion-perl
>  subversion-perl-1.4.6-7.x86_64
>  $ git --version
>  git version 1.5.5.1
>  $ git svn init -s http://svn.apache.org/repos/asf/incubator/couchdb
>  Initialized empty Git repository in .git/
>  Using higher level of URL:
>  http://svn.apache.org/repos/asf/incubator/couchdb =>
>  http://svn.apache.org/repos/asf
>  $ git svn fetch
>  W: Ignoring error from SVN, path probably does not exist: (175002): RA
>  layer request failed: REPORT request failed on
>  '/repos/asf/!svn/bc/100': REPORT of '/repos/asf/!svn/bc/100': 200 OK
>  (http://svn.apache.org)
>  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 repositoriesRA layer request failed:
>  REPORT request failed on '/repos/asf/!svn/vcc/default': REPORT of
>  '/repos/asf/!svn/vcc/default': 200 OK (http://svn.apache.org) at
>  /usr/bin/git-svn line 3833

Works for me using git svn clone. git svn init fails for me, too.

$ git --version
git version 1.5.5.1.57.g5909c
$ git svn clone http://svn.apache.org/repos/asf/incubator/couchdb
Initialized empty Git repository in .git/
W: Ignoring error from SVN, path probably does not exist: (175007):
HTTP Path Not Found: REPORT request failed on
'/repos/asf/!svn/bc/100/incubator/couchdb':
'/repos/asf/!svn/bc/100/incubator/couchdb' path not found
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

(wait!!)

Checked out HEAD:
  http://svn.apache.org/repos/asf/incubator/couchdb r650729

Then use get svn fetch && git svn rebase to get updates.

  reply	other threads:[~2008-04-24  6:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-23 17:50 Problems importing from Apache SVN Jeffrey Ollie
2008-04-24  6:16 ` Terje Sten Bjerkseth [this message]
2008-04-25 16:07   ` Jeffrey Ollie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ceb24f170804232316p5312febeuc19728efb700619b@mail.gmail.com \
    --to=terje@ceteo.no \
    --cc=git@vger.kernel.org \
    --cc=jeff@ocjtech.us \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).