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

Re: svn status recursion (again)

From: Mark Phippard <markphip_at_gmail.com>
Date: Tue, 5 Aug 2008 18:10:01 -0400

On Tue, Aug 5, 2008 at 6:05 PM, Michael Maxwell <mmaxwell_at_casl.umd.edu> wrote:
> A few days ago, I asked how to make the 'svn status' command recursive. I was told it already was, by default. I accepted that, but now I have trouble explaining the following behavior:
>
> > svn status | grep "^[MA]"
> M verb.import.xml
> M fragVerbStemAllomorphyRules.xml
> A fragSpellCrxn.xml
> M Chapter_7.xml
> > cd ..
> > svn status | grep "^[MA]"
> M makefile
> It is not the case that I somehow have the -N (non-recursive) flag turned on, because if I go another directory level up, 'svn status' shows me modified files in other subdirectories--just not this one.
>
> The 'src' subdirectory is an ordinary directory (not a symlink).
>
> What could I be doing wrong?

Is the "src" subdirectory also a subdirectory of the parent within
your Subversion repository? IOW, was this entire WC created with a
single svn co?

Also, what is the other output you are getting from svn status that is
causing you to run it through grep? "Normal" svn status output would
only contain similar lines anyway.

-- 
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-06 00:10:28 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.