Brian,
Yes, that is the expected result. Subversion can safely assume that
everything under an unversioned directory is also unversioned or if
versioned, not part of this checkout. Therefore it does not bother
traversing further down the tree just to print out more ?'s.
David
On Thu, Feb 19, 2009 at 10:28 PM, Brian Byllesby <bbyllesby_at_gmail.com>wrote:
> Hello,
>
> Using svn 1.5.2 on Mac OS 10.4.11.
>
> I ran the following command: svn status --depth infinity
> hoping to see status on all files at all depths including those without
> version. But it appears only to have traversed the versioned folders.
> It seems any unversioned files within unversioned folders are not shown.
>
> In my case, I had a couple of unversioned files within the directory
> classes (also unversioned) and this was the output
>
> ? classes
>
> - Is this the correct behavior for svn status using --depth infinity?
>
> Thanks in advance,
> Brian
>
> ------------------------------------------------------
>
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1196149
>
> To unsubscribe from this discussion, e-mail: [
> users-unsubscribe_at_subversion.tigris.org].
>
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1198063
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-02-20 13:10:10 CET