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

Re: Make branch read only

From: Sven Brueggemann <SBrueggemann_at_gmx.net>
Date: 2006-08-11 16:13:09 CEST

Hello,

> How can I make a branch read only? Thanks.

you can add a pre-commit hook to your repository that prevents
commits to this branch or you can configure the access rights
on your server accordingly. These are the only ways to make
a path "really" read-only. Both methods are configured on the
server side and are Subversion, not TSVN issues.

If you and your collegues are working with TSVN, you can
make a tag of your branch (move/copy it to a path containing
"tag" in it's name). When trying to commit to a tag, TSVN
tells the committer that a tag is usually considered read-only -
although it doesn't enforce this convention.

Kind regards

Sven

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Fri Aug 11 16:13:19 2006

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

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