You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Noorul Islam K M <no...@collab.net> on 2011/02/16 08:53:06 UTC

[PATCH] Fix for issue 3742

Issue description:

'svn status' should reported nested working copies as unversioned regardless of
the format of their working copies.

Issue link: http://subversion.tigris.org/issues/show_bug.cgi?id=3742

All tests pass using 'make check'

Log
[[[

Make 'svn status' report nested working copies as unversioned regardless
of the format of their working copies.

* subversion/svn/status.c,
  subversion/libsvn_wc/status.c
  (print_status, assemble_unversioned): Consider other format working
    copies as unversioned by ignoring SVN_ERR_WC_UPGRADE_REQUIRED error.

* subversion/tests/cmdline/stat_tests.py
  (status_nested_wc_old_format): Remove XFail marker.

Patch by: Noorul Islam K M <noorul{_AT_}collab.net>
]]]


Re: [PATCH] Fix for issue 3742

Posted by Stefan Sperling <st...@elego.de>.
On Wed, Feb 16, 2011 at 01:23:06PM +0530, Noorul Islam K M wrote:
> 
> Issue description:
> 
> 'svn status' should reported nested working copies as unversioned regardless of
> the format of their working copies.
> 
> Issue link: http://subversion.tigris.org/issues/show_bug.cgi?id=3742
> 
> All tests pass using 'make check'

Thanks Noorul, committed in r1071368.