git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git-svn+cygwin failed fetch
@ 2007-07-10 18:06 Russ Dill
  2007-07-11  9:06 ` Eric Wong
  0 siblings, 1 reply; 6+ messages in thread
From: Russ Dill @ 2007-07-10 18:06 UTC (permalink / raw)
  To: git

[...]/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.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-07-12 18:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-10 18:06 git-svn+cygwin failed fetch Russ Dill
2007-07-11  9:06 ` 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

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).