stable
Clone or download
Read-only
There were a lot of mix-up between SvnSomething SVNSomething Something alone. Plus some very wrongly named classes (like SVNAccessFile). This commit clean things up. Part of: request #31541 svn 1.10+ no longer supports duplicate sections Change-Id: Ie1105a10e991de772aedc6b38f826ac6dc351a14
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/svn/bin/migrate_to_plugin.php | +1 | −1 | Go to diff View file |
M | plugins/svn/include/REST/v1/RepositoryResource.php | +1 | −1 | Go to diff View file |
M | plugins/svn/include/SVN/AccessControl/AccessControlController.php | +5 | −5 | Go to diff View file |
M | plugins/svn/include/SVN/AccessControl/AccessControlPresenter.php | +2 | −2 | Go to diff View file |
M | plugins/svn/include/SVN/AccessControl/AccessFileHistoryCreator.php | +8 | −8 | Go to diff View file |
M | plugins/svn/include/SVN/AccessControl/DuplicateSectionDetector.php | +2 | −2 | Go to diff View file |
M | plugins/svn/include/SVN/Repository/RepositoryManager.php | +4 | −4 | Go to diff View file |
M | plugins/svn/include/SVN/XMLSvnExporter.php | +3 | −3 | Go to diff View file |
M | plugins/svn/include/svnPlugin.php | +3 | −3 | Go to diff View file |
M | plugins/svn/tests/DuplicateSectionDetectorTest.php | +2 | −2 | Go to diff View file |
M | plugins/svn/tests/unit/SVN/AccessFile/AccessFileHistoryCreatorTest.php | +5 | −5 | Go to diff View file |
M | plugins/svn/tests/unit/SVN/XMLExporterTest.php | +3 | −3 | Go to diff View file |
R | src/common/SVNCore/SvnAccessFileContent.php | Go to diff View file | ||
R | src/common/SVNCore/SvnAccessFileDefaultBlock.php | Go to diff View file | ||
R | src/common/SVNCore/SvnAccessFileDefaultBlockGenerator.php | Go to diff View file | ||
R | src/common/SVNCore/SvnAccessFileDefaultBlockGeneratorInterface.php | Go to diff View file | ||
R | src/common/SVNCore/AccessFileReader.php | Go to diff View file | ||
R | src/common/SVNCore/SVNAccessFile.php | Go to diff View file | ||
M | src/common/SVNCore/SVNAccessFileWriter.php | +2 | −2 | Go to diff View file |
M | src/common/backend/BackendSVN.class.php | +13 | −11 | Go to diff View file |
M | tests/unit/common/SVNCore/SVNAccessFileDefaultBlockGeneratorTest.php | +4 | −4 | Go to diff View file |
R | tests/unit/common/SVNCore/AccessFileReaderTest.php | Go to diff View file | ||
R | tests/unit/common/SVNCore/SVNAccessFileTest.php | Go to diff View file |