On 3/28/2018 9:37 AM, Bo Berglund wrote:

Just curious since I am working on setting up our svn repositories migrated from CVS. How does one "lock down" tags to disallow further commits? In CVS that was built-in but svn works differently...

Bo B.


Put a check for the commit path(s) in the pre-commit hook.  If a tag directory is in the commit list, return an error.

http://svnbook.red-bean.com/nightly/en/svn.ref.reposhooks.pre-commit.html

--
    David Chapman      dcchap...@acm.org
    Chapman Consulting -- San Jose, CA
    EDA Software Developer, Expert Witness
    www.chapman-consulting-sj.com
    2018 Chair, IEEE Consultants' Network of Silicon Valley

Reply via email to