Re: SVN connection failure

2014-11-26 Thread Dan Holmes
subvertpy.  felt like the instructions favored that one.




On Tuesday, November 25, 2014 6:21:26 PM UTC-5, David Trowbridge wrote:

 Are you using the pysvn or subvertpy backend?

 -David

 On Tue, Nov 25, 2014 at 9:19 AM, Dan Holmes dnh...@gmail.com 
 javascript: wrote:

 I switched to Ubuntu but am still having SVN connection problems.  I went 
 back over the installation for SVN python tools and it said it was all 
 installed.  What am i missing?

 from the apache error.log
 [Tue Nov 25 17:14:27.246518 2014] [:error] [pid 8713] ERROR:root:SVN: 
 Failed to get repository information for 
 https://10.7.0.1:8443/svn/RouteMatch/: (Unable to connect to a 
 repository at URL 'https://10.7.0.1:8443/svn/RouteMatch', 230001)

 however both svn and curl will return without problem.

 notroot@RMDevTools01:~$ svn info https://10.7.0.1:8443/svn/RouteMatch/
 Path: RouteMatch
 URL: https://10.7.0.1:8443/svn/RouteMatch
 Relative URL: ^/
 Repository Root: https://10.7.0.1:8443/svn/RouteMatch
 Repository UUID: 34830635-b4d3-f84e-9563-fed92939f730
 Revision: 61143
 Node Kind: directory
 Last Changed Author: 
 Last Changed Rev: 61143
 Last Changed Date: 2014-11-25 12:11:56 -0500 (Tue, 25 Nov 2014)

 notroot@RMDevTools01:~$ curl https://10.7.0.1:8443/svn/RouteMatch/ 
 --insecure -u xx
 ?xml version=1.0?
 ?xml-stylesheet type=text/xsl href=/svnindex.xsl?
 !DOCTYPE svn [
   !ELEMENT svn   (index)
   !ATTLIST svn   version CDATA #REQUIRED
   hrefCDATA #REQUIRED
   !ELEMENT index (updir?, (file | dir)*)
   !ATTLIST index nameCDATA #IMPLIED
   pathCDATA #IMPLIED
   rev CDATA #IMPLIED
   baseCDATA #IMPLIED
   !ELEMENT updir EMPTY
   !ATTLIST updir hrefCDATA #REQUIRED
   !ELEMENT file  EMPTY
   !ATTLIST file  nameCDATA #REQUIRED
   hrefCDATA #REQUIRED
   !ELEMENT dir   EMPTY
   !ATTLIST dir   nameCDATA #REQUIRED
   hrefCDATA #REQUIRED
 ]
 svn version=1.7.5 (r1336830)
  href=http://subversion.apache.org/;
   index rev=61143 path=/ base=RouteMatch
 ...  /index
 /svn

  -- 
 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 javascript:.
 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: SVN connection failure

2014-11-26 Thread Dan Holmes
do i have to uninstall subvertpy?  how does RB know to use one or the 
other?  is there a config switch?

On Wednesday, November 26, 2014 8:34:38 AM UTC-5, Stephen Gallagher wrote:




 On Wed, 2014-11-26 at 05:31 -0800, Dan Holmes wrote: 
  subvertpy.  felt like the instructions favored that one. 
  
  
  
  
  
  
  On Tuesday, November 25, 2014 6:21:26 PM UTC-5, David Trowbridge 
  wrote: 
  Are you using the pysvn or subvertpy backend? 
  


 In my experience (on Fedora), I've found that the pysvn option is the 
 better one. As I understand it, subvertpy is mainly there because it can 
 be installed with easy_install, but it's not nearly as mature as pysvn. 

 Since your operating system includes a pysvn package, it would probably 
 be best to install that using apt and try again. If that works, then 
 there's a bug in the subvertpy support somewhere that can be looked 
 into, but you'll be up and running in the meantime. 



-- 
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: SVN connection failure

2014-11-26 Thread Dan Holmes
so i tried it and I've found that the pysvn option is the better one 
appears to be true (this is Ubunutu).

now i get the same error i had on the windows server.  I don't get prompted 
to accept.  how do i get this resolved?  I already saved the cert with curl 
and svn cmds but those apparently didn't store them in the right place.

Unable to connect to a repository at URL 
'https://rmfile02.routematch.local:8443/svn/RouteMatch' Server SSL 
certificate verification failed: issuer is not trusted

On Wednesday, November 26, 2014 8:43:33 AM UTC-5, Dan Holmes wrote:

 do i have to uninstall subvertpy?  how does RB know to use one or the 
 other?  is there a config switch?

 On Wednesday, November 26, 2014 8:34:38 AM UTC-5, Stephen Gallagher wrote:




 On Wed, 2014-11-26 at 05:31 -0800, Dan Holmes wrote: 
  subvertpy.  felt like the instructions favored that one. 
  
  
  
  
  
  
  On Tuesday, November 25, 2014 6:21:26 PM UTC-5, David Trowbridge 
  wrote: 
  Are you using the pysvn or subvertpy backend? 
  


 In my experience (on Fedora), I've found that the pysvn option is the 
 better one. As I understand it, subvertpy is mainly there because it can 
 be installed with easy_install, but it's not nearly as mature as pysvn. 

 Since your operating system includes a pysvn package, it would probably 
 be best to install that using apt and try again. If that works, then 
 there's a bug in the subvertpy support somewhere that can be looked 
 into, but you'll be up and running in the meantime. 



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


