git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Russ Dill" <russ.dill@gmail.com>
To: git@vger.kernel.org
Subject: git-svn+cygwin failed fetch
Date: Tue, 10 Jul 2007 11:06:16 -0700	[thread overview]
Message-ID: <f9d2a5e10707101106w305e28acy55f465e558485298@mail.gmail.com> (raw)

[...]/src $ mkdir foo
[...]/src $ cd foo
[...]/src/foo $ git-svn init -t tags -b branches -T trunk
https://www.[...].com/svn/foo/bar/bla
Initialized empty Git repository in .git/
Using higher level of URL: https://www.[...].com/svn/foo/bar/bla =>
https://www.[...].com/svn/foo

[...]/src/foo $ git-svn fetch
config --get svn-remote.svn.url: command returned error: 1

[...]/src/foo $ git config --get svn-remote.svn.url
https://www.[...].com/svn/foo

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

[...]/src/foo $ git --version
git version 1.5.2.2

[...]/src/foo $ git-svn --version
git-svn version 1.5.2.2 (svn 1.4.3)

My versions of git and svn are the one that comes with cygwin.

             reply	other threads:[~2007-07-10 18:06 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-10 18:06 Russ Dill [this message]
2007-07-11  9:06 ` git-svn+cygwin failed fetch Eric Wong
2007-07-11  9:54   ` Russ Dill
2007-07-12  5:48     ` Eric Wong
2007-07-12 17:49       ` Russ Dill
2007-07-12 18:27         ` Eric Wong

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=f9d2a5e10707101106w305e28acy55f465e558485298@mail.gmail.com \
    --to=russ.dill@gmail.com \
    --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).