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

Re: Locking Queston

From: Andy Levy <andy.levy_at_gmail.com>
Date: Fri, 2 Oct 2009 20:48:45 -0400

On Fri, Oct 2, 2009 at 16:20, Miguel Barbero <mbarbero_at_cots.com> wrote:
> Good afternoon,
>
>
>
> I’m not sure if this question should go to you or to the TortoiseSVN mailing
> list.  I installed Subversion on a network server and am accessing the
> repository through 2 PCs in the same network using TortoiseSVN.  Everything
> works pretty much fine except the file locking.  If I lock a file through
> one PC, the other does not show the file as being locked.  It appears as a
> regular unchanged file.  Is there a way to make Subversion show the file is
> locked by another user?

svn st -u on the command-line
TSVn -> Check for Modifications -> Check Repository in TSVN

Subversion does not store information about locks in working copies
other than the one where the lock was acquired.

You're not accessing the repository via file:///, and not sharing a
single WC between the 2 PCs, are you?

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2403148

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-03 02:49:41 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.