Unable to get post-review to recognise a P4 repository

2012-03-26 Thread Lee Winder
I'm trying to run post-review within a Perforce workspace without any success. I believe I've read all the available documentation and spent the day investigating other peoples similar problems with should have helped but don't seem to. The main problem seems to be that it doesn't know there

Re: Unable to get post-review to recognise a P4 repository

2012-03-27 Thread Lee Winder
led is Hg, and I'm as far away as possible from any other those repositories. There are no SVN files or files with SVN in their name anywhere in my P4 repository. Lee On Monday, 26 March 2012 16:00:49 UTC+1, Lee Winder wrote: > > I'm trying to run post-review within a Perforce workspace

Re: Unable to get post-review to recognise a P4 repository

2012-03-27 Thread Lee Winder
I don't have SVN installed in any form (command line, TortoiseSVN etc.) so 'svn info' just generates what I'd expect. 'svn' is not recognized as an internal or external command, > operable program or batch file. The only other VC system I have installed is Hg, and I'm as far away as possible

Re: Unable to get post-review to recognise a P4 repository

2012-03-27 Thread Lee Winder
Ah, copy/paste errors, we've all been there - my bad for not rooting around in the source code a bit more :) I didn't have the the diffutils installed (it's a pretty new PC set up) but now I have, the reviews are being posted as expected, thanks for the assist. Now I just need to get it set up

Unable to add P4 Unicode Server as a new repository

2012-03-27 Thread Lee Winder
Another small P4 problem... We're working with multiple repositories and 1 of these is a unicode server. I've made sure my local p4 client is set up as a unicode client (p4 set P4CHARSET=utf8) and I am able to log into and query the server via the command line. But if I try to add this reposit

Re: Unable to add P4 Unicode Server as a new repository

2012-03-28 Thread Lee Winder
Humm, that's slightly worrying. So when running, ReviewBoard just uses the standard p4 command line client as installed on the system? Does it use the p4 client on the local machine, or does it use the client on the ReviewBoard server? If it's server side, that will cause problems mixing en

Re: Unable to add P4 Unicode Server as a new repository

2012-03-28 Thread Lee Winder
I think we've come to the conclusion that when adding a new repository it uses the servers p4 command line though when creating reviews (using post-review) it must use the p4 command line on the client. Hopefully we're right in that regard? Either way, I've set the character set on the client a

Re: Unable to add P4 Unicode Server as a new repository

2012-04-02 Thread Lee Winder
Would you be able to point me to where p4api is used within the RB source code? I'm hitting a brick wall here and it's certainly not using the credentials I'm adding to the 'Add Repository' page to communicate with the server. I'm guessing I may need to alter the char set value via p4API to g