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

svn status recursion (again)

From: Michael Maxwell <mmaxwell_at_casl.umd.edu>
Date: Tue, 5 Aug 2008 18:05:07 -0400

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?

   Mike Maxwell
   CASL/ U Md
Received on 2008-08-06 00:05:32 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.