Re: Authentication - Subversion

2014-07-08 Thread shravanthi s
I am facing a similar issue. But my login credentials are correct and am 
able to access the svn repo link directly. However its not letting me add a 
repository and gives an authentication failed error. Any idea what is going 
wrong here? My review board log is as follows

 'ERROR -  - SVN: Failed to get repository information for 
https://test.com/svn/adis: callback_get_login required'

On Wednesday, 14 September 2011 21:20:36 UTC+5:30, hs_etd wrote:

 I am trying to add a repository in Subversion. After entering in the 
 path to the repository which looks like svn://xxx.yyy.net/zzz, I click 
 Save but I always get the error Authentication failed. 

 I look at the /etc/httpd/logs/error_log file and it says Failed to 
 get repository information for svn://xxx.yyy.net/zzz: 
 callback_get_login required 

 Thanks for any pointers on what I need to do.

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
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/d/optout.


Re: Problem while creating review request from svn commit to reviewboard server

2014-07-08 Thread Shahadat Hossain
Hello Christian

I will appriciate if you can check the debug log and give me suggestion.I 
am really stuck with this issue for quite bit of time.

Thanks 
Shahadat

On Monday, July 7, 2014 10:24:21 AM UTC+6, Shahadat Hossain wrote:

 Thanks for your reply.

 But when i debug with rbt post --debug. I am getting (HTTP 404, API Error 
 100). I have attached the log for your review.I also try with post-review 
 --debug. I am getting the same error infact. 

 Thanks

 On Monday, July 7, 2014 9:40:42 AM UTC+6, Christian Hammond wrote:

 Hi,

 First thing I would check is that all the arguments going to svnlook are 
 what you expect. Not having your setup or any debug output showing what’s 
 going into it, and with the script being entirely custom, I can’t offer a 
 ton of advice.

 Christian

 -- 
 Christian Hammond - chri...@beanbaginc.com
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com

 On July 6, 2014 at 8:44:41 AM, Shahadat Hossain (s.hoss...@gmail.com) 
 wrote:

 Hello Everybody,

 I am using reviewboard server 1.7.26. I am trying to develop a system 
 which will create a review-request when a use commit any from the client 
 side. I decided go with pre-commit hook. For this i already configure the 
 server and in my svn repository hook i added a script which will call a 
 script to generate review-request. But i can't generate a single 
 review-request with this process.I am not even sure where i am missing any 
 thing here. So it will be great if any body help me to overcome this issue. 
 below i am attaching  scripts that i have used and error logs i am getting 
 in the server. Please

 Error logs:
 Sendinghello.txt
 Transmitting file data .svn: Commit failed (details follow):
 svn: Commit blocked by pre-commit hook (exit code 1) with output:
 Executing pre-commit check
 svnlook: Can't open file '73-48/format': No such file or directory
 Log message is empty, no review request created

 pre-commit script:

 REPOS=$1
 TXN=$2
 echo Executing pre-commit check 2
 /var/sourcecontrol/svn/newRepository/hooks/pre-commit-hook-reviewboard 
 $TXN $REPOS || exit 1

 --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 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.
 For more options, visit https://groups.google.com/d/optout.
 --



-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
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/d/optout.


Authentication failed while adding svn repository

2014-07-08 Thread shravanthi s
Hi,

I have installed Review Board 2.0.2 on RHEL 6.5 machine. I installed 
subversion 1.6.11 and pysvn version 1.7.8. 
However when i tried to add a repository, even though my login credentials 
are correct, am unable to add it. It gives an error 'Authentication failed' 
. So currently review board is unusable.

The reviewboard log shows error as below

 ERROR -  - SVN: Failed to get repository information for 
https://test.com/svn/myfolder/Phoenix: callback_get_login required

Am not sure what is going wrong here. Anything to do with my pysvn version?

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
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/d/optout.


Re: RB website showing only directory listing

2014-07-08 Thread shravanthi s
It looks like the issue was with DNS entry. I was trying to access the 
instance using IP while i had given the virtual hostname as instance name. 
I got this working! 
Thanks for your suggestions




-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
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/d/optout.


Re: RBTools 0.6.2 is released

2014-07-08 Thread Paul Fee
Hi Stephen,

Nice to see RBTools packaged for EPEL7.  What's the status of ReviewBoard2 
for EPEL7?  Need any help?

Thanks,
Paul

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
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/d/optout.


Re: RBTools 0.6.2 is released

2014-07-08 Thread Stephen Gallagher
On 07/08/2014 11:52 AM, Paul Fee wrote:
 Hi Stephen,
 
 Nice to see RBTools packaged for EPEL7.  What's the status of
 ReviewBoard2 for EPEL7?  Need any help?
 

