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

Re: Locking Files in Tortoise

From: Andy Levy <andy.levy_at_gmail.com>
Date: Wed, 1 Jul 2009 10:07:32 -0400

On Wed, Jul 1, 2009 at 09:57, Apocalipsis<ymartine_at_famous-smoke.com> wrote:
> Hello Community!
>
> I just started the test implementation of subversion using TortoiseSVN as my
> client application. My question is about the Lock operation in Tortoise. Can
> I lock my files locally in Tortoise? I mean for example if I have my files
> here: c:\myfiles and inside that folder there is a file called myFile.cfm
> and I want to lock it so other developers don't edit it. Does the lock
> function in Tortoise accomplishes that? If not what could I do?

Lock marks the file as such in the repository. Other users will not be
able to commit changes to that file because you hold the lock. This is
explained pretty well in the Subversion manual, probably the TSVN
manual as well.

However, by default, locks can be broken and/or stolen by anyone. They
are meant to be a communications vehicle, not an iron-clad prevention
mechanism.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2367054

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-07-01 16:07:43 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.