git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Harry Vangberg <ichverstehe@gmail.com>
To: "Björn Steinbrink" <B.Steinbrink@gmx.de>, git@vger.kernel.org
Subject: Re: git-svn doesn't fetch anything
Date: Thu, 5 Feb 2009 09:54:53 +0100	[thread overview]
Message-ID: <941ff7dd0902050054v51853a4bgad1dca9211bcd75a@mail.gmail.com> (raw)
In-Reply-To: <20090205033638.GD28280@atjola.homenet>

2009/2/5 Björn Steinbrink <B.Steinbrink@gmx.de>:
> Hm, the branches and tags config looks weird to me. Is the path to them
> really ".../turntool/plantool/plantool/branches"?

I tried doing this:

$ git svn init https://svn.turntool.com/svn/turntool/plantool -s
--username=harry
Initialized empty Git repository in /Users/h/work/projsvn/.git/
$

Then I changed .git/config to look like this:

$ cat .git/config
[core]
        repositoryformatversion = 0
        filemode = true
        bare = false
        logallrefupdates = true
        ignorecase = true
[svn-remote "svn"]
        url = https://svn.turntool.com/svn/turntool/plantool
        fetch = trunk:refs/remotes/trunk
        branches = branches/*:refs/remotes/*
        tags = tags/*:refs/remotes/tags/*
$

And finally tried to fetch it all

$ git svn fetch --all
$

It simply exists quietly, still without fetching *anything* and
leaving me in no branch, in an empty dir. :/

  reply	other threads:[~2009-02-05  8:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-04 23:49 git-svn doesn't fetch anything Harry Vangberg
2009-02-05  3:36 ` Björn Steinbrink
2009-02-05  8:54   ` Harry Vangberg [this message]
2009-02-05 11:08     ` Michael J Gruber
     [not found] ` <86d4c5e00902042223n11caac95k2b226e3c2ce8658@mail.gmail.com>
     [not found]   ` <941ff7dd0902050033r5fa07533iac6dd3b4b5222af1@mail.gmail.com>
2009-02-05  8:43     ` Fwd: " Harry Vangberg

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=941ff7dd0902050054v51853a4bgad1dca9211bcd75a@mail.gmail.com \
    --to=ichverstehe@gmail.com \
    --cc=B.Steinbrink@gmx.de \
    --cc=git@vger.kernel.org \
    /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).