Review Board 2 for EPEL is currently stalled waiting for Node.js and
nodejs-uglify-js to get packaged (that's someone else's job currently).
That should happen fairly soon now, I hope (since CentOS 7 is now out
and it's easier for packagers to use that for building on EPEL 7).

I'm going on vacation for most of the next two weeks, If that packaging
doesn't happen by the time I get back, I'll look into setting up a
temporary (less-official) COPR repository like the one I have for Fedora 20.

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
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/d/optout.


installation problems - debian

2014-07-08 Thread Guy Klose
Hello all - I'm having problems installing ReviewBoard (on a server running 
Debian Linux 7.5 -- Wheezy). I'm following these instructions:

https://www.reviewboard.org/docs/manual/2.0/admin/installation/linux/

easy_install is installed, however, I get this error when trying to run it:

gklose@bugs2:~$ sudo easy_install -U ReviewBoard
Traceback (most recent call last):
  File /usr/local/bin/easy_install, line 9, in module
load_entry_point('distribute', 'console_scripts', 'easy_install')()
  File 
/usr/local/lib/python2.7/dist-packages/setuptools-4.0.1-py2.7.egg/pkg_resources.py,
 
line 356, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
  File 
/usr/local/lib/python2.7/dist-packages/setuptools-4.0.1-py2.7.egg/pkg_resources.py,
 
line 2438, in load_entry_point
raise ImportError(Entry point %r not found % ((group, name),))
ImportError: Entry point ('console_scripts', 'easy_install') not found

I'm guessing that something else needs to be installed, but I'm not sure 
what. If there is a more-suitable set of instructions for Debian, that 
would be great.

Would greatly appreciate any assistance provided.

Thanks,
Guy

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
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/d/optout.


Getting an error There was an error displaying this diff while doing diff in review request.

2014-07-08 Thread Nitish Gangal
Hi All,

I am using reviewboard-2.0.2. I have added one gitlab repository for my 
project.
Now, I am creating a diff file on my cloned code repository, using 
following command:

git diff --full-index  master6.patch

This, master6.patch file, I am uploading while creating review request. In 
this case, my review request gets created successfully.
Now, when I click on 'view diff' link, then I am getting following error 
continuously:

There was an error displaying this diff. 

The patch to 'abcProject/d.rb' didn't apply cleanly. The temporary files 
have been left in '/tmp/reviewboard.RHA9Qh' for debugging purposes. `patch` 
returned: 

This may be a bug in the software, a temporary outage, or an issue with the 
format of your diff. 

Please try again, and if you still have trouble, contact support 
http://10.0.14.29/support/.

I am struggling to resolve this issue since long.

Request you to please provide me some pointers in order to resolve the 
issue.

Awaiting for your positive reply,

Thanks,

Nitish Gangal



-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
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/d/optout.


Re: Getting an error There was an error displaying this diff while doing diff in review request.

2014-07-08 Thread Christian Hammond
Hi Nitish,

Can you try using RBTools to post the diff?

Also, look in that temp directory for the source file and .rej file, see if
anything stands out.

Christian


On Tuesday, July 8, 2014, Nitish Gangal nitishgan...@gmail.com wrote:

 Hi All,

 I am using reviewboard-2.0.2. I have added one gitlab repository for my
 project.
 Now, I am creating a diff file on my cloned code repository, using
 following command:

 git diff --full-index  master6.patch

 This, master6.patch file, I am uploading while creating review request. In
 this case, my review request gets created successfully.
 Now, when I click on 'view diff' link, then I am getting following error
 continuously:

 There was an error displaying this diff.

 The patch to 'abcProject/d.rb' didn't apply cleanly. The temporary files
 have been left in '/tmp/reviewboard.RHA9Qh' for debugging purposes. `patch`
 returned:

 This may be a bug in the software, a temporary outage, or an issue with
 the format of your diff.

 Please try again, and if you still have trouble, contact support
 http://10.0.14.29/support/.

 I am struggling to resolve this issue since long.

 Request you to please provide me some pointers in order to resolve the
 issue.

 Awaiting for your positive reply,

 Thanks,

 Nitish Gangal



  --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 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
 javascript:_e(%7B%7D,'cvml','reviewboard%2bunsubscr...@googlegroups.com');
 .
 For more options, visit https://groups.google.com/d/optout.



-- 
-- 
Christian Hammond - christ...@beanbaginc.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
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/d/optout.


Re: Question: How to change tab size in diff viewer?

