Re: Unable to add repository to ReviewBoard

2015-06-22 Thread ageha67
> can't really be of too much assistance with specifics there. I hope that > helps, though. > > Christian > > -- > Christian Hammond - chri...@beanbaginc.com > Review Board - https://www.reviewboard.org > Beanbag, Inc. - https://www.beanbaginc.com >

Re: Unable to add repository to ReviewBoard

2015-06-20 Thread ageha67
://www.reviewboard.org > Beanbag, Inc. - https://www.beanbaginc.com > > -Original Message- > From: ageha67 > > Reply: revie...@googlegroups.com >> > Date: June 16, 2015 at 11:13:34 PM > To: revie...@googlegroups.com >> > Subject: Unable to ad

Re: Unable to add repository to ReviewBoard

2015-06-17 Thread Christian Hammond
s.com > Date: June 16, 2015 at 11:13:34 PM To: reviewboard@googlegroups.com > Subject:  Unable to add repository to ReviewBoard > Hi All, > > I setup the Review Board 2.0.15 on Window (Bitnami Version) and I can > checkout my code at my computer(use https). My SVN server is setuped o

Unable to add repository to ReviewBoard

2015-06-16 Thread ageha67
Hi All, I setup the Review Board 2.0.15 on Window (Bitnami Version) and I can checkout my code at my computer(use https). My SVN server is setuped on another PC. When I add repository using https, I get blow error : Unable to connect to a repository at URL 'https://XXX.XXX.XXX.XXX/svn/project'

Re: Unable to add repository to ReviewBoard

2014-12-15 Thread Jian Yuan
> Review Board - https://www.reviewboard.org > Beanbag, Inc. - https://www.beanbaginc.com > > -Original Message- > From: Jian Yuan > > Reply: revie...@googlegroups.com >> > Date: December 14, 2014 at 5:33:35 PM > To: revie...@googlegroups.c

Re: Unable to add repository to ReviewBoard

2014-12-15 Thread Christian Hammond
oups.com > Subject:  Re: Unable to add repository to ReviewBoard > Hi David, > > Is this what you meant by $HOME in the Apache context? > > foresightyj@foresightyj-VirtualBox:/etc/apache2$ ps -ef | grep apache > root 1347 1 0 08:37 ? 00:00:00 /usr/sbin/apache2 -k start > fores

Re: Unable to add repository to ReviewBoard

2014-12-14 Thread Jian Yuan
Hi David, Is this what you meant by $HOME in the Apache context? foresightyj@foresightyj-VirtualBox:/etc/apache2$ ps -ef | grep apache root 1347 1 0 08:37 ?00:00:00 /usr/sbin/apache2 -k start foresig+ 1350 1347 0 08:37 ?00:00:05 /usr/sbin/apache2 -k start foresig+ 13

Re: Unable to add repository to ReviewBoard

2014-12-13 Thread David Trowbridge
What is $HOME in the Apache context? -David On Fri, Dec 12, 2014 at 7:10 PM Jian Yuan wrote: > Hi David, > > Thanks. Following your suggestion I tried the following steps: > > I changed Apache's user and group as follows: > > foresightyj@foresightyj-VirtualBox:~$ cat /etc/apache2/envvars | grep

Re: Unable to add repository to ReviewBoard

2014-12-12 Thread Jian Yuan
Hi David, Thanks. Following your suggestion I tried the following steps: I changed Apache's user and group as follows: foresightyj@foresightyj-VirtualBox:~$ cat /etc/apache2/envvars | grep foresightyj export APACHE_RUN_USER=foresightyj export APACHE_RUN_GROUP=foresightyj Then I rebooted the se

Re: Unable to add repository to ReviewBoard

2014-12-12 Thread David Trowbridge
When you run 'sudo svn list ...' it saves the certificate to root's home directory. You'll need to do this as whichever user your web server runs as. -David On Thu, Dec 11, 2014 at 10:46 PM, Jian Yuan wrote: > Hi David, > > I am experiencing a similar problem where the error message is: > > Una

Re: Unable to add repository to ReviewBoard

2014-12-11 Thread Jian Yuan
Hi David, I am experiencing a similar problem where the error message is: Unable to connect to a repository at URL 'https://192.168.0.110/svn/FHT360' Server SSL certificate verification failed: certificate issued for a different hostname, issuer is not trusted I already tried logging to the se

