Re: Upgrade from 2.0.0.13 to 2.5.6.1 failed

2016-06-09 Thread Evan Bellinger
Thank you. That was just the hint I needed. The import pysvn threw an error, so I had to compile pysvn from source because of our old version of SVN. Using this answer as the base (http://stackoverflow.com/a/6840500/1934832): pip uninstall subvertpy pip uninstall pysvn cd /tmp/ wget http: //w

Re: Upgrade from 2.0.0.13 to 2.5.6.1 failed

2016-06-09 Thread Christian Hammond
Hi Evan, How was PySVN installed? >From a terminal, try running: $ python >>> import pysvn >>> print pysvn.__file__ And paste the results. Christian -- Christian Hammond President/CEO of Beanbag Makers of Review Board