jelmer/subvertpy.git
2007-09-24 Jelmer VernooijAdd news entry for FAQ.
2007-09-23 Jelmer VernooijHandle long file names with unicode characters correctl...
2007-09-23 Jelmer VernooijWork around timestamp bug in svn.
2007-09-23 Jelmer VernooijSupport NULL_REVISION being passed to copy_contnet().
2007-09-20 Jelmer VernooijFetch revisions in chunks of a 1000.
2007-09-19 Jelmer VernooijAdd note about revno's.
2007-09-19 Jelmer Vernooijfix import
2007-09-19 Jelmer VernooijFix rst formatting, add entry about slow fetch.
2007-09-19 Jelmer VernooijAvoid tracebacks on malformed data errors.
2007-09-17 Jelmer VernooijUpdate news, remove some more imports.
2007-09-17 Jelmer VernooijMove format code into separate file to improve import...
2007-09-17 Jelmer VernooijRegister optimizers lazily.
2007-09-17 Jelmer VernooijStart working on 0.4.4.
2007-09-15 Jelmer VernooijRelease 0.4.3. bzr-svn-0.4.3
2007-09-15 Jelmer VernooijHandle pushing merges of which LHS parent is older...
2007-09-14 Jelmer VernooijFix tests.
2007-09-14 Jelmer VernooijSimplify branch access of workingtree.
2007-09-14 Jelmer VernooijRegister subversion-wc as format, but keep it non-initi...
2007-09-14 Jelmer VernooijImplemented SvnWorkingTreeDir.needs_format_conversion().
2007-09-13 Jelmer VernooijUse write groups (compatibility with packs branch).
2007-09-13 Jelmer VernooijAdd note about pushing new branches.
2007-09-13 Jelmer VernooijFix the build.
2007-09-13 Jelmer VernooijTracking moving parents correclty in follow_path.
2007-09-12 Jelmer VernooijAdd entry about repository formats.
2007-09-12 Jelmer VernooijFix syntax error.
2007-09-12 Jelmer VernooijSome reformatting, add extra check.
2007-09-12 Jelmer VernooijRelease 0.4.3
2007-09-12 Jelmer VernooijFix determination of relative URLs in SvnRaTransport...
2007-09-10 Jelmer VernooijAdd FAQ
2007-09-09 Jelmer VernooijUpdate NEWS.
2007-09-09 Jelmer VernooijAvoid ra transport if we can avoid it.
2007-09-09 Jelmer VernooijStart working on 0.4.3
2007-09-09 Jelmer Vernooijwork around another assert in the subversion bindings. bzr-svn-0.4.2
2007-09-09 Jelmer Vernooijrelease 0.4.2
2007-09-08 Jelmer VernooijFix compatibility with 0.90.
2007-09-07 Jelmer VernooijSupport author argument.
2007-09-07 Jelmer VernooijFix sqlite index that was causing indexing errors when...
2007-09-07 Jelmer VernooijMake sure the right backend is recorded.
2007-09-06 Jelmer VernooijRemove accidently committed pdb usage.
2007-09-05 Jelmer VernooijUpdate required versions.
2007-09-05 Jelmer VernooijHandle files of which path didn't change but parent...
2007-09-05 Jelmer VernooijHandle Unknown hostname errors correctly.
2007-09-05 Jelmer VernooijMove some asserts to the right places.
2007-09-05 Jelmer VernooijAvoid doing a lot of has_revision() calls.
2007-09-05 Jelmer VernooijFix backing url hack (#137176).
2007-09-05 Jelmer VernooijFix pushing of revisions of which only a non-left hand...
2007-09-04 Jelmer VernooijAvoid deprecated BzrDir.create_repository().
2007-09-04 Jelmer VernooijRefactor the code for determining revisions to push.
2007-09-04 Jelmer VernooijUse stop_revision.
2007-09-03 Jelmer VernooijFix version info
2007-08-30 Jelmer VernooijMake sure transports are always used synchronously.
2007-08-28 Jelmer VernooijFix handling of invalid urls.
2007-08-27 Jelmer VernooijFix use of svn+ prefix to bypass SSL certificate errors.
2007-08-26 Jelmer VernooijStart working on 0.4.2.
2007-08-26 Jelmer VernooijRelease 0.4.1. bzr-svn-0.4.1
2007-08-26 Jelmer VernooijFix test.
2007-08-26 Jelmer VernooijHandle copies of branch parent directories correctly.
2007-08-25 Jelmer VernooijUpdate mapping specs wrt revisions properties.
2007-08-25 Jelmer VernooijRemove locale-specific data from timestamps.
2007-08-25 Jelmer VernooijFix two trivial bugs.
2007-08-25 Jelmer VernooijSupport reading gzip and bzip2 compressed dumpfiles.
2007-08-25 Jelmer VernooijDon't try to open directories of which parents haven...
2007-08-25 Jelmer VernooijConvert SVN_ERR_INCOMPLETE_DATA errors.
2007-08-25 Jelmer VernooijMention bug #.
2007-08-25 Jelmer VernooijMerge fix for 133287.
2007-08-11 Jelmer VernooijLess muttering.
2007-08-11 Jelmer VernooijFix setting of svk:merge.
2007-08-11 Jelmer VernooijSupport topo_sort argument to get_ancestry().
2007-08-11 Jelmer VernooijMark as being compatible with 0.90 rather than 0.19
2007-08-09 Jelmer VernooijCache get_repos_root() result.
2007-08-09 Jelmer VernooijFix some tests.
2007-08-09 Jelmer VernooijSupport WorkingTree.update().
2007-08-09 Jelmer VernooijDon't open transport for .bzr directory if we don't...
2007-08-09 Jelmer VernooijHandle some more corner cases fetching renames.
2007-08-09 Jelmer VernooijDon't mention branching schemes if the branch simply...
2007-08-09 Jelmer VernooijMake sure children don't stay around in the inventory...
2007-08-09 Jelmer VernooijAdd more docstrings, general cleanups.
2007-08-09 Jelmer VernooijAdd extra test that demonstrates a bug with file ids.
2007-08-09 Jelmer VernooijDon't warn about known properties.
2007-08-09 Jelmer VernooijFix test.
2007-08-09 Jelmer VernooijDon't try to open repository root for or https://...
2007-08-08 Jelmer VernooijFix import
2007-08-08 Jelmer VernooijUse urlutils where possible.
2007-08-08 Jelmer VernooijMerge support for storing file id maps in knits.
2007-08-08 Jelmer VernooijPass transport around for cache directory.
2007-08-08 Jelmer VernooijRaise proper exception when repository can't be found...
2007-08-08 Jelmer VernooijStore file ids in knits.
2007-08-07 Jelmer VernooijMerge support for initializing subversion repositories...
2007-08-06 Jelmer VernooijFix test.
2007-08-06 Jelmer VernooijSupport initializing Subversion repositories.
2007-08-06 Jelmer VernooijRemove test runs - can't be used inside Bazaar control...
2007-08-06 Jelmer VernooijAdd two tests for bugs recently reported.
2007-08-06 Jelmer VernooijUpdate NEWS
2007-08-05 Jelmer VernooijConvert more errors.
2007-08-04 Jelmer VernooijStart working on 0.4.1
2007-08-04 Jelmer VernooijRelease 0.4.0 bzr-svn-0.4.0
2007-08-04 Jelmer VernooijProperly close directory.
2007-08-04 Jelmer VernooijSpecial case empty diffs when adding files (#113667).
2007-08-04 Jelmer VernooijAdd some extra assertions.
2007-08-04 Jelmer VernooijDon't require svn-push to be run in the root of the...
next