On Tue, Jan 24, 2012 at 16:16, Felix Fietkau <n...@openwrt.org> wrote: > Probably not going to happen for the main repo. Some developers like to > stay with SVN. Right now I don't see a point in pushing for a complete > switch to git, since the svn<->git integration is working just fine.
While git-svn is bidirectional, there are limitations when working with other people using git: - After pulling from another git repository, you cannot just dcommit the result to the svn repository. You must rebase or cherry-pick it on top of your branch you use to sync with svn. - You loose the original authorship, as dcommit will commit it to svn as your own. Disclaimer: it's been a few months I used git-svn, so things may have changed in the mean time. Welcome to the road to heaven^H^H^H^H^H^Hgit ;-) Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel