stable
Clone or download
Read-only
Merge commit 'refs/changes/81/3181/8' of ssh://gerrit.tuleap.net:29418/tuleap into tuleap-stable-master
* ssh://gerrit.tuleap.net:29418/tuleap: request #7590: Allow SVN immutable tags Change-Id: I2acfeb9fe93284b3586962a4ee31a3e60b31d1fe
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/project/Project.class.php | +8 | −0 | Go to diff View file |
M | src/common/svn/SVN_Svnlook.class.php | +15 | −0 | Go to diff View file |
M | src/common/svn/hook/PreCommit.class.php | +39 | −0 | Go to diff View file |
M | src/db/mysql/database_initvalues.sql | +6 | −3 | Go to diff View file |
M | src/db/mysql/database_structure.sql | +1 | −0 | Go to diff View file |
A | src/db/mysql/updates/2014/201410301650_add_commit_to_tag_denied_in_groups.php | +50 | −0 | Go to diff View file |
M | src/utils/svn/codendi_svn_pre_commit.php | +1 | −0 | Go to diff View file |
M | tests/simpletest/common/svn/PreCommitTest.php | +21 | −0 | Go to diff View file |