[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 15:30:05 CEST

On May 27, 2005, at 8:15 AM, Anthony Muller wrote:

> I don't know ... I was expecting a great 'svn islocked' command! ;o)
>

In general, we use 'svn status' as a generic mechanism that means
"show me anything interesting in my working copy". We define
'interesting' as: modified, conflicted, scheduled for addition or
deletion, missing in action, incomplete, or has a lock-token attached.

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.

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