Home

Welcome to my website.
One day I’ll get properly organised, but for now I’m using this space to record links and information that I have found useful for my own projects.

6 thoughts on “Home

  1. Karthik

    Hi Wavey,
    I have seen you blog on installing Review Board for Perforce. It is nice.
    Actually I am doing installation for Clearcase repository. I have a query regarding post-review,
    Shall I know where is the post-review script in windows? I want to edit it for clearcase.

    Thanks in advance,
    Karthik.

    Reply
  2. David Post author

    Hi Karthik,

    You should find post-review in a folder something like:

    C:\Python25\Lib\site-packages\ReviewBoard-1.0alpha2-py2.5.egg\reviewboard\contrib\tools\

    In the older ReviewBoard version I was using this script did not have a “.py” extension (new versions might) so copied it to a folder in my PATH adding a “.py” extension, then applied my customisations.

    If you want to distribute post-review to other users who might not have Python installed you can ‘compile’ it into an executable using py2exe. I posted some info on this here : http://groups.google.com/group/reviewboard/browse_thread/thread/d8595a6ab0b2ca56/f0403707e722aec4?lnk=gst&q=py2exe+ball#f0403707e722aec4

    David

    Reply
    1. Karthik

      Hi David,
      I don’t find the post-review script in the path you have mentioned.

      There is a post-review python script in Python25/scripts path, which has following thing in it.

      pkg_resources.run_script(‘RBTools==0.2beta1’, ‘post-review’)

      I am not familiar with python.

      are you getting anything from the above line?

      Thanks,
      Karthik

      Reply

Leave a comment