Re: commit-policy
Völker Ronny <[email protected]>
| Newsgroups | gmane.comp.java.scarab.devel |
|---|---|
| Message-ID | <[email protected]> |
Torsten Reuth wrote: >I was wondering if using a branch for every new commiter would give >somebody a hard time to keep all that branches in sync with the trunk? >Shouldn't the changes in the trunk be merged back into the several >branches to prevent something sneaking back into the trunk from an >outdated branch? Rebasing the branch is of course the responsibility of the new committer. But it should be fairly easy using svnmerge.py. How regularly he does it, is his decision. Finally the branch has to be in sync with the trunk every time it gets merged back. Btw. I would not force anyone to use a branch. Sending patches is still ok for me. Ronny