[Geoprisma-dev] How I develop new features and patch

Yves Moisan yves.moisan at boreal-is.com
Mon Dec 21 16:17:47 EST 2009


> Hi,
> 
>   I'd like to share how I create/modify GeoPrisma features.  If you have 
> better ways I'd like to hear them of course or don't hesitate to comment.
> 
>   I simply checkout a fresh version of the trunk per feature 
> created/modified.  For example, to apply a new patch from a ticket, I 
> checkout the trunk and apply the patch.  If I need to change anything, I 
> change them there.  These 'modified trunks' can always be updated to fit 
> the last trunk version and when ready to commit, a simple "commit" does 
> the trick.
> 
Or maybe do svn co --ignore-externals and then add your symlink to an
existing externals ?

"Besides the svn checkout, svn update, svn switch, and svn export
commands which actually manage the disjoint (or disconnected)
subdirectories into which externals are checked out, the svn status
command also recognizes externals definitions. It displays a status code
of X for the disjoint external subdirectories, and then recurses into
those subdirectories to display the status of the external items
themselves. You can pass the --ignore-externals option to any of these
subcommands to disable externals definition processing."
http://svnbook.red-bean.com/nightly/en/svn.advanced.externals.html

Yves




More information about the Geoprisma-dev mailing list