mainSavannah Administration - Support: sr #109611, subversion repo emacswiki is...

 
 

sr #109611: subversion repo emacswiki is inaccessible

Submitter:  -X- <bendikker>
Submitted:  Sun 30 Dec 2018 06:07:26 PM UTC
   
 
Category:  Source code repositories - anonymous access Priority:  5 - Normal
Severity:  3 - Normal Status:  None
Privacy:  Public Assigned to:  None
Operating System:  None Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 04 Jan 2019 05:28:15 AM UTC, comment #1: 

Thank you for this report.  When I look at the emacswiki subversion I see 9523 files in the top level.  This takes so long to process that viewvc times out processing them.  That is the reason viewvc is timing out on the listing of those files.

svn ls svn://svn.savannah.gnu.org/emacswiki/emacswikipages | wc -l
9523

That many files in a project will make viewing files with viewvc unsuitable and impossible.

I suggest that that to examine the source for that project to checkout a copy of the source and examine the result locally.

svn co svn://svn.savannah.gnu.org/emacswiki

Then simply browse the files locally.

Bob Proulx <rwp>
Site Administrator
Sun 30 Dec 2018 06:07:26 PM UTC, original submission:  

After one month no response from maintainer.

This subversion repo is still inaccessible.

https://svn.savannah.gnu.org/viewvc/emacswiki/

An Exception Has Occurred
Python Traceback

Traceback (most recent call last):
  File "/usr/lib/viewvc/lib/viewvc.py", line 4322, in main
    request.run_viewvc()
  File "/usr/lib/viewvc/lib/viewvc.py", line 397, in run_viewvc
    self.view_func(self)
  File "/usr/lib/viewvc/lib/viewvc.py", line 2009, in view_directory
    fvi = get_file_view_info(request, file_where, file.rev, row.mime_type)
  File "/usr/lib/viewvc/lib/viewvc.py", line 1051, in get_file_view_info
    escape=1)
  File "/usr/lib/viewvc/lib/viewvc.py", line 406, in get_url
    qs = compat.urlencode(params)
  File "/usr/lib/python2.7/urllib.py", line 1332, in urlencode
    v = quote_plus(str(v))
  File "/usr/lib/python2.7/urllib.py", line 1290, in quote_plus
    def quote_plus(s, safe=''):
  File "/usr/lib/viewvc/lib/vclib/svn/svn_repos.py", line 392, in _sigterm_handler
    sys.exit(-1)
NameError: global name 'sys' is not defined


-X- <bendikker>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rwp (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2019-01-04 rwp Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code