Re: New user group

2009-02-19 Thread Brot
Hello Kunal, I encountered the same problem in my company and at the moment we didn't have a good solution. There is the possibility to pass all relevant files as an command line argument to the post_review script. But this is a manual process and could produce faulty reviews. The other problem

Re: post-review under windows

2009-02-16 Thread Brot
16, 2009 at 3:08 AM, Brot schla...@gmail.com wrote: I don't have clearcase installed. I am working with svn. I changed the lines    for tool in (SVNClient(), CVSClient(), GitClient(), MercurialClient (),                 PerforceClient(), ClearCaseClient()): to    for tool

Re: post-review under windows

2009-02-16 Thread Brot
) File c:\Programme\Python2.5\lib\_MozillaCookieJar.py, line 118, in save f = open(filename, w) IOError: [Errno 2] No such file or directory: 'C:\\Dokumente und Einstellungen\\Administrator\\Local Settings\\Application Data\\.post-review-cookies.txt' On Feb 16, 12:39 pm, Brot schla...@gmail.com

Re: pre-commit workflow

2009-02-13 Thread Brot
the possibility to connect via ssh and work with the post- review script? Another alternative could be a REST webservice for review-board to upload new reviews?! ~ Bernd On 12 Feb., 18:26, Jeff Andros j...@bigredtj.com wrote: 2009/2/12 Brot schla...@gmail.com Hello, today I installed Reviewboard