Re: a potential bug in svn_wc__db_wcroot_parse_local_abspath

2012-03-20 Thread Dmitry Pavlenko
the working copy root to work with, and then to pass this working copy root everywhere (to read_info, to XXX_op_add_file, and so on.) to avoid potentially buggy WC root detection every time and to save time? Originally I wanted to propose a simple patch but the things become to comple

Re: a potential bug in svn_wc__db_wcroot_parse_local_abspath

2012-03-15 Thread Dmitry Pavlenko
> Would you like to submit a patch for this? Yes, I would like to try. If I meet difficulties, I'll write.

Re: a potential bug in svn_wc__db_wcroot_parse_local_abspath

2012-03-14 Thread Stefan Sperling
On Wed, Mar 14, 2012 at 09:53:02PM +0100, Dmitry Pavlenko wrote: > Hello! > > I've found a potential bug in > svn_wc__db_wcroot_parse_local_abspath > function. > > Suppose the following directories structure: > > working_copy_root > |

a potential bug in svn_wc__db_wcroot_parse_local_abspath

2012-03-14 Thread Dmitry Pavlenko
Hello! I've found a potential bug in svn_wc__db_wcroot_parse_local_abspath function. Suppose the following directories structure: working_copy_root | +nested_working_copy_root +not_versioned_symlink Suppose also that not_versioned_symlink points to "nested_working