stable
Clone or download
Read-only
story #8791 : Show repository tree with ViewVC
To test it : - Create a SVN repository, with few files/folder in - When you access into the repository, you should see the ViewVC view, with the files and folders associated - You should be able to browse the SVN tree, go into files, folder, go back to parent Directory - On a file, you should be able to view/donwload/annotate and made diff with it Change-Id: Ib924706f8805661e4abec2dda0c7f4fd04bf9d67
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/svn/bin/viewvc.cgi | +68 | −0 | Go to diff View file |
D | plugins/svn/include/Svn/CodeBrowser/CodeBrowserController.class.php | +0 | −55 | Go to diff View file |
D | plugins/svn/include/Svn/CodeBrowser/CodeBrowserPresenter.class.php | +0 | −38 | Go to diff View file |
M | plugins/svn/include/Svn/Dao.class.php | +19 | −2 | Go to diff View file |
M | plugins/svn/include/Svn/Explorer/ExplorerPresenter.class.php | +2 | −1 | Go to diff View file |
M | plugins/svn/include/Svn/Explorer/RepositoryDisplayController.class.php | +8 | −5 | Go to diff View file |
M | plugins/svn/include/Svn/Explorer/RepositoryDisplayPresenter.class.php | +3 | −1 | Go to diff View file |
A | plugins/svn/include/Svn/Repository/CannotFindRepositoryException.class.php | +25 | −0 | Go to diff View file |
M | plugins/svn/include/Svn/Repository/Repository.class.php | +6 | −2 | Go to diff View file |
M | plugins/svn/include/Svn/Repository/RepositoryManager.class.php | +15 | −2 | Go to diff View file |
M | plugins/svn/include/Svn/Repository/RuleName.class.php | +3 | −1 | Go to diff View file |
M | plugins/svn/include/Svn/SvnRouter.class.php | +55 | −3 | Go to diff View file |
M | plugins/svn/include/Svn/ViewVCProxy/ViewVCProxy.class.php | +37 | −54 | Go to diff View file |
M | plugins/svn/include/autoload.php | +3 | −11 | Go to diff View file |
M | plugins/svn/include/constants.php | +0 | −1 | Go to diff View file |
M | plugins/svn/include/svnPlugin.class.php | +9 | −1 | Go to diff View file |
M | plugins/svn/site-content/en_US/svn.tab | +2 | −1 | Go to diff View file |
M | plugins/svn/site-content/fr_FR/svn.tab | +2 | −1 | Go to diff View file |
D | plugins/svn/templates/code-browser/index.mustache | +0 | −3 | Go to diff View file |
M | plugins/svn/templates/explorer/index.mustache | +1 | −1 | Go to diff View file |
R | plugins/svn/templates/explorer/repository_clone.mustache | Go to diff View file | ||
M | src/common/valid/Rule.class.php | +2 | −0 | Go to diff View file |