stable

Clone or download

Read-only

Be able to use EPEL's ViewVC with CVS

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: I2076fa2a0e753a79dab6f5b653925565f603892a

Modified Files

Name
M src/common/autoload.php +6 −2 Go to diff View file
A src/common/cvs/ViewVC/EPELViewVCProxy.php +201 −0 Go to diff View file
A src/common/cvs/ViewVC/TuleapViewVCProxy.php +63 −0 Go to diff View file
A src/common/cvs/ViewVC/ViewVCProxy.php +28 −0 Go to diff View file
A src/common/cvs/ViewVC/ViewVCProxyFactory.php +48 −0 Go to diff View file
A src/common/cvs/ViewVC/viewvc-epel.cgi +61 −0 Go to diff View file
M src/common/svn/viewvc/EPELViewVCProxy.php +1 −1 Go to diff View file
M src/www/cvs/viewvc.php +22 −39 Go to diff View file