stable

Clone or download

Read-only

fix request #31118 [EL9] Issue with SVN access

In Python 3, filter returns an iterable object that cannot be accessed as a list. Calling `list()` works on both 2.x and 3.x to keep consistent behaviour. Added a logger to gather workable error log from viewvc issues. Change-Id: Iccac612abf8bb90f6144f2e96cc4d2b9cfb33c9b

Modified Files

Name
M plugins/svn/include/SVN/ViewVC/ViewVCProxy.php +11 −21 Go to diff View file
M plugins/svn/include/svnPlugin.php +2 −1 Go to diff View file
M src/utils/svn/svnaccess.py +1 −1 Go to diff View file