You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Jim Sokoloff <ji...@sokoloff.com> on 2003/12/31 17:27:02 UTC

svn status --non-recursive recurses down the tree

svn status --non-recursive still recurses down the tree
(meaning it takes much longer than the user expects)

Tested on Win32 with my own patched version of 0.34.0,
as well as the packaged 0.34.0 (info below). I believe
Stefan has reproduced with 0.35 as well.

svn, version 0.34.0 (r7859)
   compiled Dec  4 2003, 08:08:28

Recipe:
1. Go to a working copy of depth > 1.
2. Open filemon (or truss, or equivalent)
3. svn status -N
4. Note that it recurses the entire tree.

Thanks,
---Jim

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn status --non-recursive recurses down the tree

Posted by Jim Sokoloff <ji...@sokoloff.com>.
On Wed, 31 Dec 2003 kfogel@collab.net wrote:

> Well, this is pretty important, since it kind of defeats the purpose
> of --non-recursive :-) (and on large trees it will really cost).

Believe me, we know. :)

> Can you file an issue for it?  I'll take a look.

Done. (I left it P3.)

http://subversion.tigris.org/issues/show_bug.cgi?id=1680

Thanks,
--Jim

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn status --non-recursive recurses down the tree

Posted by kf...@collab.net.
Jim Sokoloff <ji...@sokoloff.com> writes:
> svn status --non-recursive still recurses down the tree
> (meaning it takes much longer than the user expects)
> 
> Tested on Win32 with my own patched version of 0.34.0,
> as well as the packaged 0.34.0 (info below). I believe
> Stefan has reproduced with 0.35 as well.
> 
> svn, version 0.34.0 (r7859)
>    compiled Dec  4 2003, 08:08:28
> 
> Recipe:
> 1. Go to a working copy of depth > 1.
> 2. Open filemon (or truss, or equivalent)
> 3. svn status -N
> 4. Note that it recurses the entire tree.

Well, this is pretty important, since it kind of defeats the purpose
of --non-recursive :-) (and on large trees it will really cost).

Can you file an issue for it?  I'll take a look.

Thanks,
-Karl


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org