RE: svn commit: r1091262 - /subversion/trunk/subversion/libsvn_wc/wc_db.c
From: Bert Huijben <bert_at_qqmail.nl>
Date: Tue, 12 Apr 2011 15:40:26 +0200
> -----Original Message-----
> Changelists in IDE's are used a lot, for separating work. If you do a
I use the same system in AnkhSVN, but then again when I change the changelists in Subversion I don't use any of the recursive operations: I apply the changelist changes as a batch of paths.
For my use case optimizing for batch processing is more important then for depth processing. (The current code optimizes for depth processing)
And as we don't have proper changelist support on directories yet, some operations ignore directories when you use changelists (Diff & revert work this way if I remember correctly), while others apply the same change to all directories within the original filter (commit as a notable example).
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.