[LLVMdev] [cfe-dev] Reminder: LLVM 2.9 Branching in One Week
David A. Greene
greened at obbligato.org
Mon Feb 28 11:25:09 PST 2011
Owen Anderson <resistor at mac.com> writes:
> It doesn't work because git-svn assumes that all of your branches
> begin at the same position in the SVN tree, i.e. llvm/branches/*. The
> problem is that we have some branches in llvm/branches/*, some in
> llvm/branches/Apple/*, some in llvm/branches/ggrief/*, etc. The end
> result is that git-svn gets horribly confused.
What options were used with git-svn init? It certainly can support
multiple branch/tag directories:
init
--tags=<tags_subdir>
--branches=<branches_subdir>
You can specify more than one --tags and/or --branches options, in
case your Subversion repository places tags or branches under multiple
paths.
-Dave
More information about the llvm-dev
mailing list