jelmer/subvertpy.git
2006-05-16 Jelmer VernooijFull branching works!
2006-05-15 Jelmer VernooijGenerating file weaves now works correctly. Working
2006-05-15 Jelmer VernooijImplement repository.copy_content_into(). Fetching
2006-05-15 Jelmer VernooijAdd stub functions for sprout() and copy_contents_into...
2006-05-15 Jelmer VernooijAdd beginnings of a 'submit' command for pushing commits to
2006-05-15 Jelmer VernooijImplement more weave functionality, improve speed for...
2006-05-15 Jelmer VernooijImplement SvnInventoryWeave.get_graph() and
2006-05-15 Jelmer VernooijImplement BranchFormat, stub functions for weaves
2006-05-12 Jelmer VernooijAdd couple of stubs (should almost get full branches...
2006-05-11 Jelmer VernooijFix URL handling for branches and repositories
2006-05-11 Jelmer VernooijFix running 'bzr log' on out-of-branch URLs
2006-05-11 Jelmer VernooijSupport open_containing(), remove obsolete TODO file
2006-05-11 Jelmer VernooijMerge svn-ra branch (switch to using svn.ra API rather...
2006-05-11 Jelmer VernooijAdd bound branch test, remove obsolete plan
2006-05-11 Jelmer VernooijFix use of 'bzr log'
2006-05-11 Jelmer VernooijFaster call for has_revision()
2006-05-11 Jelmer VernooijSupport get_physical_lock_status()
2006-05-10 Jelmer VernooijFix light checkouts using svn.ra API
2006-05-10 Jelmer VernooijFix fetching of inventory using svn.ra API
2006-05-10 Jelmer VernooijMigrate to the svn.ra API which gives more fine-grained...
2006-05-08 Jelmer VernooijAdd copyright headers, add test for branch format descr...
2006-05-08 Jelmer VernooijFix tests to run properly, add test for repository URL
2006-05-08 Jelmer VernooijDon't test phony transport
2006-05-08 Jelmer VernooijImplement open_repository() as an alias to find_reposit...
2006-05-08 Jelmer VernooijAdd beginnings of a testsuite. Uses svn.repos to create...
2006-05-08 Jelmer Vernooijsvn_clien_info() patch is now in upstream
2006-04-17 Jelmer VernooijFix use of 'bzr info', update TODO
2006-04-16 Jelmer VernooijFix fetching contents of files, keep dictionary for...
2006-04-16 Jelmer VernooijFix checking out actual contents of files
2006-04-15 Jelmer VernooijProperly recognize branch paths (uses svn.client.info)
2006-04-15 Jelmer VernooijMake lightweight checkouts (bzr co --lightweight) work...
2006-04-15 Jelmer VernooijFix get_revision() and fetching of signatures. Now...
2006-04-14 Jelmer VernooijCouple of small fixes
2006-04-14 Jelmer VernooijFix get_revision(). This means "bzr log" works again now
2006-04-14 Jelmer VernooijFix ancestry information
2006-04-13 Jelmer VernooijStart moving functionality to SvnRepository
2006-04-13 Jelmer VernooijAdd some more dummy functions
2006-04-12 Jelmer VernooijFix annoying bugs in RemoteSvnBranch
2006-04-07 Jelmer VernooijFix up to connect
2006-04-06 Jelmer VernooijUpdate to new bzr API's
2006-03-06 Jelmer Vernooij[merge]
2006-03-06 Jelmer VernooijStart working on support for new API.
2005-12-09 Jelmer VernooijUse BASE rather then HEAD when figuring out the latest...
2005-12-09 Jelmer VernooijSVN support should always be present, otherwise this...
2005-11-22 Jelmer VernooijThrow correct exception for branches that are not Subve...
2005-11-22 Jelmer VernooijFix support for local SVN branches.
2005-11-21 Jelmer VernooijFix ancestry handling.
2005-11-21 Jelmer VernooijMove more methods to SvnBranch, start implementing...
2005-11-21 Jelmer Vernooij'bzr log' now works (somewhat) on remote SVN branches
2005-11-21 Jelmer VernooijStart using SVN python bindings. UUID of remote branch...
2005-11-20 Jelmer VernooijAdd docs, update framework
2005-10-17 Jelmer VernooijUpdate to new branch type API as added in my bzr branch
2005-10-17 Jelmer VernooijAdd "foreign branch" class for Svn Branches
2005-10-08 Jelmer VernooijAdd initial idea for svnpull / svnpush commands