jelmer/subvertpy.git
17 years agoMerge formatting fixes.
Jelmer Vernooij [Sun, 25 Mar 2007 14:20:08 +0000 (16:20 +0200)]
Merge formatting fixes.

17 years agoGeneral cleanups: remove unused imports, fix line lengths, unused parameters.
Jelmer Vernooij [Sat, 24 Mar 2007 15:40:13 +0000 (16:40 +0100)]
General cleanups: remove unused imports, fix line lengths, unused parameters.

17 years agoBazaar-NG -> Bazaar, update version
Jelmer Vernooij [Fri, 23 Mar 2007 13:54:06 +0000 (14:54 +0100)]
Bazaar-NG -> Bazaar, update version

17 years agoBazaar-NG -> Bazaar.
Jelmer Vernooij [Wed, 21 Mar 2007 13:14:27 +0000 (14:14 +0100)]
Bazaar-NG -> Bazaar.

17 years agoFix incorrect merge.
Jelmer Vernooij [Mon, 19 Mar 2007 15:09:00 +0000 (16:09 +0100)]
Fix incorrect merge.

17 years agoOnly warn about unknown svn: or bzr: properties, not just any random property.
Jelmer Vernooij [Mon, 19 Mar 2007 13:27:10 +0000 (14:27 +0100)]
Only warn about unknown svn: or bzr: properties, not just any random property.

17 years agoMerge two trivial fixes from the 0.3 branch.
Jelmer Vernooij [Mon, 19 Mar 2007 11:23:36 +0000 (12:23 +0100)]
Merge two trivial fixes from the 0.3 branch.

17 years agoMark as compatible with 0.16.
Jelmer Vernooij [Mon, 19 Mar 2007 02:30:01 +0000 (03:30 +0100)]
Mark as compatible with 0.16.

17 years agoFix typo.
Jelmer Vernooij [Mon, 19 Mar 2007 01:37:49 +0000 (02:37 +0100)]
Fix typo.

17 years agoAllow overriding of ui_factory by other plugins (in particular, bzr-gtk).
Jelmer Vernooij [Mon, 19 Mar 2007 01:05:20 +0000 (02:05 +0100)]
Allow overriding of ui_factory by other plugins (in particular, bzr-gtk).

17 years agoMerge patch from Aaron to prevent lots of warnings about out-of-date
Jelmer Vernooij [Sat, 17 Mar 2007 21:40:40 +0000 (22:40 +0100)]
Merge patch from Aaron to prevent lots of warnings about out-of-date
Subversion bindings.

17 years agoAvoid old subversion warning, except when opening checkouts. Error instead.
Aaron Bentley [Sat, 17 Mar 2007 21:25:43 +0000 (17:25 -0400)]
Avoid old subversion warning, except when opening checkouts.  Error instead.

17 years agoMerge support for unique root ids.
Jelmer Vernooij [Fri, 16 Mar 2007 22:30:29 +0000 (23:30 +0100)]
Merge support for unique root ids.

17 years agoFix remaining tests.
Jelmer Vernooij [Fri, 16 Mar 2007 22:25:24 +0000 (23:25 +0100)]
Fix remaining tests.

17 years agoFix all but two tests.
Jelmer Vernooij [Fri, 16 Mar 2007 12:38:51 +0000 (13:38 +0100)]
Fix all but two tests.

17 years agoFix some more tests.
Jelmer Vernooij [Fri, 16 Mar 2007 12:09:02 +0000 (13:09 +0100)]
Fix some more tests.

17 years agoMap revision 0 in Subversion to a custom Bazaar revision rather than NULL_REVISION...
Jelmer Vernooij [Fri, 16 Mar 2007 00:25:16 +0000 (01:25 +0100)]
Map revision 0 in Subversion to a custom Bazaar revision rather than NULL_REVISION. This is required as
this is the revision that introduces the tree root.

17 years agoMerge dev fixes.
Jelmer Vernooij [Thu, 15 Mar 2007 19:17:30 +0000 (20:17 +0100)]
Merge dev fixes.

17 years agoFix some tests, simplify code
Jelmer Vernooij [Thu, 15 Mar 2007 19:16:37 +0000 (20:16 +0100)]
Fix some tests, simplify code

