[...]/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. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html