Author: pburba
Revision: 1102325
Modified property: svn:log
Modified: svn:log at Thu May 12 17:46:49 2011
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Thu May 12 17:46:49 2011
@@ -3,6 +3,9 @@ SQL instead of in a C function that trie
root and then has to fix up on common cases, while it should really only
operate on the selected subtree.
+This is follow-up to the original fix for issue #3858 'Everything below a
+switched node is switched' made in r1099462.
+
The resulting SQLite code is not pretty, but it does the job...
(The different cases could use a few more testcases though).
@@ -21,6 +24,8 @@ The resulting SQLite code is not pretty,
* subversion/libsvn_wc/wc_db.c
(has_switched_subtree): Do the cheap check first as we have to obtain that
- information anyway. Then call the right switch check function depending on
- whether the origin node is the root of the working copy, the repository or
+ information anyway. Then call the right switch check function
+depending on
+ whether the origin node is the root of the working copy, the
+repository or
both.