17 years agoFix tests.
Jelmer Vernooij [Thu, 15 Mar 2007 19:10:21 +0000 (20:10 +0100)]
Fix tests.

17 years agoReduce diff with main
Jelmer Vernooij [Thu, 15 Mar 2007 17:09:40 +0000 (18:09 +0100)]
Reduce diff with main

17 years agoMerge dev tree.
Jelmer Vernooij [Thu, 15 Mar 2007 16:40:04 +0000 (17:40 +0100)]
Merge dev tree.

17 years agoMerge speed improvements from 0.3 branch.
Jelmer Vernooij [Thu, 15 Mar 2007 16:30:13 +0000 (17:30 +0100)]
Merge speed improvements from 0.3 branch.

17 years agoDon't do extra checkout before push. This changes the complexity of push to Subversio...
Jelmer Vernooij [Thu, 15 Mar 2007 16:09:51 +0000 (17:09 +0100)]
Don't do extra checkout before push. This changes the complexity of push to Subversion from O(tree size+commit size) to O(commit size).
Pushing to Samba is now only a few seconds!

17 years agoMerge 0.3.2
Jelmer Vernooij [Tue, 13 Mar 2007 14:35:05 +0000 (15:35 +0100)]
Merge 0.3.2

17 years agoFill in release date.
Jelmer Vernooij [Tue, 13 Mar 2007 10:05:58 +0000 (11:05 +0100)]
Fill in release date.

17 years agoUpdate TODO bzr-svn-0.3.2
Jelmer Vernooij [Tue, 13 Mar 2007 09:42:14 +0000 (10:42 +0100)]
Update TODO

17 years agoUpdate year
Jelmer Vernooij [Tue, 13 Mar 2007 09:40:12 +0000 (10:40 +0100)]
Update year

17 years agoMerge from 0.3 branch
Jelmer Vernooij [Tue, 13 Mar 2007 00:24:03 +0000 (01:24 +0100)]
Merge from 0.3 branch

17 years agoAll of the original svn2bzr code is gone now, remove references to it.
Jelmer Vernooij [Tue, 13 Mar 2007 00:17:50 +0000 (01:17 +0100)]
All of the original svn2bzr code is gone now, remove references to it.

