jelmer/subvertpy.git
16 years agoAdd news entry for FAQ.
Jelmer Vernooij [Mon, 24 Sep 2007 13:35:25 +0000 (15:35 +0200)]
Add news entry for FAQ.

16 years agoHandle long file names with unicode characters correctly on python2.4 (#129334)
Jelmer Vernooij [Sun, 23 Sep 2007 23:48:30 +0000 (01:48 +0200)]
Handle long file names with unicode characters correctly on python2.4 (#129334)

16 years agoWork around timestamp bug in svn.
Jelmer Vernooij [Sun, 23 Sep 2007 23:36:18 +0000 (01:36 +0200)]
Work around timestamp bug in svn.

16 years agoSupport NULL_REVISION being passed to copy_contnet().
Jelmer Vernooij [Sun, 23 Sep 2007 23:27:45 +0000 (01:27 +0200)]
Support NULL_REVISION being passed to copy_contnet().

16 years agoFetch revisions in chunks of a 1000.
Jelmer Vernooij [Thu, 20 Sep 2007 19:28:59 +0000 (21:28 +0200)]
Fetch revisions in chunks of a 1000.

16 years agoAdd note about revno's.
Jelmer Vernooij [Wed, 19 Sep 2007 20:58:46 +0000 (22:58 +0200)]
Add note about revno's.

16 years agofix import
Jelmer Vernooij [Wed, 19 Sep 2007 20:29:23 +0000 (22:29 +0200)]
fix import

16 years agoFix rst formatting, add entry about slow fetch.
Jelmer Vernooij [Wed, 19 Sep 2007 13:04:21 +0000 (15:04 +0200)]
Fix rst formatting, add entry about slow fetch.

16 years agoAvoid tracebacks on malformed data errors.
Jelmer Vernooij [Wed, 19 Sep 2007 12:50:40 +0000 (14:50 +0200)]
Avoid tracebacks on malformed data errors.

16 years agoUpdate news, remove some more imports.
Jelmer Vernooij [Mon, 17 Sep 2007 14:19:05 +0000 (16:19 +0200)]
Update news, remove some more imports.

16 years agoMove format code into separate file to improve import time when bzr-svn isn't used.
Jelmer Vernooij [Mon, 17 Sep 2007 13:18:46 +0000 (15:18 +0200)]
Move format code into separate file to improve import time when bzr-svn isn't used.

16 years agoRegister optimizers lazily.
Jelmer Vernooij [Mon, 17 Sep 2007 00:48:18 +0000 (02:48 +0200)]
Register optimizers lazily.

16 years agoStart working on 0.4.4.
Jelmer Vernooij [Mon, 17 Sep 2007 00:46:47 +0000 (02:46 +0200)]
Start working on 0.4.4.

16 years agoRelease 0.4.3. bzr-svn-0.4.3
Jelmer Vernooij [Sat, 15 Sep 2007 23:47:05 +0000 (01:47 +0200)]
Release 0.4.3.

16 years agoHandle pushing merges of which LHS parent is older revision of branch path.
Jelmer Vernooij [Sat, 15 Sep 2007 03:31:14 +0000 (05:31 +0200)]
Handle pushing merges of which LHS parent is older revision of branch path.

16 years agoFix tests.
Jelmer Vernooij [Fri, 14 Sep 2007 21:24:28 +0000 (23:24 +0200)]
Fix tests.

16 years agoSimplify branch access of workingtree.
Jelmer Vernooij [Fri, 14 Sep 2007 20:14:46 +0000 (22:14 +0200)]
Simplify branch access of workingtree.

16 years agoRegister subversion-wc as format, but keep it non-initialiable.
Jelmer Vernooij [Fri, 14 Sep 2007 19:20:16 +0000 (21:20 +0200)]
Register subversion-wc as format, but keep it non-initialiable.

16 years agoImplemented SvnWorkingTreeDir.needs_format_conversion().
Jelmer Vernooij [Fri, 14 Sep 2007 19:03:16 +0000 (21:03 +0200)]
Implemented SvnWorkingTreeDir.needs_format_conversion().

16 years agoUse write groups (compatibility with packs branch).
Jelmer Vernooij [Thu, 13 Sep 2007 21:21:23 +0000 (23:21 +0200)]
Use write groups (compatibility with packs branch).

16 years agoAdd note about pushing new branches.
Jelmer Vernooij [Thu, 13 Sep 2007 15:52:43 +0000 (17:52 +0200)]
Add note about pushing new branches.

16 years agoFix the build.
Jelmer Vernooij [Thu, 13 Sep 2007 03:18:20 +0000 (05:18 +0200)]
Fix the build.

16 years agoTracking moving parents correclty in follow_path.
Jelmer Vernooij [Thu, 13 Sep 2007 01:39:25 +0000 (03:39 +0200)]
Tracking moving parents correclty in follow_path.

16 years agoAdd entry about repository formats.
Jelmer Vernooij [Wed, 12 Sep 2007 21:56:51 +0000 (23:56 +0200)]
Add entry about repository formats.

16 years agoFix syntax error.
Jelmer Vernooij [Wed, 12 Sep 2007 21:31:31 +0000 (23:31 +0200)]
Fix syntax error.

16 years agoSome reformatting, add extra check.
Jelmer Vernooij [Wed, 12 Sep 2007 21:28:36 +0000 (23:28 +0200)]
Some reformatting, add extra check.

16 years agoRelease 0.4.3
Jelmer Vernooij [Wed, 12 Sep 2007 01:44:47 +0000 (03:44 +0200)]
Release 0.4.3

16 years agoFix determination of relative URLs in SvnRaTransport._request_path(). (#139020)
Jelmer Vernooij [Wed, 12 Sep 2007 01:20:57 +0000 (03:20 +0200)]
Fix determination of relative URLs in SvnRaTransport._request_path(). (#139020)

16 years agoAdd FAQ
Jelmer Vernooij [Mon, 10 Sep 2007 19:52:13 +0000 (21:52 +0200)]
Add FAQ

16 years agoUpdate NEWS.
Jelmer Vernooij [Sun, 9 Sep 2007 21:43:24 +0000 (23:43 +0200)]
Update NEWS.

16 years agoAvoid ra transport if we can avoid it.
Jelmer Vernooij [Sun, 9 Sep 2007 21:42:32 +0000 (23:42 +0200)]
Avoid ra transport if we can avoid it.

16 years agoStart working on 0.4.3
Jelmer Vernooij [Sun, 9 Sep 2007 01:32:49 +0000 (03:32 +0200)]
Start working on 0.4.3

16 years agowork around another assert in the subversion bindings. bzr-svn-0.4.2
Jelmer Vernooij [Sun, 9 Sep 2007 01:13:07 +0000 (03:13 +0200)]
work around another assert in the subversion bindings.

16 years agorelease 0.4.2
Jelmer Vernooij [Sun, 9 Sep 2007 00:41:31 +0000 (02:41 +0200)]
release 0.4.2

16 years agoFix compatibility with 0.90.
Jelmer Vernooij [Sat, 8 Sep 2007 22:55:57 +0000 (00:55 +0200)]
Fix compatibility with 0.90.

16 years agoSupport author argument.
Jelmer Vernooij [Fri, 7 Sep 2007 23:03:07 +0000 (01:03 +0200)]
Support author argument.

16 years agoFix sqlite index that was causing indexing errors when a repository contains multiple...
Jelmer Vernooij [Fri, 7 Sep 2007 11:49:21 +0000 (13:49 +0200)]
Fix sqlite index that was causing indexing errors when a repository contains multiple copies of a single revision.

16 years agoMake sure the right backend is recorded.
Jelmer Vernooij [Fri, 7 Sep 2007 11:42:39 +0000 (13:42 +0200)]
Make sure the right backend is recorded.

16 years agoRemove accidently committed pdb usage.
Jelmer Vernooij [Thu, 6 Sep 2007 00:33:19 +0000 (02:33 +0200)]
Remove accidently committed pdb usage.

16 years agoUpdate required versions.
Jelmer Vernooij [Wed, 5 Sep 2007 17:15:43 +0000 (19:15 +0200)]
Update required versions.

16 years agoHandle files of which path didn't change but parent did when pushing. (#137455).
Jelmer Vernooij [Wed, 5 Sep 2007 16:53:50 +0000 (18:53 +0200)]
Handle files of which path didn't change but parent did when pushing. (#137455).

16 years agoHandle Unknown hostname errors correctly.
Jelmer Vernooij [Wed, 5 Sep 2007 02:02:04 +0000 (04:02 +0200)]
Handle Unknown hostname errors correctly.

16 years agoMove some asserts to the right places.
Jelmer Vernooij [Wed, 5 Sep 2007 01:52:35 +0000 (03:52 +0200)]
Move some asserts to the right places.

16 years agoAvoid doing a lot of has_revision() calls.
Jelmer Vernooij [Wed, 5 Sep 2007 01:34:14 +0000 (03:34 +0200)]
Avoid doing a lot of has_revision() calls.

16 years agoFix backing url hack (#137176).
Jelmer Vernooij [Wed, 5 Sep 2007 00:58:25 +0000 (02:58 +0200)]
Fix backing url hack (#137176).

16 years agoFix pushing of revisions of which only a non-left hand side parent
Jelmer Vernooij [Wed, 5 Sep 2007 00:10:31 +0000 (02:10 +0200)]
Fix pushing of revisions of which only a non-left hand side parent
is present in the Subversion repository.

16 years agoAvoid deprecated BzrDir.create_repository().
Jelmer Vernooij [Tue, 4 Sep 2007 23:22:44 +0000 (01:22 +0200)]
Avoid deprecated BzrDir.create_repository().

16 years agoRefactor the code for determining revisions to push.
Jelmer Vernooij [Tue, 4 Sep 2007 23:11:12 +0000 (01:11 +0200)]
Refactor the code for determining revisions to push.

16 years agoUse stop_revision.
Jelmer Vernooij [Tue, 4 Sep 2007 22:02:33 +0000 (00:02 +0200)]
Use stop_revision.

16 years agoFix version info
Jelmer Vernooij [Mon, 3 Sep 2007 23:47:09 +0000 (01:47 +0200)]
Fix version info

16 years agoMake sure transports are always used synchronously.
Jelmer Vernooij [Thu, 30 Aug 2007 01:49:31 +0000 (03:49 +0200)]
Make sure transports are always used synchronously.

16 years agoFix handling of invalid urls.
Jelmer Vernooij [Tue, 28 Aug 2007 01:54:14 +0000 (03:54 +0200)]
Fix handling of invalid urls.

16 years agoFix use of svn+ prefix to bypass SSL certificate errors.
Jelmer Vernooij [Mon, 27 Aug 2007 18:04:54 +0000 (20:04 +0200)]
Fix use of svn+ prefix to bypass SSL certificate errors.

16 years agoStart working on 0.4.2.
Jelmer Vernooij [Sun, 26 Aug 2007 10:40:29 +0000 (12:40 +0200)]
Start working on 0.4.2.

16 years agoRelease 0.4.1. bzr-svn-0.4.1
Jelmer Vernooij [Sun, 26 Aug 2007 10:37:45 +0000 (12:37 +0200)]
Release 0.4.1.

16 years agoFix test.
Jelmer Vernooij [Sun, 26 Aug 2007 03:27:49 +0000 (05:27 +0200)]
Fix test.

16 years agoHandle copies of branch parent directories correctly.
Jelmer Vernooij [Sun, 26 Aug 2007 01:21:32 +0000 (03:21 +0200)]
Handle copies of branch parent directories correctly.

16 years agoUpdate mapping specs wrt revisions properties.
Jelmer Vernooij [Sat, 25 Aug 2007 22:59:32 +0000 (00:59 +0200)]
Update mapping specs wrt revisions properties.

16 years agoRemove locale-specific data from timestamps.
Jelmer Vernooij [Sat, 25 Aug 2007 16:33:05 +0000 (18:33 +0200)]
Remove locale-specific data from timestamps.

16 years agoFix two trivial bugs.
Jelmer Vernooij [Sat, 25 Aug 2007 13:55:15 +0000 (15:55 +0200)]
Fix two trivial bugs.

16 years agoSupport reading gzip and bzip2 compressed dumpfiles.
Jelmer Vernooij [Sat, 25 Aug 2007 13:54:52 +0000 (15:54 +0200)]
Support reading gzip and bzip2 compressed dumpfiles.

16 years agoDon't try to open directories of which parents haven't yet been opened from commit...
Jelmer Vernooij [Sat, 25 Aug 2007 12:30:38 +0000 (14:30 +0200)]
Don't try to open directories of which parents haven't yet been opened from commit. (#133288, Lukáš Lalinský).

16 years agoConvert SVN_ERR_INCOMPLETE_DATA errors.
Jelmer Vernooij [Sat, 25 Aug 2007 12:27:03 +0000 (14:27 +0200)]
Convert SVN_ERR_INCOMPLETE_DATA errors.

16 years agoMention bug #.
Jelmer Vernooij [Sat, 25 Aug 2007 12:02:16 +0000 (14:02 +0200)]
Mention bug #.

16 years agoMerge fix for 133287.
Jelmer Vernooij [Sat, 25 Aug 2007 11:16:13 +0000 (13:16 +0200)]
Merge fix for 133287.

16 years agoLess muttering.
Jelmer Vernooij [Sat, 11 Aug 2007 18:16:31 +0000 (20:16 +0200)]
Less muttering.

16 years agoFix setting of svk:merge.
Jelmer Vernooij [Sat, 11 Aug 2007 17:54:00 +0000 (19:54 +0200)]
Fix setting of svk:merge.

16 years agoSupport topo_sort argument to get_ancestry().
Jelmer Vernooij [Sat, 11 Aug 2007 17:23:26 +0000 (19:23 +0200)]
Support topo_sort argument to get_ancestry().

16 years agoMark as being compatible with 0.90 rather than 0.19
Jelmer Vernooij [Sat, 11 Aug 2007 17:21:35 +0000 (19:21 +0200)]
Mark as being compatible with 0.90 rather than 0.19

16 years agoCache get_repos_root() result.
Jelmer Vernooij [Thu, 9 Aug 2007 20:55:06 +0000 (22:55 +0200)]
Cache get_repos_root() result.

16 years agoFix some tests.
Jelmer Vernooij [Thu, 9 Aug 2007 19:03:04 +0000 (21:03 +0200)]
Fix some tests.

16 years agoSupport WorkingTree.update().
Jelmer Vernooij [Thu, 9 Aug 2007 18:59:40 +0000 (20:59 +0200)]
Support WorkingTree.update().

16 years agoDon't open transport for .bzr directory if we don't have to.
Jelmer Vernooij [Thu, 9 Aug 2007 18:40:02 +0000 (20:40 +0200)]
Don't open transport for .bzr directory if we don't have to.

16 years agoHandle some more corner cases fetching renames.
Jelmer Vernooij [Thu, 9 Aug 2007 16:16:10 +0000 (18:16 +0200)]
Handle some more corner cases fetching renames.

16 years agoDon't mention branching schemes if the branch simply doesn't exist.
Jelmer Vernooij [Thu, 9 Aug 2007 15:35:49 +0000 (17:35 +0200)]
Don't mention branching schemes if the branch simply doesn't exist.

16 years agoMake sure children don't stay around in the inventory accidently.
Jelmer Vernooij [Thu, 9 Aug 2007 15:07:53 +0000 (17:07 +0200)]
Make sure children don't stay around in the inventory accidently.

16 years agoAdd more docstrings, general cleanups.
Jelmer Vernooij [Thu, 9 Aug 2007 14:54:13 +0000 (16:54 +0200)]
Add more docstrings, general cleanups.

16 years agoAdd extra test that demonstrates a bug with file ids.
Jelmer Vernooij [Thu, 9 Aug 2007 14:52:46 +0000 (16:52 +0200)]
Add extra test that demonstrates a bug with file ids.

16 years agoDon't warn about known properties.
Jelmer Vernooij [Thu, 9 Aug 2007 11:25:40 +0000 (13:25 +0200)]
Don't warn about known properties.

16 years agoFix test.
Jelmer Vernooij [Thu, 9 Aug 2007 01:45:09 +0000 (03:45 +0200)]
Fix test.

16 years agoDon't try to open repository root for http:// or https:// URLs (#80553)
Jelmer Vernooij [Thu, 9 Aug 2007 01:03:54 +0000 (03:03 +0200)]
Don't try to open repository root for  or https:// URLs (#80553)

16 years agoFix import
Jelmer Vernooij [Wed, 8 Aug 2007 23:43:52 +0000 (01:43 +0200)]
Fix import

16 years agoUse urlutils where possible.
Jelmer Vernooij [Wed, 8 Aug 2007 23:20:19 +0000 (01:20 +0200)]
Use urlutils where possible.
Add helper function for determining request path in transport.

16 years agoMerge support for storing file id maps in knits.
Jelmer Vernooij [Wed, 8 Aug 2007 21:14:29 +0000 (23:14 +0200)]
Merge support for storing file id maps in knits.

16 years agoPass transport around for cache directory.
Jelmer Vernooij [Wed, 8 Aug 2007 20:56:11 +0000 (22:56 +0200)]
Pass transport around for cache directory.

16 years agoRaise proper exception when repository can't be found remotely.
Jelmer Vernooij [Wed, 8 Aug 2007 13:52:01 +0000 (15:52 +0200)]
Raise proper exception when repository can't be found remotely.

16 years agoStore file ids in knits.
Jelmer Vernooij [Wed, 8 Aug 2007 02:55:05 +0000 (04:55 +0200)]
Store file ids in knits.

16 years agoMerge support for initializing subversion repositories, fixtests.
Jelmer Vernooij [Tue, 7 Aug 2007 15:49:17 +0000 (17:49 +0200)]
Merge support for initializing subversion repositories, fixtests.

16 years agoFix test.
Jelmer Vernooij [Mon, 6 Aug 2007 08:19:13 +0000 (10:19 +0200)]
Fix test.

16 years agoSupport initializing Subversion repositories.
Jelmer Vernooij [Mon, 6 Aug 2007 07:52:46 +0000 (09:52 +0200)]
Support initializing Subversion repositories.

16 years agoRemove test runs - can't be used inside Bazaar control dirs.
Jelmer Vernooij [Mon, 6 Aug 2007 07:39:45 +0000 (09:39 +0200)]
Remove test runs - can't be used inside Bazaar control dirs.

16 years agoAdd two tests for bugs recently reported.
Jelmer Vernooij [Mon, 6 Aug 2007 06:57:49 +0000 (08:57 +0200)]
Add two tests for bugs recently reported.

16 years agoUpdate NEWS
Jelmer Vernooij [Mon, 6 Aug 2007 06:54:04 +0000 (08:54 +0200)]
Update NEWS

16 years agoConvert more errors.
Jelmer Vernooij [Sun, 5 Aug 2007 13:42:11 +0000 (15:42 +0200)]
Convert more errors.

16 years agoStart working on 0.4.1
Jelmer Vernooij [Sat, 4 Aug 2007 19:26:58 +0000 (21:26 +0200)]
Start working on 0.4.1

16 years agoRelease 0.4.0 bzr-svn-0.4.0
Jelmer Vernooij [Sat, 4 Aug 2007 18:16:45 +0000 (20:16 +0200)]
Release 0.4.0

16 years agoProperly close directory.
Jelmer Vernooij [Sat, 4 Aug 2007 18:11:59 +0000 (20:11 +0200)]
Properly close directory.

16 years agoSpecial case empty diffs when adding files (#113667).
Jelmer Vernooij [Sat, 4 Aug 2007 17:45:15 +0000 (19:45 +0200)]
Special case empty diffs when adding files (#113667).

16 years agoAdd some extra assertions.
Jelmer Vernooij [Sat, 4 Aug 2007 17:42:50 +0000 (19:42 +0200)]
Add some extra assertions.

16 years agoDon't require svn-push to be run in the root of the branch.
Jelmer Vernooij [Sat, 4 Aug 2007 13:39:21 +0000 (15:39 +0200)]
Don't require svn-push to be run in the root of the branch.