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

Windows/ViewCVS/fsfs

From: Rick Hudson <rhudson_at_paradise.net.nz>
Date: 2004-10-06 00:57:33 CEST

I've managed with some effort to get the following combination of tools
running on a Windows 2003 server:

   svn-win-1.1.0
   ViewCVS 1.0-dev
   Apache 2.0.50

For the most part this all works fine with, AFAICT, the only exception (excuse
the pun!) being when viewcvs tries to view an fsfs subversion repository. This
exception is thrown:

Traceback (most recent call last):
   File "C:\Program Files\viewcvs-1.0-dev\lib\viewcvs.py", line 3194, in main
     request.run_viewcvs()
   File "C:\Program Files\viewcvs-1.0-dev\lib\viewcvs.py", line 264, in
run_viewcvs
     self.rootpath, rev)
   File "C:\Program Files\viewcvs-1.0-dev\lib\vclib\svn\__init__.py", line
322, in __init__
     self.repos = repos.svn_repos_open(rootpath, self.pool)
SystemError: null argument to internal routine

It views the BerkleyDB repositories and CVS repositories with no problem and
the fsfs repositories work fine via webDAV. The two types of svn repository
both live under the same root as referred to by root_parents.

Is there any difference in the way bdb and fsfs are accessed by viewcvs that
would cause this?

-- 
Rick Hudson
http://homepages.paradise.net.nz/rhudson/             rhudson_at_paradise.net.nz
http://www.kpo.org.nz/                                        rick_at_kpo.org.nz
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 6 00:55:21 2004

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.