2014-07-08 Thread Caleb Begly
Not to dig up an old thread, but I didn't see resolution.

What we did at my work place is add the following to the common css file, 
inside the body section:

tab-size: 4;
-moz-tab-size: 4;
-o-tab-size: 4;

This makes it work perfectly. However, it isn't supported in Internet 
Explorer yet if that is an issue.

--
techdude

On Monday, January 25, 2010 7:06:00 AM UTC-7, David Resnick wrote:

 I'll try to take a look at this, though I'm sorry to say that I don't 
 think I'll be able to supply something for that in the near future.

 Thanks for the update.

 -David

 On Mon, Jan 25, 2010 at 12:08 PM, Christian Hammond chi...@chipx86.com 
 javascript: wrote:

 There is not. If someone is willing to work on a good design and patch 
 for this, we can possibly get it in for the next release. See 
 http://code.google.com/p/reviewboard/issues/detail?id=839

 Christian

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


 On Mon, Jan 25, 2010 at 1:58 AM, David Resnick abun...@gmail.com 
 javascript: wrote:

 I have the same problem. 

 Is there any way to configure the tab size in the diff viewer?

 Thanks,
 David


 On Wed, Sep 16, 2009 at 1:39 PM, surk su...@planet.nl javascript: 
 wrote:


 We're using Review Board 1.0.1, and Firefox 3.5.3.

 When looking at the diffs using View Diff, all 'tab' chars in the
 diff-file are displayed with size 8. In the code we're using tab size
 4. This makes the code looked misaligned sometimes.

 Is it possible to change the tab size, of the tab-chars it shows, of
 the 'diff viewer'?

 Thanx in advance!

 Best regards,

 Chris van Surksum
 The Netherlands

 --~--~-~--~~~---~--~~
 You received this message because you are subscribed to the Google 
 Groups reviewboard group.
 To post to this group, send email to revie...@googlegroups.com 
 javascript:
 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
 -~--~~~~--~~--~--~---


  -- 
 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


  -- 
 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




-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
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/d/optout.


Re: installation problems - debian

2014-07-08 Thread Christian Hammond
Hi Guy,

That looks like easy_install is actually no longer properly installed. Try 
uninstalling and re-installing it.

Christian

-- 
Christian Hammond - christ...@beanbaginc.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com

On July 8, 2014 at 10:58:17 AM, Guy Klose (gfkl...@gmail.com) wrote:

Hello all - I'm having problems installing ReviewBoard (on a server running 
Debian Linux 7.5 -- Wheezy). I'm following these instructions:

https://www.reviewboard.org/docs/manual/2.0/admin/installation/linux/

easy_install is installed, however, I get this error when trying to run it:

gklose@bugs2:~$ sudo easy_install -U ReviewBoard
Traceback (most recent call last):
  File /usr/local/bin/easy_install, line 9, in module
    load_entry_point('distribute', 'console_scripts', 'easy_install')()
  File 
/usr/local/lib/python2.7/dist-packages/setuptools-4.0.1-py2.7.egg/pkg_resources.py,
 line 356, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File 
/usr/local/lib/python2.7/dist-packages/setuptools-4.0.1-py2.7.egg/pkg_resources.py,
 line 2438, in load_entry_point
    raise ImportError(Entry point %r not found % ((group, name),))
ImportError: Entry point ('console_scripts', 'easy_install') not found

I'm guessing that something else needs to be installed, but I'm not sure what. 
If there is a more-suitable set of instructions for Debian, that would be great.

Would greatly appreciate any assistance provided.

Thanks,
Guy
--
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
---
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/d/optout.

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
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/d/optout.


Re: Question: How to change tab size in diff viewer?

2014-07-08 Thread Christian Hammond
Hi Caleb,

That’s something we’ve wanted to add, but yeah, it’s not cross-browser. When we 
last looked into it, it wasn’t even close to widely supported, so I’m glad it’s 
just IE that’s out in the cold now.

The problem is, at larger companies, tab spaces aren’t always consistent even 
in different parts of a repository, so we’d have to come up with a new method 
of more fine-grained customizations.

Christian

-- 
Christian Hammond - christ...@beanbaginc.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com

On July 8, 2014 at 12:05:43 PM, Caleb Begly (calebbe...@gmail.com) wrote:

Not to dig up an old thread, but I didn't see resolution.

What we did at my work place is add the following to the common css file, 
inside the body section:

tab-size: 4;
-moz-tab-size: 4;
-o-tab-size: 4;

This makes it work perfectly. However, it isn't supported in Internet Explorer 
yet if that is an issue.

--
techdude

