[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: problems while checking out from a repos and viewCVS probs

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2003-08-20 13:52:26 CEST

Lele Gaifax wrote:
>>>>>>mailing lists l'ha dit:
>
>
> mailing> when i try to run viewCVS i get this error:
>
> mailing> Traceback (most recent call last):
> mailing> File "/usr/local/viewcvs1.0-dev/lib/viewcvs.py", line
> mailing> 3162, in main
> mailing> request.run_viewcvs()
> mailing> File "/usr/local/viewcvs1.0-dev/lib/viewcvs.py", line
> mailing> 251, in run_viewcvs
> mailing> self.rootpath, rev)
> mailing> File
> mailing> "/usr/local/viewcvs1.0-dev/lib/vclib/svn/__init__.py",
> mailing> line 232, in
> mailing> __init__
> mailing> self.pool = core.svn_pool_create(None)
> mailing> AttributeError: 'module' object has no attribute
> mailing> 'svn_pool_create'
>
>
> mailing> what is going wrong?
>
> Apparently, recent (0.27+) changes broke the python bindings: in the
> meantime, I added the following to svn/core.py
>
> def svn_pool_create(pool):
> return svn_pool_create_ex(pool, None)

I believe revision 6803 added the appropriate swig magic to make that
unnecessary in the future.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 20 13:53:19 2003

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.