stable

Clone or download

Read-only

Be able to use EPEL's ViewVC with SVN integrated in the Tuleap core

This is part of story #8597 have a recent version of ViewVC For now, to be able to test you must remove viewvc-tuleap by hand (rpm -e --nodeps viewvc-tuleap) and then install the viewvc package. Change-Id: Ia669e02690f93c3590ef686701e178887ac1cf4c

Modified Files

Name
M src/common/autoload.php +6 −2 Go to diff View file
A src/common/svn/viewvc/EPELViewVCProxy.php +191 −0 Go to diff View file
A src/common/svn/viewvc/TuleapViewVCProxy.php +80 −0 Go to diff View file
A src/common/svn/viewvc/ViewVCProxy.php +28 −0 Go to diff View file
A src/common/svn/viewvc/ViewVCProxyFactory.php +48 −0 Go to diff View file
A src/common/svn/viewvc/viewvc-epel.cgi +61 −0 Go to diff View file
M src/www/svn/viewvc.php +28 −47 Go to diff View file