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

Re: Recursive Status

From: Mark Phippard <markphip_at_gmail.com>
Date: Fri, 1 Aug 2008 19:00:34 -0400

On Fri, Aug 1, 2008 at 5:03 PM, Michael Maxwell <mmaxwell_at_casl.umd.edu> wrote:
> I want to find the status of all the SVN files in the current directory which need to be checked in, and recursively in subdirectories,
> including both modified and added files (I can ignore unchanged files). This seems like it should be simple, but I'm having a hard time
> getting it to work reliably. In particular, while it's easy to get the 'M' files (modified files that haven't been checked in), I don't always get
> the 'A' files (files that have been added without yet having been checked in).

svn status already does all this. It is recursive by default and it
shows 'A'dds. I'd suggest you start a new thread where you are having
an example that does not show the files you expect. Then we can drill
in to find the cause. For example, it will not recurse into an
unversioned folder.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-08-02 01:01:02 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.