I don't know about others versioning systems and I could be wrong, but I guess that with git this might not be so hard. For the authentication method and ownership a public key could be used and configured for each repository added to ReviewBoard. Also, git has their own way to merge patches, and a manual intervention might be required only if the automatic push failed.
On 28 jul, 21:30, David Trowbridge <[email protected]> wrote: > Review Board doesn't provide any way to push to the repository because > it's actually a really hard problem (re: authentication credentials, > ownership, and merging out-of-date patches). We expect that after a > patch is reviewed, either the author or reviewer will then push it > into the repository using their normal SCM tools. > > -David > > On Wed, Jul 28, 2010 at 5:23 PM, Diego G. Pasqualin > > <[email protected]> wrote: > > Hi, first of all thanks for the ReviewBoard, it is what I was looking > > for months! I work at C3SL (we are mirror of sourceforge.net, ubuntu > > and many others) and we have some projects with a large amount of > > patchs per day. You certainly know how difficult is to handle this > > using just e-mails. > > > Well, I installed the ReviewBoard successfully and now I have a doubt > > about how to commit the changes marked as "Submitted" to the main > > repository of the project. I'm using git and I want to know if the > > commits to the repo should be made manually (shell command) or I can > > make it using the ReviewBoard interface in some way. > > > If it is not possible now, I want to put it as a suggestion for future > > versions. Allow the administrator to push a review to the main > > repository using the ReviewBoard interface or better than that, > > allowing the aministrator to configure a minimum number of reviewers > > to check a review as "Submitted", when the ReviewBoard would make the > > push automatically. > > > Thanks again, > > > Diego G. Pasqualin > > > By the way, sorry for my english, I'm learning ;) > > > -- > > Want to help the Review Board project? Donate today > > athttp://www.reviewboard.org/donate/ > > Happy user? Let us know athttp://www.reviewboard.org/users/ > > -~----------~----~----~----~------~----~------~--~--- > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group > > athttp://groups.google.com/group/reviewboard?hl=en -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org/users/ -~----------~----~----~----~------~----~------~--~--- To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/reviewboard?hl=en
