RE: [PATCH] Fix #3544 - svn update does not restore excluded files
From: Bert Huijben <bert_at_qqmail.nl>
Date: Mon, 18 Jan 2010 15:11:05 +0100
> -----Original Message-----
For the WC-NG work we are trying to remove all calls to this fold function as a step towards removing all handling of svn_wc_entry_t. As WC-NG can store more state about nodes than can be expressed in svn_wc_entry_t, every call to fold_entry() can and in many cases will loose data.
In the WC-NG store we can exclude files (which we couldn't do in 1.6) and when you see such a node as an entry you will see that its depth is excluded. But depth excluded is not stored as a depth, but as a node status.
As far as I know, we completed moving all depth handling from the entries level and use wc_db apis instead.
Bert
|
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.