easy_install errors - i don't know if these are bad but i thought i would share

2014-11-25 Thread Dan Holmes

On Ubuntu 14.04.01 server, following the instructions i get the following 
error(s) when i run the easy_install ReviewBoard command.  I haven't yet 
tried to run it yet so i don't know if this is fatal but i thought i would 
throw this out here before i lost the error messages.

Installing pilprint.py script to /usr/local/bin

Installed 
/usr/local/lib/python2.7/dist-packages/Pillow-2.6.1-py2.7-linux-x86_64.egg
Searching for futures=2.1.3
Reading https://pypi.python.org/simple/futures/
Exception in thread Thread-1:
Traceback (most recent call last):
  File /usr/lib/python2.7/threading.py, line 810, in __bootstrap_inner
self.run()
  File /usr/lib/python2.7/threading.py, line 763, in run
self.__target(*self.__args, **self.__kwargs)
  File /usr/lib/python2.7/multiprocessing/pool.py, line 330, in 
_handle_workers
debug('worker handler exiting')
TypeError: 'NoneType' object is not callable

Exception in thread Thread-2:
Traceback (most recent call last):
  File /usr/lib/python2.7/threading.py, line 810, in __bootstrap_inner
self.run()
  File /usr/lib/python2.7/threading.py, line 763, in run
self.__target(*self.__args, **self.__kwargs)
  File /usr/lib/python2.7/multiprocessing/pool.py, line 357, in 
_handle_tasks
debug('task handler got sentinel')
TypeError: 'NoneType' object is not callable

Best match: futures 2.2.0
Downloading 
https://pypi.python.org/packages/source/f/futures/futures-2.2.0.tar.gz#md5=310e446de8609ddb59d0886e35edb534
Processing futures-2.2.0.tar.gz
Writing /tmp/easy_install-pWNWPg/futures-2.2.0/setup.cfg
Running futures-2.2.0/setup.py -q bdist_egg --dist-dir 
/tmp/easy_install-pWNWPg/futures-2.2.0/egg-dist-tmp-S1hA5L
Adding futures 2.2.0 to easy-install.pth file

Installed /usr/local/lib/python2.7/dist-packages/futures-2.2.0-py2.7.egg
Finished processing dependencies for ReviewBoard
Exception TypeError: TypeError('NoneType' object does not support item 
deletion,) in Finalize object, dead ignored
notroot@RMDevTools01:~$

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


SVN connection failure

2014-11-25 Thread Dan Holmes
I switched to Ubuntu but am still having SVN connection problems.  I went 
back over the installation for SVN python tools and it said it was all 
installed.  What am i missing?

from the apache error.log
[Tue Nov 25 17:14:27.246518 2014] [:error] [pid 8713] ERROR:root:SVN: 
Failed to get repository information for 
https://10.7.0.1:8443/svn/RouteMatch/: (Unable to connect to a repository 
at URL 'https://10.7.0.1:8443/svn/RouteMatch', 230001)

however both svn and curl will return without problem.

notroot@RMDevTools01:~$ svn info https://10.7.0.1:8443/svn/RouteMatch/
Path: RouteMatch
URL: https://10.7.0.1:8443/svn/RouteMatch
Relative URL: ^/
Repository Root: https://10.7.0.1:8443/svn/RouteMatch
Repository UUID: 34830635-b4d3-f84e-9563-fed92939f730
Revision: 61143
Node Kind: directory
Last Changed Author: 
Last Changed Rev: 61143
Last Changed Date: 2014-11-25 12:11:56 -0500 (Tue, 25 Nov 2014)

notroot@RMDevTools01:~$ curl https://10.7.0.1:8443/svn/RouteMatch/ 
--insecure -u xx
?xml version=1.0?
?xml-stylesheet type=text/xsl href=/svnindex.xsl?
!DOCTYPE svn [
  !ELEMENT svn   (index)
  !ATTLIST svn   version CDATA #REQUIRED
  hrefCDATA #REQUIRED
  !ELEMENT index (updir?, (file | dir)*)
  !ATTLIST index nameCDATA #IMPLIED
  pathCDATA #IMPLIED
  rev CDATA #IMPLIED
  baseCDATA #IMPLIED
  !ELEMENT updir EMPTY
  !ATTLIST updir hrefCDATA #REQUIRED
  !ELEMENT file  EMPTY
  !ATTLIST file  nameCDATA #REQUIRED
  hrefCDATA #REQUIRED
  !ELEMENT dir   EMPTY
  !ATTLIST dir   nameCDATA #REQUIRED
  hrefCDATA #REQUIRED
]
svn version=1.7.5 (r1336830)
 href=http://subversion.apache.org/;
  index rev=61143 path=/ base=RouteMatch
...  /index
/svn

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


Windows based SVN failes the Reviewboard repository config for certificate trust issues

2014-11-21 Thread Dan Holmes
This is ReviewBoard 2.0.11 on Widows 2008 as installed by bitnami.

I get the following: Server certificate verification failed: issuer is not 
trusted 

I am not prompted to accept the cert.  I have tried the cmd line tools to 
cache the certificate locally first but that hasn't worked.  I have read 
what i can find on this and it seems to have been fixed.  I don't know what 
to try next.

Anyone know what i can try next?

thanks
dan

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