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

Re: TortoiseSVN in allow-only-read-only-operations-mode

From: Ron Wilson <ronw.mrmx_at_gmail.com>
Date: Thu, 3 Jul 2008 10:21:51 -0400

On Wed, Jul 2, 2008 at 5:03 AM, UnkName <Cristi.Arghiroiu_at_gmail.com> wrote:
> My question is : can TSVN be configured to work in read-only mode such
> that to avoid accidental deletes, check-ins ...?

TSVN 1.5 supports client-side hook scripts. You could create a
pre-commit hook to block all commits:

@echo Please use the xxxx tool to commit changes.
@exit 1

Note that every TSVN client must be configured to use the hook script
(though prevents you from configuring a script that is in your SVN
working copy).

Also, in TSVN->Settings, you can choose which items appear in the
context menu verses appearing in the TSVN submenu.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-07-03 16:22:01 CEST

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.