On Tue, Dec 4, 2012 at 10:19 PM, Carsten Fuchs <carsten.fuchs@xxxxxxx> wrote: > Hi Piotr, > > Am 2012-12-04 18:29, schrieb Piotr Krukowiecki: > >> Is there a way to handle svn repository with following layout? >> >> repo/trunk >> repo/branches/branch1 >> repo/branches/branch2 >> repo/branches/work/developer1/branch3 >> repo/branches/work/developer1/branch4 >> repo/branches/work/developer2/branch5 > > see my post at > http://www.cafu.de/forum/viewtopic.php?f=14&t=1092 > heading "Branches outside branches/". > > You may need something like > git config --add svn-remote.svn.fetch > "path.../branchX:refs/remotes/branchX" > for each of your branches. Thanks, that works :) Although not an ideal solution - I have to manually configure all branches + update them as they are created -- Piotr Krukowiecki -- 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