About post-review and mercurial

2009-07-19 Thread frankabel

Hi all,

Here what I get while trying uses post-review command inside a
mercurial repo:


$ post-review --server=https://frankabel.cujae.edu.cu/reviewboard/
reviewboard/ --username=frankabel --password=PpMeOv606 --revision-
range=35:38
Traceback (most recent call last):
  File "/usr/local/bin/post-review", line 5, in 
pkg_resources.run_script('RBTools==0.2beta1', 'post-review')
  File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 448,
in run_script
self.require(requires)[0].run_script(script_name, ns)
  File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 1173,
in run_script
exec script_code in namespace, namespace
  File "/usr/local/lib/python2.6/dist-packages/RBTools-0.2beta1-
py2.6.egg/EGG-INFO/scripts/post-review", line 2313, in 

  File "/usr/local/lib/python2.6/dist-packages/RBTools-0.2beta1-
py2.6.egg/EGG-INFO/scripts/post-review", line 2254, in main

  File "/usr/local/lib/python2.6/dist-packages/RBTools-0.2beta1-
py2.6.egg/EGG-INFO/scripts/post-review", line 2206, in
determine_client

  File "/usr/local/lib/python2.6/dist-packages/RBTools-0.2beta1-
py2.6.egg/EGG-INFO/scripts/post-review", line 744, in
get_repository_info

  File "/usr/local/lib/python2.6/dist-packages/RBTools-0.2beta1-
py2.6.egg/EGG-INFO/scripts/post-review", line 1898, in execute

  File "/usr/lib/python2.6/subprocess.py", line 595, in __init__
errread, errwrite)
  File "/usr/lib/python2.6/subprocess.py", line 1092, in
_execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
$



Any help? What I'm doing wrong? If anybody have experience with
reviewboard and mercurial, would be nice see what about "http://
groups.google.com/group/mercurial_general/browse_thread/thread/
b53558ae8182ba8c" too.

Cheers
Frank Abel

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---



email not working

2009-07-19 Thread pouakai68

I have hit a dead end trying to enable email notifications for our RB
site.

My users have an email address specified in Auth/Users.
My users are part of a review group.
The review group has no mailing list specified.
In Settings/E-Mail "Send e-mails for review requests and reviews" is
checked and a verified server is specified.

When I submit a review to the group there is no email activity.
I cannot find anything in the log file nor is there any error message.

Cheers,
Pouakai
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---



Re: Search Error: DLL load failed: The specified module could not be found

2009-07-19 Thread Kaan

re-installing pylucene solved the problem.

Best,
Kaan
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---



Re: About post-review and mercurial

2009-07-19 Thread Christian Hammond
Hi Frank,

It seems the line numbers have changed quite a bit between that version and
SVN HEAD, but the first thing to check is that hg is in your path.

If you run with --debug, you'll get more information about what command it's
trying to execute.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.review-board.org
VMware, Inc. - http://www.vmware.com


On Sun, Jul 19, 2009 at 12:07 PM, frankabel  wrote:

>
> Hi all,
>
> Here what I get while trying uses post-review command inside a
> mercurial repo:
>
>
> $ post-review --server=https://frankabel.cujae.edu.cu/reviewboard/
> reviewboard/ 
> --username=frankabel
>  --password=PpMeOv606 --revision-
> range=35:38
> Traceback (most recent call last):
>  File "/usr/local/bin/post-review", line 5, in 
>pkg_resources.run_script('RBTools==0.2beta1', 'post-review')
>  File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 448,
> in run_script
>self.require(requires)[0].run_script(script_name, ns)
>  File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 1173,
> in run_script
>exec script_code in namespace, namespace
>  File "/usr/local/lib/python2.6/dist-packages/RBTools-0.2beta1-
> py2.6.egg/EGG-INFO/scripts/post-review", line 2313, in 
>
>  File "/usr/local/lib/python2.6/dist-packages/RBTools-0.2beta1-
> py2.6.egg/EGG-INFO/scripts/post-review", line 2254, in main
>
>  File "/usr/local/lib/python2.6/dist-packages/RBTools-0.2beta1-
> py2.6.egg/EGG-INFO/scripts/post-review", line 2206, in
> determine_client
>
>  File "/usr/local/lib/python2.6/dist-packages/RBTools-0.2beta1-
> py2.6.egg/EGG-INFO/scripts/post-review", line 744, in
> get_repository_info
>
>  File "/usr/local/lib/python2.6/dist-packages/RBTools-0.2beta1-
> py2.6.egg/EGG-INFO/scripts/post-review", line 1898, in execute
>
>  File "/usr/lib/python2.6/subprocess.py", line 595, in __init__
>errread, errwrite)
>  File "/usr/lib/python2.6/subprocess.py", line 1092, in
> _execute_child
>raise child_exception
> OSError: [Errno 2] No such file or directory
> $
>
>
>
> Any help? What I'm doing wrong? If anybody have experience with
> reviewboard and mercurial, would be nice see what about "http://
> groups.google.com/group/mercurial_general/browse_thread/thread/
> b53558ae8182ba8c"
> too.
>
> Cheers
> Frank Abel
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---