我不希望其他用户提交文件或删除我创建的SVN 中的文件。但用户应该能够读取该特定文件

I don't want other users to commit the files or delete the files in SVN that are created by me. but user should be able to read that particular file

我们正在使用 svn 进行集中版本控制。我们用来提交文件并从中获取更新。

但是我有一些文件不应该被有权访问 svn accept me 的任何人更新或删除。

但允许其他用户读取这些文件。

@brendon 一种方法是锁定特定文件。