Re: Fix for issue 3609 - ls command

2010-11-10 Thread Julian Foad
On Wed, 2010-11-10, Noorul Islam K M wrote: Julian Foad julian.f...@wandisco.com writes: [...] So I think it would be good if you could create a function that encapsulates the svn_opt_parse_path() and the new if(url)... statements. It could be called svn_cl__parse_path(), and it could live

Re: Fix for issue 3609 - ls command

2010-11-09 Thread Kamesh Jayachandran
On 11/08/2010 11:59 AM, Noorul Islam K M wrote: Followup to r1030010 Log [[[ Canonicalize paths before passing them to svn_client_list2. * subversion/svn/list-cmd.c (svn_cl__list): Canonicalize url or dirent before passing over to API. * subversion/tests/cmdline/basic_tests.py

Re: Fix for issue 3609 - ls command

2010-11-09 Thread Julian Foad
On Tue, 2010-11-09, Kamesh Jayachandran wrote: On 11/08/2010 11:59 AM, Noorul Islam K M wrote: [[[ Canonicalize paths before passing them to svn_client_list2. * subversion/svn/list-cmd.c (svn_cl__list): Canonicalize url or dirent before passing over to API. *

Re: Fix for issue 3609 - ls command

2010-11-09 Thread Noorul Islam K M
Julian Foad julian.f...@wandisco.com writes: On Tue, 2010-11-09, Kamesh Jayachandran wrote: On 11/08/2010 11:59 AM, Noorul Islam K M wrote: [[[ Canonicalize paths before passing them to svn_client_list2. * subversion/svn/list-cmd.c (svn_cl__list): Canonicalize url or dirent before

Fix for issue 3609 - ls command

2010-11-07 Thread Noorul Islam K M
Followup to r1030010 Log [[[ Canonicalize paths before passing them to svn_client_list2. * subversion/svn/list-cmd.c (svn_cl__list): Canonicalize url or dirent before passing over to API. * subversion/tests/cmdline/basic_tests.py (ls_url_special_characters, test_list): New test Patch