On Monday, January 25, 2010 7:06:00 AM UTC-7, David Resnick wrote:
I'll try to take a look at this, though I'm sorry to say that I don't think 
I'll be able to supply something for that in the near future.

Thanks for the update.

-David

On Mon, Jan 25, 2010 at 12:08 PM, Christian Hammond chi...@chipx86.com wrote:
There is not. If someone is willing to work on a good design and patch for 
this, we can possibly get it in for the next release. See 
http://code.google.com/p/reviewboard/issues/detail?id=839

Christian

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


On Mon, Jan 25, 2010 at 1:58 AM, David Resnick abun...@gmail.com wrote:
I have the same problem. 

Is there any way to configure the tab size in the diff viewer?

Thanks,
David


On Wed, Sep 16, 2009 at 1:39 PM, surk su...@planet.nl wrote:

We're using Review Board 1.0.1, and Firefox 3.5.3.

When looking at the diffs using View Diff, all 'tab' chars in the
diff-file are displayed with size 8. In the code we're using tab size
4. This makes the code looked misaligned sometimes.

Is it possible to change the tab size, of the tab-chars it shows, of
the 'diff viewer'?

Thanx in advance!

Best regards,

Chris van Surksum
The Netherlands

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


--
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
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

--
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
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

--
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
---
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/d/optout.

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
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/d/optout.


Can't change Server field

2014-07-08 Thread Alfred von Campe
I recently had to migrate a ReviewBoard instance from one server to another.  I 
have the new instance running, and everything seems to be OK except that emails 
sent by the new instance contain URLs that point to the old server.  When I log 
into the Admin interface and try to change the Server field in GENERAL 
SETTINGS, it says The settings have been saved, but when the page refreshes 
the old server name is back in the Server field.  What am I doing wrong?

Alfred

P.S.  I haven't been following this list for a few months, so sorry if this has 
been asked and answered before, but are there plans to make RB 2.X available 
via EPEL for CentOS 6?

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
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/d/optout.


Re: Can't change Server field

2014-07-08 Thread Christian Hammond
Hi Alfred,

Which version of Review Board is this? I remember an old bug about this, but it 
has since been fixed.

Christian

-- 
Christian Hammond - christ...@beanbaginc.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com

On July 8, 2014 at 12:10:18 PM, Alfred von Campe (alf...@von-campe.com) wrote:

I recently had to migrate a ReviewBoard instance from one server to another. I 
have the new instance running, and everything seems to be OK except that emails 
sent by the new instance contain URLs that point to the old server. When I log 
into the Admin interface and try to change the Server field in GENERAL 
SETTINGS, it says The settings have been saved, but when the page refreshes 
the old server name is back in the Server field. What am I doing wrong?  

Alfred  

P.S. I haven't been following this list for a few months, so sorry if this has 
been asked and answered before, but are there plans to make RB 2.X available 
via EPEL for CentOS 6?  

--  
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/  
---  
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/  
---  
Happy user? Let us know at http://www.reviewboard.org/users/  
---  
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/d/optout.  

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
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/d/optout.


Re: Problem while creating review request from svn commit to reviewboard server

2014-07-08 Thread Christian Hammond
The debug log is showing you’re accessing /r/api/, but I think you just want 
/api/. Maybe your .reviewboardrc is pointing to the wrong place?

Christian

-- 
Christian Hammond - christ...@beanbaginc.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com

On July 8, 2014 at 1:32:12 AM, Shahadat Hossain (s.hossain1...@gmail.com) wrote:

Hello Christian

I will appriciate if you can check the debug log and give me suggestion.I am 
really stuck with this issue for quite bit of time.

Thanks 
Shahadat

On Monday, July 7, 2014 10:24:21 AM UTC+6, Shahadat Hossain wrote:
Thanks for your reply.

But when i debug with rbt post --debug. I am getting (HTTP 404, API Error 100). 
I have attached the log for your review.I also try with post-review --debug. I 
am getting the same error infact.

Thanks

On Monday, July 7, 2014 9:40:42 AM UTC+6, Christian Hammond wrote:
Hi,

First thing I would check is that all the arguments going to svnlook are what 
you expect. Not having your setup or any debug output showing what’s going into 
it, and with the script being entirely custom, I can’t offer a ton of advice.

Christian

-- 
Christian Hammond - chri...@beanbaginc.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com

On July 6, 2014 at 8:44:41 AM, Shahadat Hossain (s.hoss...@gmail.com) wrote:

Hello Everybody,

