public inbox for git@vger.kernel.org 
 help / color / mirror / Atom feed
From: Michael J Gruber <michaeljgruber+gmane@fastmail•fm>
To: git@vger•kernel.org
Cc: Eric Wong <normalperson@yhbt•net>
Subject: Re: Errors importing Apache Synapse SVN using Git
Date: Fri, 11 Jul 2008 13:54:55 +0200	[thread overview]
Message-ID: <48774A0F.2070805@fastmail.fm> (raw)
In-Reply-To: <4875FA23.30603@wso2.com>

Asankha C. Perera venit, vidit, dixit 10.07.2008 14:01:
> Hi All
> 
> I am an Apache Synapse developer, and want to import the Synapse SVN 
> repo into Git, so that Ohloh can properly get the Synapse history 
> (http://www.ohloh.net/topics/1326?page=1#post_6287)
> 
> However, when I try the command: "git svn clone --trunk=trunk 
> --tags=tags --branches=branches http://svn.apache.org/repos/asf/synapse" 
> it seems to take forever, (or at least until the next network glitch), 
> and keeps filling up a file with just plain zeros ("0") : 
> ./.git/svn/trunk/.rev_db.13f79535-47bb-0310-9956-ffa450edef68

Okay, besides the zero offset, there seems to be big problem with the 
svn repo:

svn list -r 234478 http://svn.apache.org/repos/asf/synapse
branches/
site/
tags/
trunk/

svn list -r 234478 http://svn.apache.org/repos/asf|grep synapse

Right, nothing returned.

git-svn insists on using http://svn.apache.org/repos/asf as the base 
URL, which is basically correct, but doesn't work for this repo.

Even editing .git/config and .git/svn/metadata (after git svn init, 
befire the first fetch) to change the url doesn't help. git svn still 
uses .../asf. Is this as intended? cc'ing the git svn author.

Michael

  parent reply	other threads:[~2008-07-11 11:56 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <4875F5D6.9080906@wso2.com>
2008-07-10 12:01 ` Errors importing Apache Synapse SVN using Git Asankha C. Perera
2008-07-10 12:59   ` Michael J Gruber
2008-07-10 22:02     ` Björn Steinbrink
2008-07-11 11:54   ` Michael J Gruber [this message]
2008-07-14  8:16     ` Eric Wong
2008-07-14  9:14       ` Michael J Gruber

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=48774A0F.2070805@fastmail.fm \
    --to=michaeljgruber+gmane@fastmail$(echo .)fm \
    --cc=git@vger$(echo .)kernel.org \
    --cc=normalperson@yhbt$(echo .)net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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