RE: Submitting patches, subversion post-review support for already committed revisions

2010-01-12 Thread Bickford, Mark
I've run into this recently, not with post-review so much as with the IDEA plugin (http://code.google.com/p/idea-reviewboard/). We're using RB 1.0.5.1 and a 1.6 revision of Subversion. In our case, we substantially reorganized our Subversion tree, and then I branched the code twice more. So t

Re: About Internationalization of Reviewboard

2010-01-12 Thread Łukasz Jernaś
On Mon, Jan 11, 2010 at 10:41 AM, David Trowbridge wrote: > You can generate a PO file using "./manage.py makemessages -a" from > within the reviewboard tree. This will generate locale/en/django.po. I > think that if there are more locales in the list, it will also > generate PO files for those, t

Re: About Internationalization of Reviewboard

2010-01-12 Thread Christian Hammond
Try ./reviewboard/manage.py You'll need to prepare the tree with ./contrib/internal/prepare-dev.py if you haven't already. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Tue, Jan 12, 2010 at 12:27 PM, Łuka

Re: About Internationalization of Reviewboard

2010-01-12 Thread Łukasz Jernaś
On Tue, Jan 12, 2010 at 9:29 PM, Christian Hammond wrote: > Try ./reviewboard/manage.py > > You'll need to prepare the tree with ./contrib/internal/prepare-dev.py if > you haven't already. thanks for the tip. Additional info: You have to create the directory reviewboard/locale/ by hand. A default