stable
Clone or download
Read-only
Move the display of error where it's relevant to do. Part of: request #31541 svn 1.10+ no longer supports duplicate sections Change-Id: Ife76fc86b27dc1633d4fe5c4b39da0d1994b41c1
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/svn/include/REST/v1/RepositoryResourceUpdater.php | +1 | −1 | Go to diff View file |
M | plugins/svn/include/SVN/AccessControl/AccessControlController.php | +5 | −2 | Go to diff View file |
M | plugins/svn/include/SVN/AccessControl/AccessFileHistoryCreator.php | +18 | −14 | Go to diff View file |
M | plugins/svn/include/SVN/Repository/RepositoryCreator.php | +1 | −1 | Go to diff View file |
M | plugins/svn/include/SVN/XMLRepositoryImporter.php | +2 | −9 | Go to diff View file |
M | plugins/svn/tests/unit/REST_Backend/RepositoryResourceUpdaterTest.php | +4 | −3 | Go to diff View file |
M | plugins/svn/tests/unit/SVN/Repository/RepositoryCreatorTest.php | +2 | −0 | Go to diff View file |
M | plugins/svn/tests/unit/SVN/XMLRepositoryImporterTest.php | +3 | −13 | Go to diff View file |
M | site-content/en_US/svn/svn.tab | +0 | −3 | Go to diff View file |
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +16 | −0 | Go to diff View file |
M | site-content/fr_FR/svn/svn.tab | +0 | −3 | Go to diff View file |
M | site-content/pt_BR/LC_MESSAGES/tuleap-core.po | +14 | −0 | Go to diff View file |
A | src/common/SVNCore/CollectionOfSVNAccessFileFaults.php | +68 | −0 | Go to diff View file |
M | src/common/SVNCore/SVNAccessFile.php | +36 | −37 | Go to diff View file |
A | src/common/SVNCore/SVNAccessFileContentAndFaults.php | +34 | −0 | Go to diff View file |
M | src/common/backend/BackendSVN.class.php | +4 | −4 | Go to diff View file |
M | tests/unit/common/SVNCore/SVNAccessFileTest.php | +26 | −30 | Go to diff View file |