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 2010/11/04 04:20:15 UTC

[PATCH] Fix for issue 3620 - status command

Log 

[[[

Make 'svn revert' verify that none of its targets are URLs.

* subversion/libsvn_client/status.c,
  subversion/svn/status-cmd.c
  (svn_client_status5, svn_cl__status): Raise an error if any targets
  look like URLs.

* subversion/tests/cmdline/input_validation_tests.py
  (invalid_status_targets, test_list): New test.

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

]]]


Re: Fix for issue 3620 - status command

Posted by Stefan Sperling <st...@elego.de>.
On Thu, Nov 04, 2010 at 09:56:39AM +0530, Noorul Islam K M wrote:
> Make 'svn status' verify that none of its targets are URLs.

Thank you, r1031160.

Re: Fix for issue 3620 - status command

Posted by Noorul Islam K M <no...@collab.net>.
Noorul Islam K M <no...@collab.net> writes:

> Log 
>
> [[[
>
> Make 'svn revert' verify that none of its targets are URLs.
>
> * subversion/libsvn_client/status.c,
>   subversion/svn/status-cmd.c
>   (svn_client_status5, svn_cl__status): Raise an error if any targets
>   look like URLs.
>
> * subversion/tests/cmdline/input_validation_tests.py
>   (invalid_status_targets, test_list): New test.
>
> Patch by: Noorul Islam K M <noorul{_AT_}collab.net>
>
> ]]]
>

Sending corrected log message. Sorry for the noise.

Log 

[[[

Make 'svn status' verify that none of its targets are URLs.

* subversion/libsvn_client/status.c,
  subversion/svn/status-cmd.c
  (svn_client_status5, svn_cl__status): Raise an error if any targets
  look like URLs.

* subversion/tests/cmdline/input_validation_tests.py
  (invalid_status_targets, test_list): New test.

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

]]]

Thanks and Regards
Noorul