Hi,
the WMS cascading work is about to start, we'll need a place
where multiple people can share their work.

Options:
- work directly on trunk.
   Upsides: it's easy, requires no extra setup/software
   Downsides: it might result in breakages of trunk
- create a branch
   Upsides: requires no extra setup
   Downsides: we're playing against a svn 1.4.6 server
              meaning we'd have to be careful about what
              we do, possibly by working on the branch
              for some time and then manually merging
              with trunk with whatever conflicts might arise
- use git, github and git-svn
   Upsides: we could have both our private working space and
            a shared branch on github to play and share
   Downsides: new software, new way of doing stuff

Another issue with github is that I'm not sure how to play
with it.
Like, how do we keep that clone up to date vrt svn? Afaik it's
a manual process.
Also making a full clone of the svn history seems to be quite
painful, I've tried but eventually gave up a few hours later.
Making a "shallow" clone with only the last thousand revisions
out of svn does not look so bad though.

Opinions?

Cheers
Andrea

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

------------------------------------------------------------------------------
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to