Merge 0.15 fixes.
[jelmer/subvertpy.git] / checkout.py
2007-03-04 Jelmer VernooijMerge 0.15 fixes.
2007-03-04 Jelmer VernooijPrepare for 0.3.2
2007-03-04 Jelmer VernooijMerge fixes from 0.3 branch.
2007-01-18 Jelmer VernooijMerge fix from Wouter.
2007-01-18 Jelmer VernooijDistinguish between branches and tags
2007-01-16 Jelmer VernooijImport version 3 changes.
2007-01-16 Jelmer VernooijRemove debug call
2007-01-15 Jelmer VernooijMerge from upstream.
2007-01-15 Jelmer VernooijThe Python Subversion bindings have trouble dealing...
2007-01-14 Jelmer VernooijUse global configuration object.
2007-01-10 Jelmer VernooijMerge upstream
2007-01-10 Jelmer VernooijSupport special characters in filenames in working...
2007-01-08 Jelmer VernooijWarn about incompatible svn versions
2007-01-08 Jelmer VernooijFix message_callback argument to commit()
2007-01-08 Jelmer VernooijFix file ids in checkouts.
2007-01-08 Jelmer VernooijFix segfault (no tests, requires a webdav repository...
2007-01-08 Jelmer VernooijFix recognizing properties when reading the base revisi...
2007-01-08 Jelmer VernooijFix checkout tests.
2007-01-06 Jelmer VernooijCouple of minor fixes
2007-01-03 Jelmer VernooijImprove working tree handling.
2007-01-03 Jelmer Vernooijtests
2007-01-01 Jelmer VernooijInitial work on supporting the 'bzr:file-ids' property.
2007-01-01 Jelmer VernooijUpdate NEWS, TODO, add some FIXME's.
2007-01-01 Jelmer VernooijDon't consider files when checking for branches.
2007-01-01 Jelmer VernooijMore efficient implementation of last_revision().
2006-12-31 Jelmer VernooijDon't use SvnRepository for regular Bazaar branches...
2006-12-31 Jelmer VernooijProperly implement SvnRemoteAccess.open_repository...
2006-12-23 Jelmer VernooijMove tracking branch properties to a separate class.
2006-12-22 Jelmer VernooijAdd some more tests.
2006-12-17 Jelmer VernooijDeal with new parameter passed by bzr.
2006-12-14 Jelmer VernooijRemove requirement for svn+ prefix (#75751)
2006-12-14 Jelmer VernooijRemove svn_to_bzr_url() function.
2006-12-13 Jelmer VernooijDon't try to open remote checkouts. Fixes #67281
2006-12-12 Jelmer VernooijMerge upstream fixes.
2006-12-12 Jelmer VernooijAdd repository format.
2006-12-12 Jelmer VernooijMerge upstream changes.
2006-12-06 Jelmer VernooijFix compatibility with Bazaar 0.13.
2006-10-16 Jelmer VernooijFix compatibility with bzr.dev after ROOT_ID changes. bzr-svn-0.1
2006-10-11 Jelmer VernooijFix root being added twice (fixes #54131).
2006-08-13 Jelmer VernooijUpdate for bzr 0.10
2006-07-14 Jelmer Vernooij[merge] cache properties
2006-07-14 Jelmer VernooijSupport caching properties set on branch paths.
2006-07-04 Jelmer VernooijFix branch path determination code.
2006-07-04 Jelmer VernooijAdd more tests, fix more bugs.
2006-07-03 Jelmer VernooijAdd more tests, particularly for commit.
2006-07-03 Jelmer VernooijSupport reading executable bits on working trees.
2006-07-03 Jelmer VernooijFix bug in pending merges.
2006-07-02 Jelmer VernooijUse Subversion file properties on the branch path rathe...
2006-07-02 Jelmer VernooijFix code and tests to pass.
2006-07-02 Jelmer VernooijFix checkouts.
2006-07-01 Jelmer VernooijCheckout updating working copies.
2006-07-01 Jelmer VernooijDon't stop file id generation when crossing branch...
2006-07-01 Jelmer VernooijCheck checksums returned by Subversion, fix error
2006-07-01 Jelmer VernooijRewrite svn2bzr as part of bzr-svn. It is now a bzr...
2006-06-29 Jelmer VernooijSeperate checkouts a bit more from remote connects...