Arborist – Subversion Tree Doctoring
I made Arborist because dealing with merging between subversion branches is a pain in the arse. The particular merge problem it is trying to solve is when you have multiple release branches of a project, like this:
trunk – all changes from rel2 and rel1 need to get into here
rel2 branch – all changes from rel1 need to get into here
rel1 branch
It provides tools to keep track of what still needs to be merged in, and assists with the merging process.
In addition, it is designed to deal with projects that are broken down into separate modules, linked together with svn:externals references.
(Link: Arborist – Subversion Tree Doctoring)


April 14, 2010

No comments yet... Be the first to leave a reply!