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

Re: ViewCVS with Subversion and Mandrake.

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2004-07-21 20:15:31 CEST

"Cockerham, John (US SSA)" <john.cockerham@baesystems.com> writes:

> Traceback (most recent call last):
> File "/usr/local/viewcvs-1.0-dev/lib/viewcvs.py", line 2483, in main
> handle_config()
> File "/usr/local/viewcvs-1.0-dev/lib/viewcvs.py", line 2434, in
> handle_config
> cfg.load_config(pathname, sapi.server.getenv('HTTP_HOST'))
> File "/usr/local/viewcvs-1.0-dev/lib/config.py", line 63, in
> load_config
> parser.read(pathname)
> File "/usr/lib/python2.3/ConfigParser.py", line 263, in read
> self._read(fp, filename)
> File "/usr/lib/python2.3/ConfigParser.py", line 456, in _read
> raise MissingSectionHeaderError(fpname, lineno, `line`)
> MissingSectionHeaderError: File contains no section headers.
> file: /usr/local/viewcvs-1.0-dev/viewcvs.conf, line: 18
> ' svn_parent_path = /disk0/SVN/\n'

Looks like a busted configuration file to me. 'svn_parent_path'[1]
should be inside the [general] section.

[1] 'svn_parent_path', by the way, is no longer supported in ViewCVS
    HEAD. See the new 'root_parents' option instead.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 21 20:16:28 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.