Rev 266: Remove support for branching from dumpfiles. in http://people.samba.org/bzr/jelmer/bzr-svn/bzr.dev
Jelmer Vernooij
jelmer at samba.org
Tue Dec 19 21:29:45 GMT 2006
------------------------------------------------------------
revno: 266
revision-id: jelmer at samba.org-20061219212321-n8uys1rxzw892fat
parent: jelmer at samba.org-20061219212141-07ioqh9wo2e1tbpm
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: main
timestamp: Tue 2006-12-19 22:23:21 +0100
message:
Remove support for branching from dumpfiles.
There are two reasons for this:
* All files that were being opened by BzrDir.open() were being scanned
to see if they were SVN dump files. This slowed bazaar down.
* Since dumpfiles by themselves are always for full repositories, can be
incremental and need to be loaded (can take anywhere from 10 seconds to
a few hours) they aren't really convenient for short bazaar commands.
Dumpfiles are still supported when used with the svn-import command.
removed:
dumpfile.py dumpfile.py-20060618192414-vpot6v73vr4d9l92-1
tests/test_dumpfile.py test_dumpfile.py-20060702131839-wkb317k2vj4zrn9o-1
modified:
__init__.py __init__.py-20051008155114-eae558e6cf149e1d
convert.py svn2bzr.py-20051018015439-cb4563bff29e632d
repository.py repository.py-20060306123302-1f8c5069b3fe0265
tests/__init__.py __init__.py-20060508151940-e9f4d914801a2535
tests/test_branch.py test_branch.py-20060508162215-74ffeb5d608f8e20
tests/test_convert.py test_convert.py-20060705203611-b1l0bapeku6foco0-1
More information about the bazaar-commits
mailing list