[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: Lele Gaifax <lele_at_seldati.it>
Date: 2003-08-20 13:49:44 CEST

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

hth,
ciao, lele.

-- 
nickname: Lele Gaifax	| Quando vivrò di quello che ho pensato ieri
real: Emanuele Gaifas	| comincerò ad aver paura di chi mi copia.
email: lele@seldati.it	|		-- Fortunato Depero, 1929.
---------------------------------------------------------------------
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:49: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.