On 2012-01-24 4:29 PM, Geert Uytterhoeven wrote: > 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 ;-) Yeah, I'm aware of the above limitations. I've been using git-svn for all of my OpenWrt checkouts for a few years now. The rebase/cherry-pick can be easily automated with a script, and the authorship can be annotated in the commit messages. I don't think either of those limitations is problematic at all.
- Felix _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel