stable
Clone or download
Read-only
request #7590: Allow SVN immutable tags
The svn repository should be: -product1 --trunk --tags --branch -product2 --trunk --tags --branch ... -productn --trunk --tags --branch" Change-Id: I7cc67f0637d52eecdb77ac02fbc5fba8dd173acd
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 |