Re: git-svn: Having a "rare" structure
From: Marc Fargas <hidden>
Date: 2016-06-15 22:45:36
Hi, On Wed, Nov 5, 2008 at 2:07 PM, Michael J Gruber [off-list ref] wrote:
git config svn-remote.svn.branches 'django/branches/features/*:refs/remotes/svn/features/*' git config --add svn-remote.svn.branches 'django/branches/releases/*:refs/remotes/svn/releases/*' In fact, you should be able to use your previous branches config when fetching up to r9093, then switch to the config I suggested, and the fetch from r9094.
I'll try it right now, I have one q... I've been fetching from svn so I now have "like a mess" in the branches dir (and their history) is there a way to make git-svn forget about everything after r9093 so I can do the config change and re-fetch since then? That'd be awesome. Thanks a lot for the tip! ;) Sincerelly, Marc -- http://www.marcfargas.com - will be finished someday.