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/08 07:10:13 UTC

[PATCH] Fix for issue 3609 - cat command

Followup to r1030010

Log

[[[

Canonicalize paths before passing them to svn_client_cat2.

* subversion/svn/cat-cmd.c
  (svn_cl__cat): Canonicalize url or dirent before passing over to API.

* subversion/tests/cmdline/cat_tests.py
  (cat_url_special_characters, test_list): New test

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

]]]

Thanks and Regards
Noorul


Re: [PATCH] Fix for issue 3609 - cat command

Posted by Kamesh Jayachandran <ka...@collab.net>.
On 11/08/2010 11:40 AM, Noorul Islam K M wrote:
> Followup to r1030010
>
> Log
>
> [[[
>
> Canonicalize paths before passing them to svn_client_cat2.
>
> * subversion/svn/cat-cmd.c
>    (svn_cl__cat): Canonicalize url or dirent before passing over to API.
>
> * subversion/tests/cmdline/cat_tests.py
>    (cat_url_special_characters, test_list): New test
>
> Patch by: Noorul Islam K M<noorul{_AT_}collab.net>
>
> ]]]
>
> Thanks and Regards
> Noorul
>

Thanks for the patch, Committed in r1033028.

With regards
Kamesh Jayachandran