a potential bug in svn_wc__db_wcroot_parse_local_abspath
From: Dmitry Pavlenko <pavlenko_at_tmatesoft.com>
Date: Wed, 14 Mar 2012 21:53:02 +0100
Hello!
I've found a potential bug in
Suppose the following directories structure:
working_copy_root
Suppose also that not_versioned_symlink points to "nested_working_copy_root".
I want to find the working copy root to which "not_versioned_symlink" belongs, so I call
There're 2 options.
2. But if the cache already contains a record about "working_copy_root", the function will check the
So the function depends on the cache contents.
The question is what's the expected working copy root should this function return on this example?
To my opinion, it should return "not_versioned_symlink" without regarding the cache contents,
Unfortunately I can't provide a reproducing code now, but I hope the algorithm's authors will easily
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.