[Issue 666] New - Performance optimization for indicating modified subfolders

Alexander Mueller <[email protected]> Tue, 28 Jul 2009 12:08:03 -0700 (PDT)
Newsgroups gmane.comp.version-control.subversion.rapidsvn.issues
Message-ID <[email protected]>
http://rapidsvn.tigris.org/issues/show_bug.cgi?id=666
                 Issue #|666
                 Summary|Performance optimization for indicating modified subfo
                        |lders
               Component|rapidsvn
                 Version|0.10
                Platform|All
              OS/Version|All
                     URL|
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|ENHANCEMENT
                Priority|P3
            Subcomponent|src
             Assigned to|issues@rapidsvn
             Reported by|xelarellum






------- Additional comments from [email protected] Tue Jul 28 12:08:03 -0700 2009 -------
Right now everytime a folder in the left hand side gets expanded first there is
a Client::status call and then another one for every child in the list. On large
directory structures this is very time consuming. This can be sped up with only
two Client::status calls. The first lists all the entries in the folder
(non-recursive). The second is a call which summarizes changes (recursive, only
modified files).

------------------------------------------------------
http://rapidsvn.tigris.org/ds/viewMessage.do?dsForumId=670&dsMessageId=2376367

To unsubscribe from this discussion, e-mail: [[email protected]].