[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: Scott Palmer <scott.palmer_at_2connected.org>
Date: 2005-05-27 18:24:01 CEST

On May 27, 2005, at 11:26 AM, Ben Collins-Sussman wrote:

>
> On May 27, 2005, at 8:42 AM, Anthony Muller wrote:
>
>>>> But you don't need to do a whole recursive 'svn status' crawl to
>>>> find
>>>> out if one specific item is interesting. You can either run 'svn
>>>> status foo.c', or run 'svn info foo.c' to see all the details.
>>
>> Hmmm ... I don't understand how can I do something else as a
>> recursive 'svn status' to get if at least a file is locked ?
>
> I don't understand the question...? I just told you there are two
> ways to see if a file is locked or not:
>
> svn status foo.c
> svn info foo.c
>
> Neither of these are recursive operations. What are you trying to do?

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.

Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri May 27 18:26:09 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.