You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by ma...@gmx.net on 2003/08/20 11:11:34 UTC

problems while checking out from a repos and viewCVS probs

hi @ll

i have a problem.

i have just upgraded to svn rev. 6803.  

i converted the repository through dump/load

first it seems, that everything is ok, but

i tried to checkout a fresh working space, but after about 1 h i get this
error:
(the repository has about 15000 revisions)

subversion/libsvn_ra_dav/util.c:597: (apr_err=175002)
svn: RA layer request failed
svn: REPORT request failed on '/svn/repos/!svn/vcc/default'
subversion/libsvn_ra_dav/util.c:257: (apr_err=175002)
svn: REPORT of '/svn/repos/!svn/vcc/default': Could not read response body:
connection timed out. (https://192.168.2.189)
Wed Aug 20 12:55:29 CEST 2003


when i try to run viewCVS i get this error:

Traceback (most recent call last):
  File "/usr/local/viewcvs1.0-dev/lib/viewcvs.py", line 3162, in main
    request.run_viewcvs()
  File "/usr/local/viewcvs1.0-dev/lib/viewcvs.py", line 251, in run_viewcvs
    self.rootpath, rev)
  File "/usr/local/viewcvs1.0-dev/lib/vclib/svn/__init__.py", line 232, in
__init__
    self.pool = core.svn_pool_create(None)
AttributeError: 'module' object has no attribute 'svn_pool_create'


what is going wrong?

any help would be appreciated

greetz

achim

-- 
COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test
--------------------------------------------------
1. GMX TopMail - Platz 1 und Testsieger!
2. GMX ProMail - Platz 2 und Preis-Qualitätssieger!
3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7. daybyday - 8. e-Post


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

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

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
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

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

Posted by Lele Gaifax <le...@seldati.it>.
>>>>> 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

Re: problems while checking out from a repos

Posted by ma...@gmx.net.
hi

> > 
> > i tried to checkout a fresh working space, but after about 1 h i get
> this
> > error:
> > (the repository has about 15000 revisions)
> > 
> 
> Did you get any data in the working copy while waiting for 1 hour?  Or
> did it just sit for an hour, and then produce this error?
> 

i got some files.

now i just updated to the svn revision 6810 the checkout works a bit longer.
more files are checked out, but this error is thorwn again.
notice: it took about 2 hours for the checkout until the error was thrown.
on svn 0.25 the same repository needed about 50 mins.

subversion/libsvn_ra_dav/util.c:597: (apr_err=175002)
svn: RA layer request failed
svn: REPORT request failed on '/svn/repos/!svn/vcc/default'
subversion/libsvn_ra_dav/util.c:257: (apr_err=175002)
svn: REPORT of '/svn/repos/!svn/vcc/default': Error reading chunked response
body: connection timed out. (https://192.168.2.189)


greetz

achim


-- 
COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test
--------------------------------------------------
1. GMX TopMail - Platz 1 und Testsieger!
2. GMX ProMail - Platz 2 und Preis-Qualitätssieger!
3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7. daybyday - 8. e-Post


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

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

Posted by ma...@gmx.net.
hi
> > 
> > i tried to checkout a fresh working space, but after about 1 h i get
> this
> > error:
> > (the repository has about 15000 revisions)
> > 
> > subversion/libsvn_ra_dav/util.c:597: (apr_err=175002)
> > svn: RA layer request failed
> > svn: REPORT request failed on '/svn/repos/!svn/vcc/default'
> > subversion/libsvn_ra_dav/util.c:257: (apr_err=175002)
> > svn: REPORT of '/svn/repos/!svn/vcc/default': Could not read response
> body:
> > connection timed out. (https://192.168.2.189)
> > Wed Aug 20 12:55:29 CEST 2003
> 
> Did you get any data in the working copy while waiting for 1 hour?  Or
> did it just sit for an hour, and then produce this error?
> 

yes i get aome files from the repository, but then this error was thrown ...

greetz

achim

-- 
COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test
--------------------------------------------------
1. GMX TopMail - Platz 1 und Testsieger!
2. GMX ProMail - Platz 2 und Preis-Qualitätssieger!
3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7. daybyday - 8. e-Post


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

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

Posted by Ben Collins-Sussman <su...@collab.net>.
mailing.lists@gmx.net writes:

> hi @ll
> 
> i have a problem.
> 
> i have just upgraded to svn rev. 6803.  
> 
> i converted the repository through dump/load
> 
> first it seems, that everything is ok, but
> 
> i tried to checkout a fresh working space, but after about 1 h i get this
> error:
> (the repository has about 15000 revisions)
> 
> subversion/libsvn_ra_dav/util.c:597: (apr_err=175002)
> svn: RA layer request failed
> svn: REPORT request failed on '/svn/repos/!svn/vcc/default'
> subversion/libsvn_ra_dav/util.c:257: (apr_err=175002)
> svn: REPORT of '/svn/repos/!svn/vcc/default': Could not read response body:
> connection timed out. (https://192.168.2.189)
> Wed Aug 20 12:55:29 CEST 2003

Did you get any data in the working copy while waiting for 1 hour?  Or
did it just sit for an hour, and then produce this error?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org