Re: Error while adding perforce 2012.2 repository to reviewboard 1.7.4

2013-02-20 Thread chuck j
Thanks David for responding my email.

Here are the steps which i followed.

My Linux box has el5 has following openssl package.

openssl097a-0.9.7a-9.el5_2.1
openssl-devel-0.9.8e-12.el5
openssl097a-0.9.7a-9.el5_2.1
openssl-0.9.8e-12.el5
openssl-0.9.8e-12.el5
openssl-devel-0.9.8e-12.el5

To compile p4python, i need to have openssl 1.0.1

So i downloaded openssl 1.0.1c,
./config
make
make test
make install

Openssl gets installed at /usr/local/ssl location.

I downloaded p4python and p4api from perforce.org site.

python setup.py build --apidir /home/me/p4api --ssl /usr/local/ssl/lib
python setup.py install

Then i assume that p4python gets installed.

I tested with the steps in python prompt

import P4
p4 = P4.P4()
p4.connect()
Traceback (most recent call last):
  File stdin, line 1, in module
  File /usr/local/lib/python2.7/site

 -packages/P4.py, line 642, in connect
 P4API.P4Adapter.connect( self )
 P4.P4Exception: [P4.connect()] Connect to server failed; check $P4PORT.
 SSL library must be at least version 1.0.1.


Please let me know if you need any thing else.

Regards,
Chuck

On Tue, Feb 19, 2013 at 6:25 AM, David Trowbridge trowb...@gmail.comwrote:

 Can you show me a log of exactly which commands you used to build and
 install p4python?


 -David


 On Wed, Feb 13, 2013 at 12:00 PM, chuck j cjerry2...@gmail.com wrote:

 Dear  All,

 Its seems i have got some success while configuring ssl.

 Now that our perforce server is running on ssl

 I am try to add the repository, while doing so i am getting below error
 message.