Re: Unable to add repository to ReviewBoard

2014-10-22 Thread David Trowbridge
If you run the following command as your web server user, it should offer to save the certificate permanently: svn list https://your.repository.url You could also do this as a normal user and then copy the relevant file from ~/.subversion into the web server user home directory. -David On Wed,

Re: Unable to add repository to ReviewBoard

2014-10-15 Thread testing89147
Hi David, Can you please point me to some links where I can get some help in resolving this issue. I am really pitching my company to buy cloud from review board, but this can only be done once i am able to give a live demo on our own code working with review board. Thanks On Wednesday, Octob

Re: Unable to add repository to ReviewBoard

2014-10-08 Thread David Trowbridge
It looks like you have an invalid SSL certificate on your SVN server. I believe that you can add something to the ~/.subversion directory on your review board host (within the home directory of the httpd user) to trust this certificate, but I'm not sure what that is. Perhaps check the contents of a

Re: Unable to add repository to ReviewBoard

2014-10-07 Thread testing89147
Hi, Any update? On Tuesday, October 7, 2014 11:38:37 AM UTC+5:30, testin...@gmail.com wrote: > > Hi David, > > I am still stuck at above mentioned problem. Please provide me with a > resolution > > Thanks > > On Wednesday, October 1, 2014 12:36:42 PM UTC+5:30, testin...@gmail.com > wrote: >> >

Re: Unable to add repository to ReviewBoard

2014-10-06 Thread testing89147
Hi David, I am still stuck at above mentioned problem. Please provide me with a resolution Thanks On Wednesday, October 1, 2014 12:36:42 PM UTC+5:30, testin...@gmail.com wrote: > > Hi David, > > I have removed subvertpy and installed pysvn. Now on adding URL to "add > repository" page i am g

Re: Unable to add repository to ReviewBoard

2014-10-01 Thread testing89147
Hi David, I have removed subvertpy and installed pysvn. Now on adding URL to "add repository" page i am getting below mentioned error: Unable to connect to a repository at URL '' Server SSL certificate verification failed: issuer is not trusted Please tell what next can I do. Thanks On Wedn

Re: Unable to add repository to ReviewBoard

2014-09-30 Thread testing89147
Sure, I will revert back after removing subvertpy and installing pysvn On Wednesday, October 1, 2014 11:55:09 AM UTC+5:30, David Trowbridge wrote: > > Hi, > > We've seen some people having trouble with subvertpy. Can you try with > pysvn? > > -David > > On Tue, Sep 30, 2014 at 11:01 PM, > > wr

Re: Unable to add repository to ReviewBoard

2014-09-30 Thread David Trowbridge
Hi, We've seen some people having trouble with subvertpy. Can you try with pysvn? -David On Tue, Sep 30, 2014 at 11:01 PM, wrote: > Hi David, > > I am using reviewboard 2.0.8 . It is deployed on Ubuntu 14.04.1 LTS ... I > am using subvertpy. > I am working as per installation documentation pro

Re: Unable to add repository to ReviewBoard

2014-09-30 Thread testing89147
Hi David, I am using reviewboard 2.0.8 . It is deployed on Ubuntu 14.04.1 LTS ... I am using subvertpy. I am working as per installation documentation provided on https://www.reviewboard.org/docs/manual/2.0/admin/installation/linux Please help me resolve this issue. Thanks On Wednesday, Octobe

Re: Unable to add repository to ReviewBoard

2014-09-30 Thread David Trowbridge
What version of Review Board? What OS have you deployed Review Board on? Are you using the pysvn or subvertpy backend? -David On Tue, Sep 30, 2014 at 2:27 AM, wrote: > Hi All, > > I have a SVN server deployed on Windows 7. I am adding the url of the > repository to "Add repository" page with us

Unable to add repository to ReviewBoard

2014-09-30 Thread testing89147
Hi All, I have a SVN server deployed on Windows 7. I am adding the url of the repository to "Add repository" page with username and password. I am getting below mentioned error: Unable to connect to a repository at URL ''", 230001 Please look into the issue. -- Get the Review Board Power Pa