stable
Clone or download
Read-only
request #11062 Git repository should be exportable
project export with --all must export git repositories How to test: export and then import a project with some git repositories, repositories must be imported without error Please test with and without --dir option Change-Id: Id8c3022bdc39b5edd17e8f1728a245e616970bc8
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/git/include/GitBundle.php | +137 | −0 | Go to diff View file |
A | plugins/git/include/GitXMLExporter.php | +197 | −0 | Go to diff View file |
M | plugins/git/include/autoload.php | +5 | −3 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +31 | −5 | Go to diff View file |
A | plugins/git/tests/GitXMLExporterTest.php | +245 | −0 | Go to diff View file |
M | tests/simpletest/common/project/ProjectXMLExporterTest.php | +1 | −1 | Go to diff View file |