Hi,
The cvsweb is fixed now ... =:o)
On Thursday, January 10, 2002, at 09:11 am, Lawrence Akka wrote:
> 1)
>
> Trying to view the plugin directory on cvs using the SF html interface
> results in python traceback errors
>
> http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/phpwiki/phpwiki/lib/plugin/
>
> I have seen this before on SF's cvs interface - it may be caused by
> checkin problems leading to corruption.
>
>
> ------------------
>
>
> 2)
>
> Alpha site is broken - missing semicolon in index.php. I won't mention
> the name of the culprit since he was so good at fixing my css bug quickly!
>
> Lawrence
>
>
From: no...@so...
Date: Thu Jan 10, 2002 09:50:04 am America/Montreal
To: no...@so...
Subject: [ alexandria-Support Requests-501660 ] CVS services: ViewCVS
error (bad keyword expansion)
Support Requests item #501660, was opened at 2002-01-09 22:50
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=200001&aid=501660&group_id=
1
Category: Project CVS Services
Group: Second Level Support
Status: Closed
Priority: 5
Submitted By: Carsten Klapp (carstenklapp)
Assigned to: Jacob Moorman (moorman)
Summary: CVS services: ViewCVS error (bad keyword expansion)
Initial Comment:
Can't seem to access one directory in our cvs via cvsweb:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/phpwiki/phpwiki/lib/plugin/
Oddly enough, individual files in the directory can still be accessed by
name:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/phpwiki/phpwiki/lib/plugin/
HelloWorld.php
Python Exception Occurred
Traceback (innermost last):
File "/usr/local/viewcvs-0.8/lib/viewcvs.py", line 2599, in run_cgi
main()
File "/usr/local/viewcvs-0.8/lib/viewcvs.py", line 2554, in main
view_directory(request)
File "/usr/local/viewcvs-0.8/lib/viewcvs.py", line 1118, in
view_directory
fileinfo, alltags = get_logs(full_name, rcs_files, view_tag)
File "/usr/local/viewcvs-0.8/lib/viewcvs.py", line 1074, in get_logs
raise 'error during rlog: '+hex(status)
error during rlog: 0x100
----------------------------------------------------------------------
Comment By: Jacob Moorman (moorman)
Date: 2002-01-10 06:49
Message:
Logged In: YES
user_id=152443
Greetings,
Somewhere along the line, this file (Toolbar.php) was
flagged with an invalid expansion mode (which appeared as
'kkv' in the RCS header of this file). -kkv is the default
expansion mode; to the best of my knowledge, the leading -k
is always stripped (so an invalid expansion mode was listed
in this file). Having removed the expansion mode line from
the Toolbar.php file, ViewCVS no longer reports an error
when viewing this directory. Please ensure that keyword
expansion is set on this file as desired (cvs admin -k
options). Should you have further questions or concerns
regarding this matter, please submit a new support request.
Thank you,
Jacob Moorman
Quality of Service Manager, SourceForge.net
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=200001&aid=501660&group_id=
1
|