Hans Bakker wrote: > Hi Chris, > > We will support this branch even if it will not be accepted into the > trunk. We will also regularly update it with a trunk version of which we > know it is good. (we actually just did)
Bother. Just because it's in a branch, doesn't mean it is not part of ofbiz. There is just one repository, it's all ofbiz. All branches, all tags, all revisions. These licensing issues should have been fixed before it was ever committed into the repository. Git would have made this much easier to deal with, as you could have done this all locally, got it all working, published your local work somehow(there are several ways), others could have cloned it, and then finally pushed it back to svn. While not as big as birt, I've done several back-to-back svn commits. I'll stage a bunch of changes, even rewrite history, so that when it comes time to commit, I know each change works and doesn't break anything(or mostly).