Is there any way to control the approval of an SVN repository file? If there is no explicit approval, is there any other similar way (like in openSource projects) to control file entry in the repository?
Thank you!
Is there any way to control the approval of an SVN repository file? If there is no explicit approval, is there any other similar way (like in openSource projects) to control file entry in the repository?
Thank you!
For you to do exactly what you want, get the commit on the server and keep it out of the repository by the time it gives you an approval, I believe it would be reasonably complicated, you need to build the entire interface for this since as far as I I remember there is nothing ready in this model exactly.
Alternatively I suggest two options:
It would also be possible to combine the two strategies and make commits in the branch generate alerts, speeding up the review process to give "okay, can merge in the trunk."