I am using reviewboard server 1.7.26. I am trying to develop a system which 
will create a review-request when a use commit any from the client side. I 
decided go with pre-commit hook. For this i already configure the server and in 
my svn repository hook i added a script which will call a script to generate 
review-request. But i can't generate a single review-request with this 
process.I am not even sure where i am missing any thing here. So it will be 
great if any body help me to overcome this issue. below i am attaching  scripts 
that i have used and error logs i am getting in the server. Please

Error logs:
Sending    hello.txt
Transmitting file data .svn: Commit failed (details follow):
svn: Commit blocked by pre-commit hook (exit code 1) with output:
Executing pre-commit check
svnlook: Can't open file '73-48/format': No such file or directory
Log message is empty, no review request created

pre-commit script:

REPOS=$1
TXN=$2
echo Executing pre-commit check 2
/var/sourcecontrol/svn/newRepository/hooks/pre-commit-hook-reviewboard $TXN 
$REPOS || exit 1

--
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
---
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.
For more options, visit https://groups.google.com/d/optout.
--
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
---
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/d/optout.

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
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/d/optout.


Re: Post rb-site install, unable to access the reviewboard site

2014-07-08 Thread Christian Hammond
This is an issue with your Apache setup. Make sure the following are true:

1) You don’t have a 000-default file.
2) You don’t have anything in a config file doing an Include on the directory 
where your Review Board site directory lives.
3) You have mod_wsgi installed.
4) Your VirtualHost information matches the IP address you’re using.

Christian

-- 
Christian Hammond - christ...@beanbaginc.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com

On July 7, 2014 at 9:47:28 PM, D a s h (darsha...@gmail.com) wrote:

I installed all the dependencies required for Reviewboard as per the 
documentation.
I also ran the final few commands including rb-site install 
reviews.example.com

The rb-site install command succeeded

After that, I am unclear as to how to access my reviewboard instance via the 
browser.
http://ip-address/reviews does not work even after restarting apache and 
following the instructions mentioned here 
--
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
---
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/d/optout.

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
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/d/optout.


Re: Can't change Server field

2014-07-08 Thread Alfred von Campe
On Jul 8, 2014, at 15:12, Christian Hammond christ...@beanbaginc.com wrote:

 Which version of Review Board is this? I remember an old bug about this, but 
 it has since been fixed.

The latest available via the EPEL repo: 1.7.25

Alfred


-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
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/d/optout.


Re: Is there a procedure for copying a RB 1.6.16 DB/site to a new server with RB 2.0.2 installed?

2014-07-08 Thread Christian Hammond
That looks very strange. Looks like there may be a bug here.

What happens if, from the server and with your login information, you run:

    p4 print -q //depot/path/to/file#revision

Where the path and revision come from that diff.

Also, is that file blank in the repository?

Christian

-- 
Christian Hammond - christ...@beanbaginc.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com

On July 7, 2014 at 1:12:29 PM, Stephen (srma...@gmail.com) wrote:


Oh OK, well I've been able to refine the procedure and I now have RB 2.0.2 up 
and running with the old database.
I have been able to log into the admin dashboard and update the Perforce 
repository details which has allowed me to rbt post a new review (0.6.2).

However when I look at the diffs from an old review that is open I get the 
error:

There was an error displaying this diff.

(u'Value to convert is unexpected type %s', type 'NoneType')

This may be a bug in the software, a temporary outage, or an issue with the 
format of your diff.

Please try again, and if you still have trouble, contact support.

Details
Traceback (most recent call last):
  File 
/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.2-py2.7.egg/reviewboard/diffviewer/views.py,
 line 236, in get
renderer = self.create_renderer(context, *args, **kwargs)
  File 
/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.2-py2.7.egg/reviewboard/reviews/views.py,
 line , in create_renderer
*args, **kwargs)
  File 
/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.2-py2.7.egg/reviewboard/diffviewer/views.py,
 line 326, in create_renderer
self.diff_file = self._get_requested_diff_file()
  File 
/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.2-py2.7.egg/reviewboard/diffviewer/views.py,
 line 367, in _get_requested_diff_file
request=self.request)
  File 
/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.2-py2.7.egg/reviewboard/diffviewer/diffutils.py,
 line 373, in populate_diff_chunks
chunks = generator.get_chunks()
  File 
/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.2-py2.7.egg/reviewboard/diffviewer/chunk_generator.py,
 line 148, in get_chunks
large_data=True)
  File 
/usr/local/lib/python2.7/dist-packages/Djblets-0.8.5-py2.7.egg/djblets/cache/backend.py,
 line 109, in cache_memoize
data = lookup_callable()
  File 
