Re: git-svn branch naming question
From: Björn Steinbrink <hidden>
Date: 2016-06-15 22:43:57
On 2007.12.09 03:05:10 +0100, Miklos Vajna wrote:
On Sun, Dec 09, 2007 at 12:52:48AM +0100, Miklos Vajna [off-list ref] wrote:quoted
quoted
[svn-remote "svn"] url = https://url/to/your/svn/repo fetch = trunk:refs/heads/trunk
^^^^^
quoted
quoted
branches = branches/*:refs/heads/*
^^^^^
quoted
quoted
tags = tags/*:refs/heads/tags/*
^^^^^
url = svn+ssh://vmiklos@svn.gnome.org/svn/ooo-build
fetch = trunk:refs/master
branches = branches/*:refs/*
tags = tags/*:refs/tags/*Just a guess, but this seems pretty headless ;-) Björn
and wanted to fetch the revisions, but actually $ git svn fetch does not fetch any revisions. (yes, it does once i put back the "remotes" prefix). is this a bug? :) thanks, - VMiklos