Hi Marc, > If we all create our own branch'es i need a little "how to" > because i've never done this before.
Well, first you create a branch: svn copy http://svn.mapbender.org/mapbender/trunk/mapbender http://svn.mapbender.org/mapbender/branches/marc_dev -m "creating private branch" There you make your changes as usual. And when you are done you merge them back using the 'svn merge' command. Maybe we can do a merge together, when you have something It is explained in more detail in Chapter 4 of the the svnbook at http://svnbook.read-bean.com (there's a german version available) Karim _______________________________________________ Mapbender_dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapbender_dev