/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.2-py2.7.egg/reviewboard/diffviewer/chunk_generator.py,
 line 147, in lambda
lambda: list(self._get_chunks_uncached()),
  File 
/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.2-py2.7.egg/reviewboard/diffviewer/chunk_generator.py,
 line 154, in _get_chunks_uncached
old = get_original_file(self.filediff, self.request, encoding_list)
  File 
/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.2-py2.7.egg/reviewboard/diffviewer/diffutils.py,
 line 172, in get_original_file
encoding, data = convert_to_unicode(data, encoding_list)
  File 
/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.2-py2.7.egg/reviewboard/diffviewer/diffutils.py,
 line 65, in convert_to_unicode
raise TypeError('Value to convert is unexpected type %s', type(s))
TypeError: (u'Value to convert is unexpected type %s', type 'NoneType')


All the files in the review have this error. Any ideas?

A second error scenario shows up for a newly posted review:

There was an error displaying this diff.

The patch to '//path_removed/hwresourcecalc.c' didn't apply cleanly. The 
temporary files have been left in '/tmp/reviewboard.og0LPk' for debugging 
purposes. `patch` returned:

This may be a bug in the software, a temporary outage, or an issue with the 
format of your diff.

Please try again, and if you still have trouble, contact support.

Details
Traceback (most recent call last):
  File 
/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.2-py2.7.egg/reviewboard/diffviewer/views.py,
 line 236, in get
renderer = self.create_renderer(context, *args, **kwargs)
  File 
/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.2-py2.7.egg/reviewboard/reviews/views.py,
 line , in create_renderer
*args, **kwargs)
  File 
/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.2-py2.7.egg/reviewboard/diffviewer/views.py,
 line 326, in create_renderer
self.diff_file = self._get_requested_diff_file()
  File 
/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.2-py2.7.egg/reviewboard/diffviewer/views.py,
 line 367, in _get_requested_diff_file
request=self.request)
  File 
/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.2-py2.7.egg/reviewboard/diffviewer/diffutils.py,
 line 373, in populate_diff_chunks
chunks = generator.get_chunks()
  File 
/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.2-py2.7.egg/reviewboard/diffviewer/chunk_generator.py,
 line 148, in get_chunks
large_data=True)
  File 
/usr/local/lib/python2.7/dist-packages/Djblets-0.8.5-py2.7.egg/djblets/cache/backend.py,
 line 109, in cache_memoize
   

Re: Can't change Server field

2014-07-08 Thread Christian Hammond
Can you try restarting the web server after modifying that setting?

Christian

-- 
Christian Hammond - christ...@beanbaginc.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com

On July 8, 2014 at 12:24:02 PM, Alfred von Campe (alf...@von-campe.com) wrote:

On Jul 8, 2014, at 15:12, Christian Hammond christ...@beanbaginc.com wrote:

Which version of Review Board is this? I remember an old bug about this, but it 
has since been fixed.

The latest available via the EPEL repo: 1.7.25

Alfred


--
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
---
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/d/optout.

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
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/d/optout.


Re: captcha for registration broken link on RB2.0.2

2014-07-08 Thread Christian Hammond
Loos like. Can you file a bug?

Christian

-- 
Christian Hammond - christ...@beanbaginc.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com

On June 24, 2014 at 9:31:36 PM, MoonWalker (daniel.cabrera...@gmail.com) wrote:

I tried to register captcha SYSTEM SETTINGS - BASIC AUTHENTICATION SETTINGS - 
follow the link that is described here To enable this, you will need to go 
here to register an account and type in your new keys below., but seems like 
is broken.



--
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
---
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/d/optout.

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
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/d/optout.


Re: Authentication failed while adding svn repository

2014-07-08 Thread shravanthi s


Any update on this? Am kinda stuck as review board in unusable right now. 
Can someone please point me in the right direction?

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
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/d/optout.


Issue 3470 in reviewboard: Unable to set groups/people on a review request

2014-07-08 Thread reviewboard

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

New issue 3470 by sourto...@gmail.com: Unable to set groups/people on a  
review request

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

What version are you running?

2.0.2

What's the URL of the page containing the problem?

https://git.reviewboard.kde.org/r/119175/

What steps will reproduce the problem?
1. Attempt to change the person/groups assigned to a review

What is the expected output? What do you see instead?

Assigned persons/groups are changed.

What operating system are you using? What browser?

Occurs with both Chrome and Firefox, both on Linux.

Please provide any additional information below.

This is a very unusual issue. I recreated the user's submission myself and  
was unable to reproduce, but when attempting to perform changes to the  
review they created can reliably reproduce this 100%. It is almost as if  
their submission has created a broken review request.


