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/03 17:02:12 UTC

[PATCH] Fix for issue 3620 - resolved command

Log 

[[[

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

* subversion/svn/resolved-cmd.c
  (svn_cl__resolved): Raise an error if any targets look like URLs.

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

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

]]]

Thanks and Regards
Noorul


Re: [PATCH] Fix for issue 3620 - resolved command

Posted by Stefan Sperling <st...@elego.de>.
On Wed, Nov 03, 2010 at 10:32:12PM +0530, Noorul Islam K M wrote:
> 
> Log 
> 
> [[[
> 
> Make 'svn resolved' verify that none of its targets are URLs.
> 
> * subversion/svn/resolved-cmd.c
>   (svn_cl__resolved): Raise an error if any targets look like URLs.
> 
> * subversion/tests/cmdline/input_validation_tests.py
>   (invalid_resolved_targets, test_list): New test.
> 
> Patch by: Noorul Islam K M <noorul{_AT_}collab.net>
> 
> ]]]
> 
> Thanks and Regards
> Noorul
> 

Thanks, committed in r1030596 (again removed redundant canonicalisation
before commit).

Stefan