Ticket #97 (new enhancement)

Opened 1 year ago

Use svn switch to improve efficiency

Reported by: retracile Assigned to:
Priority: major Milestone: undecided
Component: other Version: 0.7.5
Keywords: Cc:

Description

The SVN operation uses svn update, and deletes its working copy if the branch changes. However, Subversion is able to move between branches much more efficiently using 'svn switch'.

Attached is a lightly tested patch that uses 'svn switch'. It will always work for the 'copy' mode; other modes are less tested. An 'svn switch' of a working copy containing unversioned files can in some cases fail; that is not handled in this patch.

Attachments

buildbot-svn-switch.patch (1.4 kB) - added by retracile on 09/06/07 07:20:41.
use svn switch instead of svn update

Change History

09/06/07 07:20:41 changed by retracile

  • attachment buildbot-svn-switch.patch added.

use svn switch instead of svn update