[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 17:26:54 CEST

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?

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