Possible to set a Subversion repository to be read only?
|
|
Hi, We’re in the process of migrating one of our main source repositories from Subversion to Git. We’ve already copied across all of our commits into the new Git repository, but I wondered if it was possible that the old repository be configured to be read only, just to make sure that no commits are mistakenly sent to the old Subversion repo. Thanks for any help |
|
|
This is not possible. However, you could associate the repository with a single project in which the users have only “read” permission for source. This would effectively make it read-only for everyone but account administrators. |
