Re: Help needed: setup Review Board to work together with Perforce

2013-01-15 Thread Christian Hammond
It looks like an error, but it's not.

P4PythonInstaller is a bootstrap package. It installs other packages, but isn't 
itself installed. That error is complaining about that, but if you got that 
far, the real Perforce package should have been successfully installed.

Christian


On Jan 14, 2013, at 23:50, xiuruli...@163.com wrote:

 hi Christian,
 Now I meet new issue in run easy_install P4PythonInstaller, error log 
 pasted at below:
 
 ...
 running install_egg_info
 Removing 
 /usr/local/lib/python2.6/dist-packages/p4python-2012.2.549493.egg-info
 Writing /usr/local/lib/python2.6/dist-packages/p4python-2012.2.549493.egg-info
 No eggs found in 
 /tmp/easy_install-FoFB6m/P4PythonInstaller/egg-dist-tmp-GxWZ8_(setup script 
 problem?)
 
 I have no idea about it, and searched the mail group, also no finding, thanks.
 
 On Tuesday, January 15, 2013 2:12:14 PM UTC+8, xiuru...@163.com wrote:
 
 hi All,
 Our organization is using Perforce for version control, the P4 server is 
 located a remote site and out of my control.
 Now I just want to try Review Board at my local site, to work togehter with 
 P4 client for code review, the PC to install RB server is running Ubuntu 
 10.04.4.
 I got below questions:
 1) is it possible to deploy a RB server a my local site and connnect with 
 the remote P4 server? any change needed on the P4 server?
 2) I am following the guideline at 
 http://www.reviewboard.org/docs/manual/dev/admin/installation/linux/ to do 
 the installation of RB on my Linuxe server, however, I am not clear about 
 what P4 component need to be installed on RB server, as required in below 
 section, there are a lot of P4 components at 
 http://www.perforce.com/downloads/complete_list, such as P4D, P4V, P4 
 command line client, etc.
 
 Perforce¶
 
 To use Review Board with Perforce, you’ll first need to install p4 some 
 place in your web server’s path (usually /usr/bin). You can download this 
 from the Perforce downloads page.
 
 You’ll then need to install the Python bindings by typing the following:
 
 $ easy_install P4PythonInstaller
 
 3) What change need to be made on the user's Windows XP PC? which is using 
 P4V / P4Win to access source code files.
 -- 
 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
  
  

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




Re: Error happens SVN HTTPS certificate not verified when adding a new repo.

2013-01-15 Thread ysunfan123
I'm facing the same problem as you. But i can't figure out your solution 
provided. 
Can you write the step in more details?
How to run svn list https://? go to command prompt? Which subversion are 
you using? 
How to change the file/group ownership to www-data?

On Wednesday, January 9, 2013 9:05:31 AM UTC+8, Bing wrote:

 I've worked around this issue:

 1. login the server, run
 svn list https://.
 2. accept the certificate permanently. 
 3. then copy files generated in ~/.subversion/auth/svn.simple(server) to 
 /var/www/reviewboard(your site name)/data/.subversion/auth/svn.xxx
 4. change the file/group ownership to www-data.
 4. now you can add repo in the administration UI.


 在 2013年1月8日星期二UTC+8下午10时02分38秒,sojan john写道:

 Hi all,

 I am also facing this issue on 1.7.1. Both buttons are disabled the error 
 log says Server certificate verification failed: issuer is not trusted. 
 The data directory is  owned by apache2 user. I am using apache+ mod_wsgi.  
 It will be a great help if somebody can suggest a solution.

 Thanks,
 Sojan

 On Tuesday, 8 January 2013 13:06:35 UTC+5:30, Bing wrote:

 Hi, all, 
 When I create a new repo (SVN) with https:// link, the following 
 error message shows after click Save button. 


 A verified HTTPS certificate is required to connect to this repository.

 There were errors validating this certificate:

 The certificate is not issued by a trusted authority. Use the 
 fingerprint to validate the certificate manually.

 Certificate information:

 Hostname: .xx.com

 Valid: from Thu, 03 Nov 2011 23:33:44 GMT until Sun, 02 Nov 2014 
 23:33:44 GMT

 Issuer: 

 Fingerprint: xxx

 Do you trust this host, or do you want to go back and edit the 
 repository information?

 then there are two buttons:
 I trust this host and Re-Edit repository

 however, the problem is that both buttons are gray. so I cannot click 
 any one of them.

 My review board is 1.7.1.  Anyone can get me help? Thanks

 BING



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




