[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: issue with relative externals after a rename

From: David Chapman <dcchapman_at_acm.org>
Date: Wed, 28 Mar 2018 10:22:53 -0700

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      dcchapman_at_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
Received on 2018-03-28 19:23:12 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.