Re: [viewvc-users] ViewVC exception

Jean-Yves Avenard <[email protected]> Thu, 27 Sep 2012 21:58:08 +0200
Newsgroups gmane.comp.version-control.cvs.viewcvs.user
Message-ID <CANpj82JGDVsg7Kavmh6YsKKZDKJ7oMe_qteUXYVabD3dQzT47g@mail.gmail.com>
Thanks for the quick answer

On 27 September 2012 21:08, C. Michael Pilato <[email protected]> wrote:
> Did something change with your Subversion Python bindings?  Maybe a package
> upgrade or something to Python itself that broke the bindings?  What happens
> if, while on the machine and operating as the Apache user, you do this:

Not that I'm aware of. It's a ubuntu 10.04 server

>
> $ python
> # blah blah blah
>>>> from svn import repos
>>>> repos.open('/data/bubblestuff/svn')
>

root@www:~# python
Python 2.6.5 (r265:79063, Apr 16 2010, 13:57:41)
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from svn import repos
>>> repos.open('/data/bubblestuff/svn')
<libsvn.repos.svn_repos_t; proxy of <Swig Object of type 'svn_repos_t
*' at 0x7f5263f75ea0> >

Seems all good to me.

Here I tried as root, but same result running it as www-data

------------------------------------------------------
http://viewvc.tigris.org/ds/viewMessage.do?dsForumId=4255&dsMessageId=3010755

To unsubscribe from this discussion, e-mail: [[email protected]].