Re: There are only two Authentication method available.

2013-01-15 Thread Gavin Main
I am facing the same issue. I unfortunately don't have the luxury of using 
easy_install as this requires a direct connection to the interwebs 
(something we can't allow). I have packaged up every ReviewBoard 1.6.15 
dependency by hand. 'rb-site' upgrade hinted that I needed the following... 
Djblets (0.6.27), Django (1.3.4) and Feedparser (5.1.2), but when I start 
Reviewboard after successfully running 'rb-site upgrade /path/to/site', I 
lose my LDAP settings. 'DEBUG = True' doesn't give much away.

Any help would be greatly appreciated. Oh and while I'm here... we love 
ReviewBoard. 

Cheers!

On Wednesday, 10 October 2012 13:05:36 UTC+8, shravanthi s wrote:

 I am facing a similar issue. Actually I had successfully configured LDAP 
 and it was working fine (I am using version 1.6.5). However I had an issue 
 with uploading jpeg images so I uninstalled PIL and did some modifications 
 to setup.py (JPEG_ROOT = /usr/lib) and reinstalled PIL along with 
 libjpeg-devel. I was able to upload jpeg images.

  However a new issue popped up, my LDAP configuration was gone and when i 
 checked Authentication settings, there was no LDAP option at all! Only two 
 authentication methods were available. Not sure what went wrong. Would an 
 upgrade of Review Board resolve the issue? Appreciate your help..

 On Tuesday, 2 October 2012 02:15:14 UTC+5:30, Christian Hammond wrote:

 Running 'easy_install ReviewBoard' won't actually do much of anything. 
 You'd need to pass -U to do an upgrade.

 Christian

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


 On Sat, Sep 29, 2012 at 12:32 AM, 周培青 zpq...@gmail.com wrote:

 Hi Christian,

 I remember I used easy_install and I tried running easy_install 
 ReviewBoard command again and got below information,
  easy_install ReviewBoard
 Searching for ReviewBoard
 Best match: ReviewBoard 1.6.11
 Processing ReviewBoard-1.6.11-py2.6.egg
 ReviewBoard 1.6.11 is already the active version in easy-install.pth
 Installing rb-site script to /usr/bin
 Installing rbssh script to /usr/bin

 Using /usr/lib/python2.6/site-packages/ReviewBoard-1.6.11-py2.6.egg
 Processing dependencies for ReviewBoard
 Finished processing dependencies for ReviewBoard

 Any ideas...

 在 2012年9月22日星期六UTC+8上午7时12分04秒,Christian Hammond写道:

 How did you install Review Board? It looks like the registrations are 
 missing, which indicates you may have used pip or something, instead of 
 easy_install.

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com

 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com


 On Fri, Sep 21, 2012 at 1:37 AM, 周培青 zpq...@gmail.com wrote:

  Hi all,

 I installed ReviewBoard 1.6.11 on CentOS and I was trying to enable 
 LDAP as authentication method, but I cannot even select LDAP from the 
 Authentication Method dropdown in Authentication -- Authentication 
 Settings tab, see the attached screenshot.

 What's going on...

 I would be very appreciate for your help.

  -- 
 Want to help the Review Board project? Donate today at 
 http://www.reviewboard.org/**donate/http://www.reviewboard.org/donate/
 Happy user? Let us know at 
 http://www.reviewboard.org/**users/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=enhttp://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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en




Re: There are only two Authentication method available.

2013-01-15 Thread Christian Hammond
Hi Gavin,

You'll need the Python ldap module, if you don't have it already.

Even though you're not using easy_install remotely, are you using it for the 
eggs you download, or are you using another method?

Christian

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

On Jan 15, 2013, at 8:05 PM, Gavin Main gavm...@gmail.com wrote:

 I am facing the same issue. I unfortunately don't have the luxury of using 
 easy_install as this requires a direct connection to the interwebs (something 
 we can't allow). I have packaged up every ReviewBoard 1.6.15 dependency by 
 hand. 'rb-site' upgrade hinted that I needed the following... Djblets 
 (0.6.27), Django (1.3.4) and Feedparser (5.1.2), but when I start Reviewboard 
 after successfully running 'rb-site upgrade /path/to/site', I lose my LDAP 
 settings. 'DEBUG = True' doesn't give much away.
 
 Any help would be greatly appreciated. Oh and while I'm here... we love 
 ReviewBoard. 
 
 Cheers!
 
 On Wednesday, 10 October 2012 13:05:36 UTC+8, shravanthi s wrote:
 I am facing a similar issue. Actually I had successfully configured LDAP and 
 it was working fine (I am using version 1.6.5). However I had an issue with 
 uploading jpeg images so I uninstalled PIL and did some modifications to 
 setup.py (JPEG_ROOT = /usr/lib) and reinstalled PIL along with 
 libjpeg-devel. I was able to upload jpeg images.
 
  However a new issue popped up, my LDAP configuration was gone and when i 
 checked Authentication settings, there was no LDAP option at all! Only two 
 authentication methods were available. Not sure what went wrong. Would an 
 upgrade of Review Board resolve the issue? Appreciate your help..
 
 On Tuesday, 2 October 2012 02:15:14 UTC+5:30, Christian Hammond wrote:
 Running 'easy_install ReviewBoard' won't actually do much of anything. You'd 
 need to pass -U to do an upgrade.
 
 Christian
 
 -- 
 Christian Hammond - chi...@chipx86.com
 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com
 
 
 On Sat, Sep 29, 2012 at 12:32 AM, 周培青 zpq...@gmail.com wrote:
 Hi Christian,
 
 I remember I used easy_install and I tried running easy_install ReviewBoard 
 command again and got below information,
  easy_install ReviewBoard
 Searching for ReviewBoard
 Best match: ReviewBoard 1.6.11
 Processing ReviewBoard-1.6.11-py2.6.egg
 ReviewBoard 1.6.11 is already the active version in easy-install.pth
 Installing rb-site script to /usr/bin
 Installing rbssh script to /usr/bin
 
 Using /usr/lib/python2.6/site-packages/ReviewBoard-1.6.11-py2.6.egg
 Processing dependencies for ReviewBoard
 Finished processing dependencies for ReviewBoard
 
 Any ideas...
 
 在 2012年9月22日星期六UTC+8上午7时12分04秒,Christian Hammond写道:
 How did you install Review Board? It looks like the registrations are 
 missing, which indicates you may have used pip or something, instead of 
 easy_install.
 
 Christian
 
 -- 
 Christian Hammond - chi...@chipx86.com
 
 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com
 
 
 On Fri, Sep 21, 2012 at 1:37 AM, 周培青 zpq...@gmail.com wrote:
 Hi all,
 
 I installed ReviewBoard 1.6.11 on CentOS and I was trying to enable LDAP as 
 authentication method, but I cannot even select LDAP from the Authentication 
 Method dropdown in Authentication -- Authentication Settings tab, see the 
 attached screenshot.
 
 What's going on...
 
 I would be very appreciate for your help.
 
 
 -- 
 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
 
 
 -- 
 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
  
  

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

Re: There are only two Authentication method available.

2013-01-15 Thread Gav Main
Hi Christian,

I appreciate you replying so quickly. We have the RH supplied version
installed (python-ldap-2.3.10-1.el6.x86_64).

To give you a bit more information. We are looking to move from ReviewBoard
1.6.5 - 1.6.15. I have setup a lab instance of ReviewBoard 1.6.5 running
on RHEL 6.3, which points to a clone of the production MySQL database,
which I created with mysqldump . I am deploying all ReviewBoard
dependencies as custom built RPM's via Puppet. 'rb-site upgrade' complained
that some of the dependencies were out of date, so I've repackaged those
(they are starred).

python-dateutil-1.5
python-django-1.3.4*
python-django-evolution-0.6.7
python-djblets-0.6.27*
python-flup-1.0.3.dev-20110405
python-feedparser-5.1.2*
python-memcached-1.48
python-paramiko-1.7.7.1
python-pil-1.1.7
python-pycrypto-2.5
python-pygments-1.5
python-pysvn-1.7.6
python-pytz-2012c
python-recaptcha-client-1.0.6
python-reviewboard-1.6.15*
python-setuptools-0.6c11

I've typically been building the RPMS with:
%build
CFLAGS=$RPM_OPT_FLAGS %{__python} -c 'import setuptools;
execfile(setup.py)' build
...
%{__python} -c 'import setuptools; execfile(setup.py)' install
--skip-build  --root $RPM_BUILD_ROOT --install-lib
%{_basedir}/%{sw_name}-%{sw_version}/site-packages --install-data
%{_basedir}/%{sw_name}-%{sw_version}/site-packages


When I run rb-site upgrade I get this:
# rb-site -d upgrade /local/apache
Rebuilding directory structure
Updating database. This may take a while.
/opt/local/site-packages/djblets/gravatars/__init__.py:26:
DeprecationWarning: the md5 module is deprecated; use hashlib instead
  from md5 import md5
Creating tables ...
Creating table hostingsvcs_hostingserviceaccount
Upgrading Review Board from 1.6.5 to 1.6.15
There are unapplied evolutions for reviews.
There are unapplied evolutions for scmtools.
Adding baseline version for new models
Project signature has changed - an evolution is required
Installing custom SQL ...
Installing indexes ...
No fixtures found.
Evolution successful.
Resetting in-database caches.
Upgrade complete.

After writing all this, I have just realised that I have LDAP connection
problems on my lab server, which is a bit of a fail on my part. Would that
be enough for ReviewBoard to not populate the authentication drop-down list?

Cheers,
Gavin


On 16 January 2013 14:30, Christian Hammond chip...@chipx86.com wrote:

 Hi Gavin,

 You'll need the Python ldap module, if you don't have it already.

 Even though you're not using easy_install remotely, are you using it for
 the eggs you download, or are you using another method?

 Christian

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

 On Jan 15, 2013, at 8:05 PM, Gavin Main gavm...@gmail.com wrote:

 I am facing the same issue. I unfortunately don't have the luxury of using
 easy_install as this requires a direct connection to the interwebs
 (something we can't allow). I have packaged up every ReviewBoard 1.6.15
 dependency by hand. 'rb-site' upgrade hinted that I needed the following...
 Djblets (0.6.27), Django (1.3.4) and Feedparser (5.1.2), but when I start
 Reviewboard after successfully running 'rb-site upgrade /path/to/site', I
 lose my LDAP settings. 'DEBUG = True' doesn't give much away.

 Any help would be greatly appreciated. Oh and while I'm here... we love
 ReviewBoard.

 Cheers!

 On Wednesday, 10 October 2012 13:05:36 UTC+8, shravanthi s wrote:

 I am facing a similar issue. Actually I had successfully configured LDAP
 and it was working fine (I am using version 1.6.5). However I had an issue
 with uploading jpeg images so I uninstalled PIL and did some modifications
 to setup.py (JPEG_ROOT = /usr/lib) and reinstalled PIL along with
 libjpeg-devel. I was able to upload jpeg images.

  However a new issue popped up, my LDAP configuration was gone and when i
 checked Authentication settings, there was no LDAP option at all! Only two
 authentication methods were available. Not sure what went wrong. Would an
 upgrade of Review Board resolve the issue? Appreciate your help..

 On Tuesday, 2 October 2012 02:15:14 UTC+5:30, Christian Hammond wrote:

 Running 'easy_install ReviewBoard' won't actually do much of anything.
 You'd need to pass -U to do an upgrade.

 Christian

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


 On Sat, Sep 29, 2012 at 12:32 AM, 周培青 zpq...@gmail.com wrote:

 Hi Christian,

 I remember I used easy_install and I tried running easy_install
 ReviewBoard command again and got below information,
  easy_install ReviewBoard
 Searching for ReviewBoard
 Best match: ReviewBoard 1.6.11
 Processing ReviewBoard-1.6.11-py2.6.egg
 ReviewBoard 1.6.11 is already the active version in easy-install.pth
 Installing rb-site script to /usr/bin
 Installing rbssh script to /usr/bin

 Using /usr/lib/python2.6/site-**packages/ReviewBoard-1.6.11-**py2.6.egg
 Processing 

Re: Issue 2859 in reviewboard: Posted/Last updated assumes time zone, reports incorrectly

2013-01-15 Thread reviewboard


Comment #2 on issue 2859 by scherere...@gmail.com: Posted/Last updated  
assumes time zone, reports incorrectly

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

Okay, great, thanks for the tip!

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



Issue 2865 in reviewboard: Long group names break the dashboard view

2013-01-15 Thread reviewboard

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

New issue 2865 by stem...@gmail.com: Long group names break the dashboard  
view

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

What version are you running?
1.6.14

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

What steps will reproduce the problem?
1. Be part of a team with a long name (e.g. Meta_Syntactic_Variable_Names)
2. Navigate to the dashboard

What is the expected output? What do you see instead?
I expect to see a sidebar and dashboard, as usual. Instead the main  
dashboard overlaps the sidebar and is positioned below the last element in  
the sidebar. For someone who is in many teams this can put the main  
dashboard element below the fold (not pictured here).


What operating system are you using? What browser?
E.g. OS X 10.7.5, Google Chrome 24.0.1312.52.
I have reproduced with a variety of OS and browser combinations. The  
problem is universal so far.


Please provide any additional information below.
This boils down to the dashboard CSS, I think. There is a fixed-width  
(18em) offset for the #dashboard-main div, which is not long enough for  
some team names.


Aside: Presenting a team's display name instead of the id allows team names  
with spaces to wrap, which helps in some cases.


Attachments:
rb-dashboard-screenshot.png  230 KB

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



Issue 2866 in reviewboard: SVN HTTPS certificate not verified when adding a new repo

2013-01-15 Thread reviewboard

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

New issue 2866 by ysunfan...@hotmail.com: SVN HTTPS certificate not  
verified when adding a new repo

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

* NOTE: For customer support, please post to *
*   reviewbo...@googlegroups.com *
**
*   Do not post confidential information in this bug report. *
*   If you need immediate support, please contact*
*   reviewbo...@googlegroups.com *

What version are you running?
Review board 1.7.1

What's the URL of the page containing the problem?
~/reviewboard/admin/db/scmtools/repository/add/

What steps will reproduce the problem?
1.When i add a new repo (svn) with https://
2.
3.

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


What operating system are you using? What browser?


Please provide any additional information below.

When I create a new repo (SVN) with https:// link, the following error  
message shows after click Save button.
A verified HTTPS certificate is required to connect to this repository.  
There were errors validating this certificate:
The certificate is not issued by a trusted authority. Use the fingerprint  
to validate the certificate manually.

Certificate information:
Hostname: .xx.com
Valid: from Thu, 03 Nov 2011 23:33:44 GMT until Sun, 02 Nov 2014 23:33:44  
GMT

Issuer: 
Fingerprint: xxx
Do you trust this host, or do you want to go back and edit the repository  
information?

then there are two buttons:
I trust this host and Re-Edit repository
however, the problem is that both buttons are gray. so I cannot click any  
one of them.



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



Re: Issue 2866 in reviewboard: SVN HTTPS certificate not verified when adding a new repo

2013-01-15 Thread reviewboard

Updates:
Status: Fixed

Comment #1 on issue 2866 by trowb...@gmail.com: SVN HTTPS certificate not  
verified when adding a new repo

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

This is fixed in the release-1.7.x branch and will ship in 1.7.2, which  
should hopefully be pretty soon. Until then, there's a workaround posted  
here: https://groups.google.com/d/msg/reviewboard/uHUjwtm-nxY/iOa2akC4ysoJ


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



Re: Issue 2860 in reviewboard: GCC_4.2.0 version not found

2013-01-15 Thread reviewboard


Comment #2 on issue 2860 by fly...@gmail.com: GCC_4.2.0 version not found
http://code.google.com/p/reviewboard/issues/detail?id=2860

Thanks for your reply,

I'm using pysvn and I'm getting the error because of that.

Is there a way to see more details in the reviewboard logs? Right now the  
error shows on only the web page when I save even though I have enabled  
logging in reviewboard.
I'm interested to see where in the process of adding a repository it  
triggers this error:
gcclib/3.4.6/.exec/lib/ libgcc_s.so.1: veesion GCC_4.2.0 not found  
(required by gcclib/4.4.3/.exec/lib/libstdc++.so.6



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



Re: Issue 2572 in reviewboard: post-submit doesn't work with Perforce SSL ports

2013-01-15 Thread reviewboard

Updates:
Status: Fixed

Comment #3 on issue 2572 by trowb...@gmail.com: post-submit doesn't work  
with Perforce SSL ports

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

Fixed in rbtools master (01385f8). Thanks!

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