17 years agoDisable revert test (won't fix revert before 0.3.2)
Jelmer Vernooij [Tue, 13 Mar 2007 00:14:34 +0000 (01:14 +0100)]
Disable revert test (won't fix revert before 0.3.2)

17 years agoAdd test for pushing to nested branch locations.
Jelmer Vernooij [Mon, 12 Mar 2007 23:49:11 +0000 (00:49 +0100)]
Add test for pushing to nested branch locations.

17 years agoHandle unicode characters in filenames (#54736).
Jelmer Vernooij [Mon, 12 Mar 2007 23:11:30 +0000 (00:11 +0100)]
Handle unicode characters in filenames (#54736).

17 years agoAdd trivial test for PullResult().
Jelmer Vernooij [Mon, 12 Mar 2007 22:51:22 +0000 (23:51 +0100)]
Add trivial test for PullResult().
Initial work on a fix for #54736.

17 years agoFix {Branch,WorkingTree}.pull() to return PullResult.
Jelmer Vernooij [Mon, 12 Mar 2007 22:20:54 +0000 (23:20 +0100)]
Fix {Branch,WorkingTree}.pull() to return PullResult.

17 years agoAdd delta reporter argument to Branch.pull().
Jelmer Vernooij [Mon, 12 Mar 2007 21:48:31 +0000 (22:48 +0100)]
Add delta reporter argument to Branch.pull().

17 years agoFix push instance of #85551 as well.
Jelmer Vernooij [Sun, 11 Mar 2007 23:29:25 +0000 (00:29 +0100)]
Fix push instance of #85551 as well.

17 years agohandle unicode characters in commit messages. (#85551).
Jelmer Vernooij [Sun, 11 Mar 2007 23:18:57 +0000 (00:18 +0100)]
handle unicode characters in commit messages. (#85551).

Was already fixed in a jelmer@samba.org-20070311011931-ybkbi14bf2lykzv0.
This commit just adds a test and a news entry.

17 years agoMake LogWalker.find_latest_change() check parent paths too. Fixes #84087.
Jelmer Vernooij [Sun, 11 Mar 2007 22:58:39 +0000 (23:58 +0100)]
Make LogWalker.find_latest_change() check parent paths too. Fixes #84087.

17 years agoRemove tests for lightweight .bzr checkouts of Subversion branches. This doesn't...
Jelmer Vernooij [Sun, 11 Mar 2007 01:58:48 +0000 (02:58 +0100)]
Remove tests for lightweight .bzr checkouts of Subversion branches. This doesn't work with
dirstate (and doesn't have to, anyway)

17 years agoAllow WorkingTree.add() arguments to be strings.
Jelmer Vernooij [Sun, 11 Mar 2007 01:58:22 +0000 (02:58 +0100)]
Allow WorkingTree.add() arguments to be strings.

17 years agoFix the unicode revid/fileid warnings.
Jelmer Vernooij [Sun, 11 Mar 2007 01:19:31 +0000 (02:19 +0100)]
Fix the unicode revid/fileid warnings.

17 years agoPrepare for 0.16
Jelmer Vernooij [Thu, 8 Mar 2007 18:48:56 +0000 (19:48 +0100)]
Prepare for 0.16

17 years agoMerge 0.15 fixes.
Jelmer Vernooij [Sun, 4 Mar 2007 12:50:03 +0000 (13:50 +0100)]
Merge 0.15 fixes.

17 years agoPrepare for 0.3.2
Jelmer Vernooij [Sun, 4 Mar 2007 12:46:53 +0000 (13:46 +0100)]
Prepare for 0.3.2

17 years agoMerge fixes from 0.3 branch.
Jelmer Vernooij [Sun, 4 Mar 2007 01:15:48 +0000 (02:15 +0100)]
Merge fixes from 0.3 branch.

17 years agoFix all but one tests for 0.15.
Jelmer Vernooij [Sun, 4 Mar 2007 01:09:12 +0000 (02:09 +0100)]
Fix all but one tests for 0.15.

17 years agoHandle unicode revids.
Jelmer Vernooij [Sat, 3 Mar 2007 20:42:14 +0000 (21:42 +0100)]
Handle unicode revids.

17 years agoFix use with current bzr.dev.
Jelmer Vernooij [Sat, 24 Feb 2007 14:48:18 +0000 (15:48 +0100)]
Fix use with current bzr.dev.

17 years agoRemove unnecessary initialization, add assertions.
Jelmer Vernooij [Sat, 10 Feb 2007 13:53:06 +0000 (14:53 +0100)]
Remove unnecessary initialization, add assertions.

17 years agoAdd some more assertions.
Jelmer Vernooij [Sat, 10 Feb 2007 13:46:44 +0000 (14:46 +0100)]
Add some more assertions.

17 years agoRemove unnecessary initialization.
Jelmer Vernooij [Wed, 7 Feb 2007 22:45:58 +0000 (23:45 +0100)]
Remove unnecessary initialization.

17 years agoWrap reporter API in a bit more pythonic way, also making it easier to replace later...
Jelmer Vernooij [Fri, 2 Feb 2007 19:48:10 +0000 (20:48 +0100)]
Wrap reporter API in a bit more pythonic way, also making it easier to replace later by another implementation.

17 years agoremove directories if they are unrelated when importing (#81908)
Jelmer Vernooij [Fri, 2 Feb 2007 14:13:32 +0000 (15:13 +0100)]
remove directories if they are unrelated when importing (#81908)

17 years agoDon't spin if target directory does not exist. (#80223)
Jelmer Vernooij [Fri, 2 Feb 2007 11:39:47 +0000 (12:39 +0100)]
Don't spin if target directory does not exist. (#80223)

17 years agomerge some more upstream changes.
Jelmer Vernooij [Thu, 1 Feb 2007 14:11:05 +0000 (15:11 +0100)]
merge some more upstream changes.

17 years agomerge upstream changes.
Jelmer Vernooij [Thu, 1 Feb 2007 14:09:04 +0000 (15:09 +0100)]
merge upstream changes.

17 years agoget rid of svn.ra.ls in favor of checkout. this should improve the amount of time...
Jelmer Vernooij [Thu, 1 Feb 2007 10:37:09 +0000 (11:37 +0100)]
get rid of svn.ra.ls in favor of checkout. this should improve the amount of time required to determine the file id map of an indepedent revision tree significantly.

17 years agoRemove outdated files. The testsuite was already up to date
Jelmer Vernooij [Wed, 31 Jan 2007 13:18:54 +0000 (14:18 +0100)]
Remove outdated files. The testsuite was already up to date

17 years agoChange compatibility back to 0.14 bzr-svn-0.3.1
Jelmer Vernooij [Wed, 31 Jan 2007 13:08:28 +0000 (14:08 +0100)]
Change compatibility back to 0.14

17 years agoPrepare for 0.3.1
Jelmer Vernooij [Wed, 31 Jan 2007 13:05:01 +0000 (14:05 +0100)]
Prepare for 0.3.1

17 years agoMake sure returns work when using the error decorator, add simple test for nick names...
Jelmer Vernooij [Wed, 31 Jan 2007 12:54:40 +0000 (13:54 +0100)]
Make sure returns work when using the error decorator, add simple test for nick names in working trees.

17 years agoUse the error-convert decorator. TCP connections being dropped will now no longer...
Jelmer Vernooij [Wed, 31 Jan 2007 12:02:55 +0000 (13:02 +0100)]
Use the error-convert decorator. TCP connections being dropped will now no longer result in long backtraces but rather give a sane error.

17 years agoRemove hash-bang lines
Jelmer Vernooij [Mon, 29 Jan 2007 18:50:19 +0000 (19:50 +0100)]
Remove hash-bang lines

17 years agoFix errors testcases.
Jelmer Vernooij [Mon, 29 Jan 2007 17:21:00 +0000 (18:21 +0100)]
Fix errors testcases.

17 years agoAdd tests for error code.
Jelmer Vernooij [Mon, 29 Jan 2007 15:19:34 +0000 (16:19 +0100)]
Add tests for error code.

17 years agoWarn about versions of sqlite that are too old.
Jelmer Vernooij [Wed, 24 Jan 2007 14:20:02 +0000 (15:20 +0100)]
Warn about versions of sqlite that are too old.

17 years agoWarn about versions of sqlite that are too old.
Jelmer Vernooij [Wed, 24 Jan 2007 14:19:27 +0000 (15:19 +0100)]
Warn about versions of sqlite that are too old.

17 years agoFix warning, thanks metze
Jelmer Vernooij [Wed, 24 Jan 2007 12:58:22 +0000 (13:58 +0100)]
Fix warning, thanks metze

17 years agoFix import, thanks metze
Jelmer Vernooij [Wed, 24 Jan 2007 12:56:39 +0000 (13:56 +0100)]
Fix import, thanks metze

17 years agoRun tests in __init__, for use with coverage.py
Jelmer Vernooij [Mon, 22 Jan 2007 10:50:54 +0000 (11:50 +0100)]
Run tests in __init__, for use with coverage.py

17 years agoDisable working tree support when using an old version of python-subversion
Jelmer Vernooij [Sat, 20 Jan 2007 23:11:09 +0000 (00:11 +0100)]
Disable working tree support when using an old version of python-subversion

17 years agoImplement get_revision_graph(None).
Jelmer Vernooij [Sat, 20 Jan 2007 23:01:10 +0000 (00:01 +0100)]
Implement get_revision_graph(None).

17 years agoMove error conversion function to errors.py.
Jelmer Vernooij [Sat, 20 Jan 2007 22:40:27 +0000 (23:40 +0100)]
Move error conversion function to errors.py.

17 years agoRemove unused code, fix import
Jelmer Vernooij [Sat, 20 Jan 2007 19:35:47 +0000 (20:35 +0100)]
Remove unused code, fix import

17 years agoUpdate NEWS
Jelmer Vernooij [Sat, 20 Jan 2007 18:14:01 +0000 (19:14 +0100)]
Update NEWS

17 years agoUpdate NEWS
Jelmer Vernooij [Sat, 20 Jan 2007 16:06:40 +0000 (17:06 +0100)]
Update NEWS

17 years agoAdd check for pysqlite (fixes #80473).
Jelmer Vernooij [Sat, 20 Jan 2007 16:02:08 +0000 (17:02 +0100)]
Add check for pysqlite (fixes #80473).

17 years agoWarn about outdated subversion versions.
Jelmer Vernooij [Sat, 20 Jan 2007 13:13:57 +0000 (14:13 +0100)]
Warn about outdated subversion versions.

17 years agoAdd check for pysqlite version
Jelmer Vernooij [Fri, 19 Jan 2007 18:18:06 +0000 (19:18 +0100)]
Add check for pysqlite version

17 years agoMerge BzrError fix from Wouter.
Jelmer Vernooij [Thu, 18 Jan 2007 19:39:47 +0000 (20:39 +0100)]
Merge BzrError fix from Wouter.

17 years agoMerge fix from Wouter.
Jelmer Vernooij [Thu, 18 Jan 2007 19:38:03 +0000 (20:38 +0100)]
Merge fix from Wouter.

17 years agoUse fully qualified name for BzrError
Wouter van Heyst [Thu, 18 Jan 2007 16:46:43 +0000 (17:46 +0100)]
Use fully qualified name for BzrError

17 years agoDistinguish between branches and tags
Jelmer Vernooij [Thu, 18 Jan 2007 13:19:14 +0000 (14:19 +0100)]
Distinguish between branches and tags

17 years agoUpdate for bzr.dev
Jelmer Vernooij [Wed, 17 Jan 2007 14:07:01 +0000 (15:07 +0100)]
Update for bzr.dev

17 years agoImport version 3 changes.
Jelmer Vernooij [Tue, 16 Jan 2007 10:14:42 +0000 (11:14 +0100)]
Import version 3 changes.

17 years agoRemove failing tests bzr-svn-0.3
Jelmer Vernooij [Tue, 16 Jan 2007 03:56:05 +0000 (04:56 +0100)]
Remove failing tests

17 years agoPrepare for 0.3
Jelmer Vernooij [Tue, 16 Jan 2007 02:43:03 +0000 (03:43 +0100)]
Prepare for 0.3

17 years agoRemove debug call
Jelmer Vernooij [Tue, 16 Jan 2007 01:37:21 +0000 (02:37 +0100)]
Remove debug call

17 years agoMerge from upstream.
Jelmer Vernooij [Mon, 15 Jan 2007 17:28:15 +0000 (18:28 +0100)]
Merge from upstream.

17 years agoAttempt to keep parent file ids.
Jelmer Vernooij [Mon, 15 Jan 2007 13:34:48 +0000 (14:34 +0100)]
Attempt to keep parent file ids.

17 years agoAdd progress bar, as this function can take a long time to run.
Jelmer Vernooij [Mon, 15 Jan 2007 04:01:10 +0000 (05:01 +0100)]
Add progress bar, as this function can take a long time to run.

17 years agohandle incremental calls to svn-upgrade nicely.
Jelmer Vernooij [Mon, 15 Jan 2007 03:15:21 +0000 (04:15 +0100)]
handle incremental calls to svn-upgrade nicely.

17 years agoThe Python Subversion bindings have trouble dealing with unicode commit messages.
Jelmer Vernooij [Mon, 15 Jan 2007 00:39:37 +0000 (01:39 +0100)]
The Python Subversion bindings have trouble dealing with unicode commit messages.

17 years agoUse global configuration object.
Jelmer Vernooij [Sun, 14 Jan 2007 23:38:09 +0000 (00:38 +0100)]
Use global configuration object.

17 years agoFix remaining tests.
Jelmer Vernooij [Sun, 14 Jan 2007 05:57:00 +0000 (06:57 +0100)]
Fix remaining tests.

17 years agosvn segfaults on empty commits
Jelmer Vernooij [Sun, 14 Jan 2007 05:22:34 +0000 (06:22 +0100)]
svn segfaults on empty commits

17 years agoSome minor random changes
Jelmer Vernooij [Sun, 14 Jan 2007 04:11:21 +0000 (05:11 +0100)]
Some minor random changes

17 years agomerge from upstream
Jelmer Vernooij [Sun, 14 Jan 2007 03:05:08 +0000 (04:05 +0100)]
merge from upstream

17 years agoFix some of the file id tests
Jelmer Vernooij [Sun, 14 Jan 2007 01:56:13 +0000 (02:56 +0100)]
Fix some of the file id tests