Re: [PATCH] Properly format the error message during unintended switches

2013-07-05 Thread Daniel Shahaf
> Properly format the error message during unintended switches. > > * subversion/libsvn_client/cmdline/switch.c > (switch_internal): Use 'svn_dirent_local_style' instead of > 'svn_dirent_dirname' when formatting the "no common ancestry" error > message. > > Patch by: Evgeny Kotkov r15000

[PATCH] Properly format the error message during unintended switches

2013-07-05 Thread Evgeny Kotkov
Hi, Currently the 'svn switch' command attempts to protect users from unintended switches by performing the ancestry check [1]. However, the error message for the unintended switch scenario appears to be incorrect. On my Windows machine, 'svn switch "^/" "C:\Projects\Subversion"' produces the fo