- *The specified Perforce port includes ssl:, but the p4python
library was built without SSL support or the system library path is
incorrect. *

 As we have not able to find rpm for RHEL 2.6 OpenSSL 1.0.1, we have to
 build openssl 1.0.1, which eventually got installed at /usr/local/ssl/bin/
 /usr/local/ssl/ then we have build p4python with --ssl option.

 But its seems that still reviewboard reports about the above error
 message. Please help us know where to add the path of new build openssl
 library for which reviewboard server is looking for, if some pointer will
 be highly appreciated.

 -Chuck





 On Wed, Feb 13, 2013 at 7:24 AM, chuck j cjerry2...@gmail.com wrote:


 Does my p4 info output gave expected output.



 [root@svrrb1 works]# p4 info
 User name: chuckj
 Client name: svrrb1
 Client host: svrrb1.na.software.com
 Client unknown.
 Current directory: /works
 Peer address: 182.16.43.144:42238
 Client address: my ip address
 Server address: some ip:1666
 Server root: /PFMETA/p4root
 Server date: 2013/02/12 01:09:47 -0800 PST
 Server uptime: 286:15:29
 Server version: P4D/LINUX26X86_64/2012.2/50 (2013/01/18)
 Server encryption: encrypted
 Server cert expires: Jan 31 10:22:47 2015 GMT
 Server license: Software Corporation users (expires 2013/02/21)
 Server license-ip: some ip:1666
 Case Handling: sensitive



 On Tuesday, February 12, 2013 4:49:40 PM UTC+5:30, chuck j wrote:

 Since i couldn't find openssl 1.0.1 rpm, I have to manually compile and
 build then install it to the default path, then later i have build 
 p4python.

 root@svrrb1 p4python-2012.2.549493# python setup.py build --apidir
 /works/p4api-2012.2.585708/ --ssl /usr/local/
 root@svrrb1 p4python-2012.2.549493# python setup.py install --apidir
 /works/p4api-2012.2.585708/

 Assuming everything above working fine i test by providing below
 command line.

  import P4
  p4 = P4.P4()
  p4.connect()
 Traceback (most recent call last):
   File stdin, line 1, in module
   File /usr/local/lib/python2.7/**site-packages/P4.py, line 642, in
 connect
 P4API.P4Adapter.connect( self )
 P4.P4Exception: [P4.connect()] Connect to server failed; check $P4PORT.
 SSL library must be at least version 1.0.1.

 Does my P4Python is build with OpenSSL.1.0.1 libarary, What is missing
 in my setup?

 I know this is not the right forum for above queries but this may
 provide some hint why adding repository to reviewboard is giving error.

 Please let me know if you need any more info, log for the same.

 - Chuck




 On Tuesday, February 12, 2013 2:51:15 PM UTC+5:30, chuck j wrote:

 Hi ,

 This is what i get for p4 info

 [root@svrrb1 works]# export P4USER=chuckj
 [root@svrrb1 works]# export P4PORT=ssl:some ip:1666
 [root@svrrb1 works]# p4 login
 Enter password:
 User chuckj logged in.

 [root@svrrb1 works]# p4 info
 User name: chuckj
 Client name: svrrb1
 Client host: svrrb1.na.software.com
 Client unknown.
 Current directory: /works
 Peer address: 182.16.43.144:42238
 Client address: my ip address
 Server address: some ip:1666
 Server root: /PFMETA/p4root
 Server date: 2013/02/12 01:09:47 -0800 PST
 Server uptime: 286:15:29
 Server version: P4D/LINUX26X86_64/2012.2/**50 (2013/01/18)
 Server encryption: encrypted
 Server cert expires: Jan 31 10:22:47 2015 GMT
 Server license: Software Corporation users (expires 2013/02/21)
 Server license-ip: some ip:1666
 Case Handling: sensitive

 The authentication of 

Re: Process for moving older RB database to new install

2013-02-20 Thread virtualAdmin
Hey Christian,

Thanks for the reply.  Based on what you said, the approach I'm going to 
take is:

1. Get a server running with the same python version as the old server 
(2.4).
2. Copy over site-packages from the old to the new server.
3. Install Reviewboard 1.5.5.
4. Debug from there.

I'll post back here with progress.

On Tuesday, February 19, 2013 6:40:52 PM UTC-5, Christian Hammond wrote:

 Hi,

 You can install a specific one by doing ReviewBoard==1.5.5

 The problem you're going to hit is that, back in the 1.5.5/early 1.6 days, 
 we had dependencies listed like Django=1.2, but this will break for a 
 new install, because the latest versions won't work with 1.5.5.

 Assuming your Python versions are the same, try copying your site-packages 
 directory from one server to another. That should help get you going.

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com javascript:
 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com 

 On Feb 19, 2013, at 3:38 PM, virtualAdmin mrcu...@gmail.com javascript: 
 wrote:

 Hello again,

 I found the 1.5 install 
 instructionshttp://www.reviewboard.org/docs/manual/1.5/admin/installation/linux/again.
   Everything has gone ok up to the point of installing Reviewboard 
 itself.  It looks like I want to easy_install the 1.5.5 version in 
 herehttp://downloads.reviewboard.org/releases/ReviewBoard/1.5/
 .

 But the Installing Development Releases 
 pagehttp://www.reviewboard.org/docs/manual/1.5/admin/installation/development-releases/#installing-development-releasesonly
  has instructions for installing the latest from a particular major 
 version, which makes it look like I should do something like this:

 easy_install -f http://downloads.reviewboard.org/releases/ReviewBoard/1.5/ -U 
 ReviewBoard


 But how can I point easy_install at the 1.5.5 version?

 On Tuesday, February 19, 2013 2:59:09 PM UTC-5, virtualAdmin wrote:

 Hello,

 I have a live Reviewboard 1.5.5 installation.  We do regular backups with 
 mysqlhotcopy.  My question is - what is the process for using that older 
 database with a new Reviewboard installation?  All of the upgrade 
 instructions I have seen seem to advocate upgrading RB in place, but we 
 would like the keep the old install operational and untouched until the new 
 one is up and running.

 So it seems to me that I need to install RB 1.5.5 on the new server, 
 import the old DB, and then run the RB upgrade there to get the latest 
 version of RB.  Is this correct?  If so, how would I go about installing 
 the 1.5.5 version of Reviewboard?  Also, how do I find the correct 
 dependencies?

 Thanks,
 Matt


 -- 
 Want to help the Review Board project? Donate today at 
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to 
 reviewboard...@googlegroups.com javascript:
 For more options, visit this group at 
 http://groups.google.com/group/reviewboard?hl=en
 --- 
 You received this message because you are subscribed to the Google Groups 
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to reviewboard...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  




-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
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
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




How to get review id before publishing a review request

2013-02-20 Thread chuck j
Hi,

how to get review request id after successful posting of review request and
before publishing the review request.

I tried to search a lot in reviewbaord forum but couldn't find relevant
response, do we have such api which will help our need.

Thanks,
Chuck

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
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
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: How to get review id before publishing a review request

2013-02-20 Thread Matthew Woehlke

On 2013-02-20 12:31, chuck j wrote:

how to get review request id after successful posting of review request and
before publishing the review request.


Can you be more specific? How are you posting the review request? In 
what form do you need the ID?


If you are writing a wrapper over post-review and need the request ID 
(e.g. my git-rb script does this), you can redirect the output to a 
temporary file, and find the ID from that like so:


  matchexpr='Review request #[0-9][0-9]* posted'
  request=$(sed -n /^$matchexpr/'{s/^.*#//;s/ .*$//;p}' $log)

(...where 'log' is a shell variable with the name of the temporary file 
containing the output of post-review.)


Don't forget to check the exit status of post-review to know if it 
succeeded.


If you are using the web interface, the ID is part of the URI as soon as 
you create a new request; just look at your address bar.


If you generically know that there exists a review request draft, the 
best you will be able to do is list all requests, query the status of 
each, and note any that are drafts.


--
Matthew

--
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
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
--- 
You received this message because you are subscribed to the Google Groups reviewboard group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: How to get review id before publishing a review request

2013-02-20 Thread Raja
Hi
You would have to know one of the following parameters when making a GET 
call: 
 changenum, time-added-to, time-added-from, 
 last-updated-to, last-updated-from, from-user,  repository,  ship-it, 
 status, to-groups,to-user-groups, to-users, to-users-directly
Something like
http://server/api/review-requests/http://localhost:8080/api/review-requests/draft?time-added-from=2013-02-20
 
  -- to find all reviews that were posted today. You could probably use 
the other flags as Query parameters to narrow down your query results. 
Dates of the format -MM-DD or -MM-DDTHH:MM:SS 

Regards
Raja

On Wednesday, February 20, 2013 11:01:23 PM UTC+5:30, chuck j wrote:

 Hi,

 how to get review request id after successful posting of review request 
 and before publishing the review request.

 I tried to search a lot in reviewbaord forum but couldn't find relevant 
 response, do we have such api which will help our need.

 Thanks,
 Chuck  


-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
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
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Trouble with basic Git configuration posting diffs

2013-02-20 Thread smarks
Hi, 

Thanks for the info. Ironically, ssh://
x...@source.mycompany.com/base/git/project is already hosted on a website 
that like, but neither gitweb or cgit so introducing a third layer here 
seems like less than a good idea to me. 

Does cgit needs to be installed on the machine where the remote repo lives? 
(I don't have access to that machine)
 
I did try installing on the machine where I am running reviewboard, but 
when I got the second installation instruction (git submodule init), I got 
this error:

Submodule 'git' (git://git.kernel.org/pub/scm/git/git.git) registered for 
path 'git'

-S. 



On Tuesday, February 19, 2013 4:41:46 PM UTC-5, David Trowbridge wrote:

 The issue here is that git does not support getting raw files directly 
 from a remote repository. You'll need to use a frontend that supports this 
 (such as cgit or gitweb) and use the raw-file URL. See 
 http://www.reviewboard.org/docs/manual/1.7/admin/configuration/repositories/#raw-file-urlsfor
  more info.


 -David


 On Tue, Feb 19, 2013 at 1:37 PM, sma...@origamisoftware.com javascript:
  wrote:

 Hi, 

 This looks a bit of FAQ, but I tried working through the solutions I 
 found posted without success. 

 Basically, I can't create reviews using git and git diff. I've tried both 
 the command line line version of git-diff and using post-review. 


 I got this:

 Error uploading diff

 The generated diff file was empty. This usually means no files were
 modified in this change.

 Try running with --output-diff and --debug for more information.

 Your review request still exists, but the diff is not attached.

 generates this:
  
 So I did this 

 post-review --parent=master --username=smarks --password=

 which generates: 

  post-review --parent=master --username=smarks --password=*** 
 --output-diff --debug
  RBTools 0.4.3
  Python 2.7.3 (default, Aug  1 2012, 05:16:07) 
 [GCC 4.6.3]
  Running on Linux-3.2.0-37-generic-pae-i686-with-Ubuntu-12.04-precise
  Home = /home/sam
  Current Directory = /home/sam/project
  Checking the repository type. Errors shown below are mostly harmless.
 DEBUG:root:Checking for a Bazaar repository...
 DEBUG:root:Checking for a CVS repository...
 DEBUG:root:Checking for a ClearCase repository...
 DEBUG:root:Checking for a Git repository...
 DEBUG:root:Running: git rev-parse --git-dir
 DEBUG:root:Running: git config core.bare
 DEBUG:root:Running: git rev-parse --show-toplevel
 DEBUG:root:Running: git symbolic-ref -q HEAD
 DEBUG:root:Running: git config --get branch.master.merge
 DEBUG:root:Running: git config --get branch.master.remote
 DEBUG:root:Running: git config --get remote.origin.url
 DEBUG:root:repository info: Path: ssh://
 x...@source.mycompany.com/base/git/project, Base path: , Supports 
 changesets: False
  Finished checking the repository type.
 DEBUG:root:Running: git config --get reviewboard.url
  HTTP GETting api/info/
 DEBUG:root:Running: git merge-base origin/master refs/heads/master
 DEBUG:root:Running: git diff --no-color --full-index --no-ext-diff 
 --ignore-submodules --no-renames master -M
 DEBUG:root:Running: git diff --no-color --full-index --no-ext-diff 
 --ignore-submodules --no-renames 
 e3c8c6323531ba0dfd7790c49e984622cbac885f..master -M
 diff --git a/doc/ReadMe.txt b/doc/ReadMe.txt
 index 
 079eb6ba65d3a26ff88e7ef0908f4e4f0d61ab7a..9daa1db1b2eb7ace6e5f3b6086b9572ea90c2aac
  
 100644
 --- a/doc/ReadMe.txt
 +++ b/doc/ReadMe.txt
 @@ -1,7 +1,9 @@
  Project documentation can go in this folder. 
  
 -Please put some here
 +Link to a the wiki would be OK or please put some here.
 +
  
 -Link to a the wiki would be OK too
  
  Thanks...
 +
 +

 So there is a diff (which is not empty), but apparently it not getting 
 pushed up to review board correctly. 


 When I tried just using git diff  my.diff
 Which contains:
 diff --git a/doc/ReadMe.txt b/doc/ReadMe.txt
 index 079eb6b..9daa1db 100644
 --- a/doc/ReadMe.txt
 +++ b/doc/ReadMe.txt
 @@ -1,7 +1,9 @@
  Project documentation can go in this folder. 
  
 -Please put some here
 +Link to a the wiki would be OK or please put some here.
 +
  
 -Link to a the wiki would be OK too
  
  Thanks...
 +
 +


 and uploading my.diff to the server I get:
 fatal: Not a git repository: 'None'

 There no logging entries for this error. 

 My repository is configured like this:

 name = foo
 hosting server= None (Custom repository) 
 Repository Type = Git
 Path = ssh://x...@source.mycompany.com/base/git/project  (which works 
 with git clone ssh://x...@source.mycompany.com/base/git/project from the 
 command line)

 All the other fields are empty. 

 Thanks in advance for any help resolving this issue. 

 S. 




  -- 
 Want to help the Review Board project? Donate today at 
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to 
 reviewboard...@googlegroups.com javascript:
 For more options, visit 

Re: Trouble with basic Git configuration posting diffs

2013-02-20 Thread Christian Hammond
Cgit needs to be on the same machine as the git repo (or at least have 
filesystem access to it) for the same reason that Review Board can't be pointed 
directly to a remote git repo. Something needs to provide the access that the 
protocol does not.

Christian


On Feb 20, 2013, at 10:16, sma...@origamisoftware.com wrote:

 Hi, 
 
 Thanks for the info. Ironically, 
 ssh://x...@source.mycompany.com/base/git/project is already hosted on a 
 website that like, but neither gitweb or cgit so introducing a third layer 
 here seems like less than a good idea to me. 
 
 Does cgit needs to be installed on the machine where the remote repo lives? 
 (I don't have access to that machine)
  
 I did try installing on the machine where I am running reviewboard, but when 
 I got the second installation instruction (git submodule init), I got this 
 error:
 
 Submodule 'git' (git://git.kernel.org/pub/scm/git/git.git) registered for 
 path 'git'
 
 -S. 
 
 
 
 On Tuesday, February 19, 2013 4:41:46 PM UTC-5, David Trowbridge wrote:
 
 The issue here is that git does not support getting raw files directly from 
 a remote repository. You'll need to use a frontend that supports this (such 
 as cgit or gitweb) and use the raw-file URL. See 
 http://www.reviewboard.org/docs/manual/1.7/admin/configuration/repositories/#raw-file-urls
  for more info.
 
 
 -David
 
 
 On Tue, Feb 19, 2013 at 1:37 PM, sma...@origamisoftware.com wrote:
 Hi, 
 
 This looks a bit of FAQ, but I tried working through the solutions I found 
 posted without success. 
 
 Basically, I can't create reviews using git and git diff. I've tried both 
 the command line line version of git-diff and using post-review. 
 
 
 I got this:
 
 Error uploading diff
 
 The generated diff file was empty. This usually means no files were
 modified in this change.
 
 Try running with --output-diff and --debug for more information.
 
 Your review request still exists, but the diff is not attached.
 
 generates this:
 
 So I did this 
 
 post-review --parent=master --username=smarks --password=
 
 which generates: 
 
  post-review --parent=master --username=smarks --password=*** --output-diff 
 --debug
  RBTools 0.4.3
  Python 2.7.3 (default, Aug  1 2012, 05:16:07) 
 [GCC 4.6.3]
  Running on Linux-3.2.0-37-generic-pae-i686-with-Ubuntu-12.04-precise
  Home = /home/sam
  Current Directory = /home/sam/project
  Checking the repository type. Errors shown below are mostly harmless.
 DEBUG:root:Checking for a Bazaar repository...
 DEBUG:root:Checking for a CVS repository...
 DEBUG:root:Checking for a ClearCase repository...
 DEBUG:root:Checking for a Git repository...
 DEBUG:root:Running: git rev-parse --git-dir
 DEBUG:root:Running: git config core.bare
 DEBUG:root:Running: git rev-parse --show-toplevel
 DEBUG:root:Running: git symbolic-ref -q HEAD
 DEBUG:root:Running: git config --get branch.master.merge
 DEBUG:root:Running: git config --get branch.master.remote
 DEBUG:root:Running: git config --get remote.origin.url
 DEBUG:root:repository info: Path: 
 ssh://x...@source.mycompany.com/base/git/project, Base path: , Supports 
 changesets: False
  Finished checking the repository type.
 DEBUG:root:Running: git config --get reviewboard.url
  HTTP GETting api/info/
 DEBUG:root:Running: git merge-base origin/master refs/heads/master
 DEBUG:root:Running: git diff --no-color --full-index --no-ext-diff 
 --ignore-submodules --no-renames master -M
 DEBUG:root:Running: git diff --no-color --full-index --no-ext-diff 
 --ignore-submodules --no-renames 
 e3c8c6323531ba0dfd7790c49e984622cbac885f..master -M
 diff --git a/doc/ReadMe.txt b/doc/ReadMe.txt
 index 
 079eb6ba65d3a26ff88e7ef0908f4e4f0d61ab7a..9daa1db1b2eb7ace6e5f3b6086b9572ea90c2aac
  100644
 --- a/doc/ReadMe.txt
 +++ b/doc/ReadMe.txt
 @@ -1,7 +1,9 @@
  Project documentation can go in this folder. 
  
 -Please put some here
 +Link to a the wiki would be OK or please put some here.
 +
  
 -Link to a the wiki would be OK too
  
  Thanks...
 +
 +
 
 So there is a diff (which is not empty), but apparently it not getting 
 pushed up to review board correctly. 
 
 
 When I tried just using git diff  my.diff
 Which contains:
 diff --git a/doc/ReadMe.txt b/doc/ReadMe.txt
 index 079eb6b..9daa1db 100644
 --- a/doc/ReadMe.txt
 +++ b/doc/ReadMe.txt
 @@ -1,7 +1,9 @@
  Project documentation can go in this folder. 
  
 -Please put some here
 +Link to a the wiki would be OK or please put some here.
 +
  
 -Link to a the wiki would be OK too
  
  Thanks...
 +
 +
 
 
 and uploading my.diff to the server I get:
 fatal: Not a git repository: 'None'
 
 There no logging entries for this error. 
 
 My repository is configured like this:
 
 name = foo
 hosting server= None (Custom repository) 
 Repository Type = Git
 Path = ssh://x...@source.mycompany.com/base/git/project  (which works with 
 git clone ssh://x...@source.mycompany.com/base/git/project from the command 
 line)
 
 All the other fields are empty. 
 
 Thanks in advance for any help resolving 

Issue 2912 in reviewboard: Emails are not send when the Open issues are closed/dropped with out any comment

2013-02-20 Thread reviewboard

Status: New
Owner: 
Labels: Type-Enhancement Priority-Medium

New issue 2912 by x.p.prat...@gmail.com: Emails are not send when the Open  
issues are closed/dropped with out any comment

http://code.google.com/p/reviewboard/issues/detail?id=2912

*** For customer support, please post to reviewbo...@googlegroups.com
*** If you have a patch, please submit it to
http://reviews.reviewboard.org/
***
*** Do not post confidential information in this enhancement request!


What version are you running?

1.7.4

What's the URL of the page this enhancement relates to, if any?


Describe the enhancement and the motivation for it.

Emails are not send when the Open issues are closed/dropped with out any  
comments. The reviewer is not updated with email, so misses the updates.


What operating system are you using? What browser?


Please provide any additional information below.


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 1765 in reviewboard: Git should show the use ra Permission Denied error when using local repositories with invalid permissions

2013-02-20 Thread reviewboard


Comment #7 on issue 1765 by stefano@gmail.com: Git should show the use  
ra Permission Denied error when using local repositories with invalid  
permissions

http://code.google.com/p/reviewboard/issues/detail?id=1765

I am sorry but the solution to this is not really clear. I understand what  
is the issue,
 git --git-dir=/root/some/private/path config core.repositoryformatversion  
is not giving 0  and for this reason i cant successfully complete the  
configuration of git.


But how to give access rights?

I gave made
chown -R www-data:www:data /root/some/private/path

but still no success.
What should I do ?

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2907 in reviewboard: post-review --guess-summary with --revision-range and git

2013-02-20 Thread reviewboard


Comment #3 on issue 2907 by julien.hamaide: post-review --guess-summary  
with --revision-range and git

http://code.google.com/p/reviewboard/issues/detail?id=2907

My bad, wrong usage here. Works as expected.

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2907 in reviewboard: post-review --guess-summary with --revision-range and git

2013-02-20 Thread reviewboard

Updates:
Status: UserError

Comment #4 on issue 2907 by trowb...@gmail.com: post-review --guess-summary  
with --revision-range and git

http://code.google.com/p/reviewboard/issues/detail?id=2907

(No comment was entered for this change.)

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.