Further, they were able to reproduce this behaviour (by creating a second  
request which is affected by the same issue).


Backtrace is:

Traceback (most recent call last):

   
File /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/core/handlers/base.py,  
line 199, in get_response

response = middleware_method(request, response)

   
File /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/middleware/http.py,  
line 14, in process_response

response['Content-Length'] = str(len(response.content))

   
File /usr/local/lib/python2.7/dist-packages/Djblets-0.8.5-py2.7.egg/djblets/webapi/responses.py,  
line 109, in _get_content

**self.encoder_kwargs)

   
File /usr/local/lib/python2.7/dist-packages/Djblets-0.8.5-py2.7.egg/djblets/webapi/encoders.py,  
line 110, in encode

return super(JSONEncoderAdapter, self).encode(o)

  File /usr/lib/python2.7/json/encoder.py, line 200, in encode
chunks = self.iterencode(o, _one_shot=True)

  File /usr/lib/python2.7/json/encoder.py, line 263, in iterencode
return _iterencode(o, 0)

   
File /usr/local/lib/python2.7/dist-packages/Djblets-0.8.5-py2.7.egg/djblets/webapi/encoders.py,  
line 118, in default

**self.encode_kwargs)

   
File /usr/local/lib/python2.7/dist-packages/Djblets-0.8.5-py2.7.egg/djblets/webapi/responses.py,  
line 88, in encode

result = encoder.encode(*args, **kwargs)

   
File /usr/local/lib/python2.7/dist-packages/Djblets-0.8.5-py2.7.egg/djblets/webapi/encoders.py,  
line 87, in encode

return serializer.serialize_object(o, *args, **kwargs)

   
File /usr/local/lib/python2.7/dist-packages/Djblets-0.8.5-py2.7.egg/djblets/webapi/resources.py,  
line 986, in serialize_object

*args, **kwargs),

   
File /usr/local/lib/python2.7/dist-packages/Djblets-0.8.5-py2.7.egg/djblets/webapi/resources.py,  
line 1087, in get_links

base_href = self.get_href(obj, request, *args, **kwargs)

   
File /usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.2-py2.7.egg/reviewboard/webapi/resources/review_request.py,  
line 1026, in get_href

self.get_item_url(local_site_name=local_site_name, **href_kwargs))

   
File /usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.2-py2.7.egg/reviewboard/webapi/base.py,  
line 123, in get_item_url

return self._get_resource_url(self.name, **kwargs)

   
File /usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.2-py2.7.egg/reviewboard/webapi/base.py,  
line 156, in _get_resource_url

kwargs=kwargs)

   
File /usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.2-py2.7.egg/reviewboard/site/urlresolvers.py,  
line 38, in local_site_reverse

*func_args, **func_kwargs)

   
File /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/core/urlresolvers.py,  
line 532, in reverse
return iri_to_uri(resolver._reverse_with_prefix(view, prefix, *args,  
**kwargs))


   
File /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/core/urlresolvers.py,  
line 437, in _reverse_with_prefix
candidate_subs = dict((k, urlquote(v)) for (k, v) in  
candidate_subs.items())


   
File /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/core/urlresolvers.py,  
line 437, in genexpr
candidate_subs = dict((k, urlquote(v)) for (k, v) in  
candidate_subs.items())


   
File /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/utils/functional.py,  
line 203, in wrapper

return func(*args, **kwargs)

   
File /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/utils/http.py,  
line 40, in urlquote

return force_text(quote(force_str(url), force_str(safe)))

   
File /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/utils/encoding.py,  
line 157, in force_bytes

if not isinstance(s, six.string_types):

RuntimeError: maximum recursion depth exceeded while calling a Python object

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

Re: Issue 3470 in reviewboard: Unable to set groups/people on a review request

2014-07-08 Thread reviewboard

Updates:
Status: NeedInfo

Comment #1 on issue 3470 by chip...@gmail.com: Unable to set groups/people  
on a review request

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

That is very unusual, and it's unclear what the problem is.

Can you look in the database entry for this and see if you can find  
anything unusual about the information for this entry?


Can you also see what user/group is being set?

--
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.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3464 in reviewboard: HTTPS Subversion repo

2014-07-08 Thread reviewboard


Comment #7 on issue 3464 by chip...@gmail.com: HTTPS Subversion repo
http://code.google.com/p/reviewboard/issues/detail?id=3464

Okay, I think there's confusion here.

2.0beta3 is not 2.0.3 beta. It's 2.0 beta 3. You should try upgrading to  
2.0.2, which has a fix for HTTPS and Subversion.


