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

Re: Locking Folders - Prevent new file addition

From: mjpotts <pottsm_at_invergrove.k12.mn.us>
Date: Thu, 2 Oct 2008 13:44:15 -0700 (PDT)

I would write a pre-commit script to do this, but the problem I see is that
subversion really only locks files, not folders. so in order to check if
the folder should be locked, you have to see if EVERY file in the directory
is locked. Any other way around this or an easy way to check if every file
in a directory is locked?

thanks,

mike

datallah wrote:
>
> On Wed, Oct 1, 2008 at 4:18 PM, Daniel Atallah <daniel.atallah_at_gmail.com>
> wrote:
>> You can prevent stuff being committed to tag path with a pre-commit
>> hook, but really that is a usage problem - just
>
> Eek.
>
> That was supposed to say:
> You can prevent stuff being committed to tag path with a pre-commit
> hook, but really that is a usage problem - just tell people not to
> commit to tags and yell at them if they do.
>
> -D
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
> For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
>
>
>

-- 
View this message in context: http://www.nabble.com/Locking-Folders---Prevent-new-file-addition-tp19767636p19787272.html
Sent from the tortoisesvn - users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-10-02 22:44:29 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.