jelmer/subvertpy.git
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.

16 years agoUpdate NEWS.
Jelmer Vernooij [Sat, 4 Aug 2007 01:31:55 +0000 (03:31 +0200)]
Update NEWS.

16 years agoFix issues deleting the wrong file during commit.
Jelmer Vernooij [Sat, 4 Aug 2007 00:15:05 +0000 (02:15 +0200)]
Fix issues deleting the wrong file during commit.

16 years agoMake sure root ids are tracked correctly when creating new branches.
Jelmer Vernooij [Fri, 3 Aug 2007 19:45:19 +0000 (21:45 +0200)]
Make sure root ids are tracked correctly when creating new branches.

16 years agoMake sure paths in file id maps are unquoted properly.
Jelmer Vernooij [Fri, 3 Aug 2007 19:10:25 +0000 (21:10 +0200)]
Make sure paths in file id maps are unquoted properly.

16 years agoAllow changing branch path of a SvnBranch.
Jelmer Vernooij [Fri, 3 Aug 2007 16:32:23 +0000 (18:32 +0200)]
Allow changing branch path of a SvnBranch.

16 years agoAdd validate option to push.
Jelmer Vernooij [Fri, 3 Aug 2007 16:25:09 +0000 (18:25 +0200)]
Add validate option to push.

16 years agoMutter only when requested.
Jelmer Vernooij [Fri, 3 Aug 2007 15:37:07 +0000 (17:37 +0200)]
Mutter only when requested.

16 years agoUse standard branching schemes when possible.
Jelmer Vernooij [Fri, 3 Aug 2007 13:52:24 +0000 (15:52 +0200)]
Use standard branching schemes when possible.

16 years agoDon't warn about older, deprecated, properties.
Jelmer Vernooij [Fri, 3 Aug 2007 13:42:45 +0000 (15:42 +0200)]
Don't warn about older, deprecated, properties.

16 years agoget_transaction() should never be used - make sure that's the case.
Jelmer Vernooij [Fri, 3 Aug 2007 13:39:20 +0000 (15:39 +0200)]
get_transaction() should never be used - make sure that's the case.

16 years agoConvert more errors in transport.
Jelmer Vernooij [Fri, 3 Aug 2007 13:38:36 +0000 (15:38 +0200)]
Convert more errors in transport.

16 years agoAvoid heisenbugs.
Jelmer Vernooij [Fri, 3 Aug 2007 13:37:37 +0000 (15:37 +0200)]
Avoid heisenbugs.

16 years agoAvoid copying lists for reverse where possible.
Jelmer Vernooij [Thu, 2 Aug 2007 19:18:23 +0000 (20:18 +0100)]
Avoid copying lists for reverse where possible.

16 years agoUpdate NEWS.
Jelmer Vernooij [Wed, 1 Aug 2007 00:38:12 +0000 (01:38 +0100)]
Update NEWS.

16 years agoHandle some corner cases.
Jelmer Vernooij [Wed, 1 Aug 2007 00:36:08 +0000 (01:36 +0100)]
Handle some corner cases.

16 years agoMake ListBranchingScheme reconstructable from string.
Jelmer Vernooij [Wed, 1 Aug 2007 00:23:37 +0000 (01:23 +0100)]
Make ListBranchingScheme reconstructable from string.

16 years agoAllow changing branching scheme using svn-branching-scheme command.
Jelmer Vernooij [Tue, 31 Jul 2007 23:41:34 +0000 (00:41 +0100)]
Allow changing branching scheme using svn-branching-scheme command.

16 years agoAdd svn-branching-scheme command.
Jelmer Vernooij [Mon, 30 Jul 2007 23:07:41 +0000 (00:07 +0100)]
Add svn-branching-scheme command.

16 years agoAdd function for setting the branching scheme of a repository.
Jelmer Vernooij [Mon, 30 Jul 2007 22:04:01 +0000 (23:04 +0100)]
Add function for setting the branching scheme of a repository.

16 years agoSupport possible_transports for checkouts as well.
Jelmer Vernooij [Fri, 27 Jul 2007 11:18:24 +0000 (12:18 +0100)]
Support possible_transports for checkouts as well.