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

Re: At least a locked file into a folder

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-05-27 19:08:46 CEST

On May 27, 2005, at 11:24 AM, Scott Palmer wrote:
>
> I think he wants a yes/no answer to the question "Is ANY file in my
> working copy locked?", not a specific file.
> Parsing the output of a full status command he is already aware of,
> but he wondered if there was a shortcut.

Ah, the answer is, "there's no shortcut." To detect locks, you need
to scan the whole working copy, just the same way you detect changed
files. The working copy doesn't keep a master list of locked-files
off to the side somewhere.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri May 27 19:12:18 2005

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.