On Sun, Dec 09, 2007 at 03:13:36AM +0100, Björn Steinbrink [off-list ref] wrote:
quoted
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 ;-)
oh, right. here is my fixed config:
[svn-remote "svn"]
url = svn+ssh://vmiklos@svn.gnome.org/svn/ooo-build
fetch = trunk:refs/heads/master
branches = branches/*:refs/heads/*
tags = tags/*:refs/tags/*
git svn fetch still does not seem to do anything :S
thanks,
- VMiklos