Ben Caradoc-Davies ha scritto:
> Andrea and Justin,
> 
> do you use a single "git svn init" command for the whole geotools repo 
> or do you use "git svn init" once for each branch? What pattern do you 
> find works best for geotools trunk development and branch maintenance?

What I did so far was to checkout only trunk, and then create a slew
of feature branches every time I'm working/experimenting on something.
Once I'm satisfied I merge back with "master" and commit to the svn repo.

The stable branch I still manage with svn, mostly doing "svn merge ..."
from trunk.
Honestly I did not try out many alternatives as backporting to the
stable branch has become increasingly difficult due to the growing
difference between the two code bases (at least in the areas I normally
deal with), so I don't do that very often lately.

Cheers
Andrea

-- 
Andrea Aime
OpenGeo - http://opengeo.org
Expert service straight from the developers.

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to