Re: post-review under windows

2009-02-16 Thread Brot
Ok, there is another locale problem now. I have Windows XP with German language installed. So my path to the USERPROFILE looks like C:\Dokumente und Einstellungen\Administrator\Lokale Einstellungen \Anwendungsdaten But in post-review there is this code: if 'USERPROFILE' in os.environ:

Re: post-review under windows

2009-02-16 Thread Brot
no, I am using an German locale. post-review works now for me under windows. I have installed all components now: python, svn-client and gnu-diffutils. I am using post-review with the ClearCaseClient call and have no problems now. Nonetheless, seems little bit strange to me. Installation is so m

Re: post-review under windows

2009-02-16 Thread Christian Hammond
Are you using an English locale? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Mon, Feb 16, 2009 at 3:08 AM, Brot wrote: > > I don't have clearcase installed. I am working with svn. > > I changed the li

Re: post-review under windows

2009-02-16 Thread Brot
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 in (SVNClient(), CVSClient(), GitClient(), MercurialClient (),

Re: post-review under windows

2009-02-16 Thread Dan Savilonis
I haven't tried to run post-review with clearcase, but I think your problem may simply be that cleartool is not in your path for some reason. get_repository_info runs 'cleartool pwv -short' and that's what you see failing with file not found in your traceback. Dan On Feb 16, 3:24 am, Brot wrote