On 2009-12-18 19:15, Ken Krugler wrote:

2. How do you handle svn + git?

E.g. do you always generate your patches in git, and then roll patches
into SVN using Eclipse?

I went through this recently in another project. First, I use 'git svn clone', then 'git svn rebase' to sync with svn (and apply my local changes), then I use git branching profusely to work on various patches, and finally I use git-svn-diff (a separate Python script) to generate an SVN-compatible diff.

I'm still a git newbie but so far I like it a lot. It reminds me of the switch from CVS to SVN ;)

--
Best regards,
Andrzej Bialecki     <><
 ___. ___ ___ ___ _ _   __________________________________
[__ || __|__/|__||\/|  Information Retrieval, Semantic Web
___|||__||  \|  ||  |  Embedded Unix, System Integration
http://www.sigram.com  Contact: info at sigram dot com

Reply via email to