--
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.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 2187 in reviewboard: Make it possible for multiple users to collaborate on a review request

2014-07-08 Thread reviewboard

Updates:
	Summary: Make it possible for multiple users to collaborate on a review  
request

Status: Confirmed
Owner: ---

Comment #11 on issue 2187 by trowb...@gmail.com: Make it possible for  
multiple users to collaborate on a review request

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

Generalizing this. There are currently many issues that pop up when an  
admin makes a change to another users review request (all changes are  
attributed to the author), plus it would be really nice to allow  
non-superusers to collaborate together on a single review request.


--
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.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 2187 in reviewboard: Make it possible for multiple users to collaborate on a review request

2014-07-08 Thread reviewboard


Comment #12 on issue 2187 by trowb...@gmail.com: Make it possible for  
multiple users to collaborate on a review request

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

Issue 3469 has been merged into this issue.

--
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.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3469 in reviewboard: update email is always sent by original author, even if the update was from someone else

2014-07-08 Thread reviewboard

Updates:
Status: Duplicate
Mergedinto: 2187

Comment #1 on issue 3469 by trowb...@gmail.com: update email is always sent  
by original author, even if the update was from someone else

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

(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.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3470 in reviewboard: Unable to set groups/people on a review request

2014-07-08 Thread reviewboard


Comment #2 on issue 3470 by sourto...@gmail.com: Unable to set  
groups/people on a review request

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

I may have discovered part of the issue. It seems having a pending review  
request draft which depends on another review request (in this case,  
#119160) causes it.


I can reproduce this by setting the Depends on field using the number of  
the review request. The review request draft in question can still be  
viewed without issue through the administrative backend.


Interestingly, this also displays another bug. If an administrator (or  
person with appropriate permission) accesses a review request for which a  
review request draft exists, those changes will not initially be shown. If  
they attempt to make any changes however, then they will see the content /  
changes made within that draft.


The appropriate part of the WSGI Request in case it helps:

path:/api/review-requests/119175/draft/,
GET:QueryDict: {},
POST:QueryDict: {u'depends_on': [u'119160'], u'api_format': [u'json'],  
u'expand': [u'depends_on,target_people,target_groups']},


--
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.
For more options, visit https://groups.google.com/d/optout.


Issue 3471 in reviewboard: Broken link on reCAPTCHA registration page.

2014-07-08 Thread reviewboard

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

New issue 3471 by daniel.c...@gmail.com: Broken link on reCAPTCHA  
registration page.

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

*** READ THIS BEFORE POSTING!
***
*** You must complete this form in its entirety, or your bug report will be
*** rejected.
***
*** If you have a security issue to report, please send it confidentially
to
*** secur...@reviewboard.org. Posting security-related issues to this bug
*** tracker causes us to have to do an emergency release.
***
*** For customer support, please post to reviewbo...@googlegroups.com
***
*** If you have a patch, please submit it to
http://reviews.reviewboard.org/
***
*** This bug tracker is public. Please check that any logs or other
information
*** that you include has been stripped of confidential information.


What version are you running?
2.0.2


What's the URL of the page containing the problem?
http://my.reviewboard.local/admin/settings/authentication/


What steps will reproduce the problem?
1. I tried to register captcha SYSTEM SETTINGS - BASIC AUTHENTICATION  
SETTINGS - follow the link that is described here To enable this, you  
will need to go here to register an account and type in your new keys  
below.


2. I clicked on that link https://admin.recaptcha.net/recaptcha/createsite/

3. The webpage displays the following msg Not Found Error 404. Seems like  
broken link.


What is the expected output? What do you see instead?
I expect to see the captcha using reCAPTCHA on the registration page,but  
instead I endup with Not Found Error 404



What operating system are you using? What browser?
Windows 7 and Chrome/FireFox


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.
For more options, visit https://groups.google.com/d/optout.


Issue 3472 in reviewboard: Review size to be able to prioritize which reviews to tackle

2014-07-08 Thread reviewboard

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

New issue 3472 by sandeep@gmail.com: Review size to be able to  
prioritize which reviews to tackle

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

What version are you running?
1.7.6

What's the URL of the page this enhancement relates to, if any?
Homepage  review pages.

Describe the enhancement and the motivation for it.
In order to prioritize what review to tackle first depending on time  
available, it would be nice to have some kind of flag associated with the  
review specifying the size of the review (maybe number of lines changed,  
number of files, some linear combination of a bunch of such values).


What operating system are you using? What browser?
Mac; Chrome  Firefox.

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.
For more options, visit https://groups.google.com/d/optout.