jelmer/subvertpy.git
5 years agoUse length for string when it is known.
Jelmer Vernooij [Wed, 23 May 2018 19:05:07 +0000 (20:05 +0100)]
Use length for string when it is known.

5 years agoVarious fixes for URL canonicalization.
Jelmer Vernooij [Wed, 23 May 2018 02:06:58 +0000 (03:06 +0100)]
Various fixes for URL canonicalization.

5 years agoVarious fixes for running on svn 1.5.
Jelmer Vernooij [Tue, 22 May 2018 21:25:27 +0000 (22:25 +0100)]
Various fixes for running on svn 1.5.

5 years agoOnly check style in known directories.
Jelmer Vernooij [Tue, 22 May 2018 21:24:54 +0000 (22:24 +0100)]
Only check style in known directories.

5 years agoSkip 1.10 build for now - it requires libutf8proc-dev.
Jelmer Vernooij [Tue, 22 May 2018 21:19:56 +0000 (22:19 +0100)]
Skip 1.10 build for now - it requires libutf8proc-dev.

5 years agoRun ldconfig after svn install.
Jelmer Vernooij [Tue, 22 May 2018 21:16:14 +0000 (22:16 +0100)]
Run ldconfig after svn install.

5 years agoDon't build against apache2-dev.
Jelmer Vernooij [Tue, 22 May 2018 21:15:34 +0000 (22:15 +0100)]
Don't build against apache2-dev.

5 years agoInstall libneon for older versions of svn.
Jelmer Vernooij [Tue, 22 May 2018 21:14:35 +0000 (22:14 +0100)]
Install libneon for older versions of svn.

5 years agoBuild svn 1.10 with --with-lz4=internal.
Jelmer Vernooij [Tue, 22 May 2018 21:13:16 +0000 (22:13 +0100)]
Build svn 1.10 with --with-lz4=internal.

5 years agoGo back to subvertpy after building subversion.
Jelmer Vernooij [Tue, 22 May 2018 21:07:30 +0000 (22:07 +0100)]
Go back to subvertpy after building subversion.

5 years agoDownload from archive.
Jelmer Vernooij [Tue, 22 May 2018 20:39:27 +0000 (21:39 +0100)]
Download from archive.

5 years agoDrop libutf8proc-dev.
Jelmer Vernooij [Tue, 22 May 2018 20:20:59 +0000 (21:20 +0100)]
Drop libutf8proc-dev.

5 years agoAttempt to build against multiple svn versions.
Jelmer Vernooij [Tue, 22 May 2018 20:18:02 +0000 (21:18 +0100)]
Attempt to build against multiple svn versions.

5 years agoFix compilation against svn 1.5.
Jelmer Vernooij [Tue, 22 May 2018 20:07:44 +0000 (21:07 +0100)]
Fix compilation against svn 1.5.

6 years agoOpt into apt updates in travis.
Jelmer Vernooij [Thu, 10 May 2018 00:42:29 +0000 (01:42 +0100)]
Opt into apt updates in travis.

6 years agoFix warnings.
Jelmer Vernooij [Sat, 12 Aug 2017 01:55:47 +0000 (01:55 +0000)]
Fix warnings.

6 years agoPass things in the canonicalized form.
Jelmer Vernooij [Fri, 11 Aug 2017 02:20:57 +0000 (02:20 +0000)]
Pass things in the canonicalized form.

6 years agoSupport svn < 1.9.
Jelmer Vernooij [Fri, 11 Aug 2017 02:20:37 +0000 (02:20 +0000)]
Support svn < 1.9.

6 years agoFix svn.client copy.
Jelmer Vernooij [Fri, 11 Aug 2017 01:54:41 +0000 (01:54 +0000)]
Fix svn.client copy.

6 years agoFix support for copyfrom_url in add().
Jelmer Vernooij [Fri, 11 Aug 2017 01:42:04 +0000 (01:42 +0000)]
Fix support for copyfrom_url in add().

6 years agoAdd get_switch_editor.
Jelmer Vernooij [Fri, 11 Aug 2017 01:34:21 +0000 (01:34 +0000)]
Add get_switch_editor.

6 years agoAdd subvertpy.wc.Contect.get_prop_diffs.
Jelmer Vernooij [Thu, 10 Aug 2017 22:46:45 +0000 (22:46 +0000)]
Add subvertpy.wc.Contect.get_prop_diffs.

6 years agoAdd add_from_disk.
Jelmer Vernooij [Thu, 10 Aug 2017 11:09:27 +0000 (11:09 +0000)]
Add add_from_disk.

6 years agoAdd basic support for locking.
Jelmer Vernooij [Thu, 10 Aug 2017 11:07:41 +0000 (11:07 +0000)]
Add basic support for locking.

6 years agoMake last argument to ensure_adm optional.
Jelmer Vernooij [Thu, 10 Aug 2017 01:28:10 +0000 (01:28 +0000)]
Make last argument to ensure_adm optional.

6 years agoAcquire the GIL before running python code.
Jelmer Vernooij [Thu, 10 Aug 2017 00:34:18 +0000 (00:34 +0000)]
Acquire the GIL before running python code.

6 years agoCanonicalize absolute dirents, too.
Jelmer Vernooij [Thu, 10 Aug 2017 00:19:32 +0000 (00:19 +0000)]
Canonicalize absolute dirents, too.

6 years agoAdd walk_entries.
Jelmer Vernooij [Thu, 10 Aug 2017 00:16:03 +0000 (00:16 +0000)]
Add walk_entries.

6 years agoAdd a few more status fields.
Jelmer Vernooij [Wed, 9 Aug 2017 19:49:48 +0000 (19:49 +0000)]
Add a few more status fields.

6 years agoAdd subvertpy.wc.Context.status.
Jelmer Vernooij [Wed, 9 Aug 2017 01:35:27 +0000 (01:35 +0000)]
Add subvertpy.wc.Context.status.

6 years agoFix style error.
Jelmer Vernooij [Wed, 9 Aug 2017 01:17:59 +0000 (01:17 +0000)]
Fix style error.

6 years agoFormatting fixes.
Jelmer Vernooij [Wed, 9 Aug 2017 01:03:22 +0000 (01:03 +0000)]
Formatting fixes.

6 years agoAdd ensure_adm.
Jelmer Vernooij [Wed, 9 Aug 2017 00:57:32 +0000 (00:57 +0000)]
Add ensure_adm.

6 years agoAdd subvertpy.wc.Context.get_update_editor.
Jelmer Vernooij [Tue, 8 Aug 2017 22:14:14 +0000 (22:14 +0000)]
Add subvertpy.wc.Context.get_update_editor.

6 years agoIgnore .pybuild.
Jelmer Vernooij [Mon, 7 Aug 2017 10:56:03 +0000 (10:56 +0000)]
Ignore .pybuild.

6 years agoFactor out dirent_hash_to_dict.
Jelmer Vernooij [Sat, 5 Aug 2017 10:13:00 +0000 (10:13 +0000)]
Factor out dirent_hash_to_dict.

6 years agoFix other python3 unicode errors. support-1.7-full github/support-1.7-full gitlab/support-1.7-full samba.org/support-1.7-full
Jelmer Vernooij [Sat, 5 Aug 2017 00:55:16 +0000 (00:55 +0000)]
Fix other python3 unicode errors.

6 years agoMake paths unicode.
Jelmer Vernooij [Sat, 5 Aug 2017 00:53:34 +0000 (00:53 +0000)]
Make paths unicode.

6 years agoFix has_binary_prop test.
Jelmer Vernooij [Sat, 5 Aug 2017 00:22:44 +0000 (00:22 +0000)]
Fix has_binary_prop test.

6 years agoFix style errors.
Jelmer Vernooij [Fri, 4 Aug 2017 21:42:52 +0000 (21:42 +0000)]
Fix style errors.

6 years agoRe-enable adm tests on >= 1.7.
Jelmer Vernooij [Fri, 4 Aug 2017 21:40:12 +0000 (21:40 +0000)]
Re-enable adm tests on >= 1.7.

6 years agoFIx python3 compatibility.
Jelmer Vernooij [Fri, 4 Aug 2017 21:12:47 +0000 (21:12 +0000)]
FIx python3 compatibility.

6 years agoUse PyUnicode for Python 3.
Jelmer Vernooij [Fri, 4 Aug 2017 21:08:40 +0000 (21:08 +0000)]
Use PyUnicode for Python 3.

6 years agoAdd py_object_to_adm_abspath.
Jelmer Vernooij [Fri, 4 Aug 2017 18:25:02 +0000 (18:25 +0000)]
Add py_object_to_adm_abspath.

6 years agoCope with new return value for client.commit.
Jelmer Vernooij [Fri, 4 Aug 2017 18:19:02 +0000 (18:19 +0000)]
Cope with new return value for client.commit.

6 years agoFix style.
Jelmer Vernooij [Fri, 4 Aug 2017 18:18:50 +0000 (18:18 +0000)]
Fix style.

6 years agoFix tests on pre-1.9 svn.
Jelmer Vernooij [Fri, 4 Aug 2017 17:34:29 +0000 (17:34 +0000)]
Fix tests on pre-1.9 svn.

6 years agoAdd wc.Context.crawl_revisions.
Jelmer Vernooij [Fri, 4 Aug 2017 12:06:57 +0000 (12:06 +0000)]
Add wc.Context.crawl_revisions.

6 years agoAdd wc.Context.conflicted.
Jelmer Vernooij [Fri, 4 Aug 2017 11:49:45 +0000 (11:49 +0000)]
Add wc.Context.conflicted.

6 years agoAdd wc.Context.props_modified.
Jelmer Vernooij [Fri, 4 Aug 2017 11:45:36 +0000 (11:45 +0000)]
Add wc.Context.props_modified.

6 years agoAdd wc.Context.text_modified.
Jelmer Vernooij [Fri, 4 Aug 2017 11:42:25 +0000 (11:42 +0000)]
Add wc.Context.text_modified.

6 years agoAdd wc.Context.check_wc.
Jelmer Vernooij [Fri, 4 Aug 2017 11:37:24 +0000 (11:37 +0000)]
Add wc.Context.check_wc.

6 years agoAdd wc.Context.locked.
Jelmer Vernooij [Fri, 4 Aug 2017 11:33:32 +0000 (11:33 +0000)]
Add wc.Context.locked.

6 years agoChange to 0.11.0.
Jelmer Vernooij [Fri, 4 Aug 2017 10:59:05 +0000 (10:59 +0000)]
Change to 0.11.0.

6 years agoAdd subvertpy.subr.uri_canonicalize.
Jelmer Vernooij [Fri, 4 Aug 2017 10:56:56 +0000 (10:56 +0000)]
Add subvertpy.subr.uri_canonicalize.

6 years agoAdd subr module.
Jelmer Vernooij [Fri, 4 Aug 2017 10:46:26 +0000 (10:46 +0000)]
Add subr module.

6 years agoAdd basic support for creating wc contexts.
Jelmer Vernooij [Fri, 4 Aug 2017 10:38:30 +0000 (10:38 +0000)]
Add basic support for creating wc contexts.

6 years agoIgnore deprecation warnings from wc_adm.
Jelmer Vernooij [Fri, 4 Aug 2017 09:56:55 +0000 (09:56 +0000)]
Ignore deprecation warnings from wc_adm.

6 years agoDocument API changes.
Jelmer Vernooij [Fri, 4 Aug 2017 09:54:11 +0000 (09:54 +0000)]
Document API changes.

6 years agoFix tests.
Jelmer Vernooij [Fri, 4 Aug 2017 09:50:59 +0000 (09:50 +0000)]
Fix tests.

6 years agoSplit wc.c.
Jelmer Vernooij [Fri, 4 Aug 2017 09:42:49 +0000 (09:42 +0000)]
Split wc.c.

6 years agoSupport new style svn.client.update.
Jelmer Vernooij [Fri, 4 Aug 2017 07:52:43 +0000 (07:52 +0000)]
Support new style svn.client.update.

6 years agoSupport new style svn.client.copy.
Jelmer Vernooij [Fri, 4 Aug 2017 07:47:07 +0000 (07:47 +0000)]
Support new style svn.client.copy.

6 years agoSupport new style subvertpy.client.mkdir.
Jelmer Vernooij [Fri, 4 Aug 2017 07:36:50 +0000 (07:36 +0000)]
Support new style subvertpy.client.mkdir.

6 years agoUse new style subvertpy.client.delete.
Jelmer Vernooij [Fri, 4 Aug 2017 07:30:05 +0000 (07:30 +0000)]
Use new style subvertpy.client.delete.

6 years agoSupport newer version of svn_client_commit.
Jelmer Vernooij [Fri, 4 Aug 2017 06:34:03 +0000 (06:34 +0000)]
Support newer version of svn_client_commit.

6 years agoAvoid deprecated svn_path_is_canonical.
Jelmer Vernooij [Fri, 4 Aug 2017 05:39:25 +0000 (05:39 +0000)]
Avoid deprecated svn_path_is_canonical.

6 years agoStart on 0.10.2.
Jelmer Vernooij [Wed, 19 Jul 2017 23:44:54 +0000 (23:44 +0000)]
Start on 0.10.2.

6 years agoRelease 0.10.1. subvertpy-0.10.1
Jelmer Vernooij [Wed, 19 Jul 2017 23:43:43 +0000 (23:43 +0000)]
Release 0.10.1.

6 years agoConvert some tabs to spaces.
Jelmer Vernooij [Wed, 19 Jul 2017 23:43:11 +0000 (23:43 +0000)]
Convert some tabs to spaces.

6 years agoUpdate news.
Jelmer Vernooij [Wed, 19 Jul 2017 23:38:15 +0000 (23:38 +0000)]
Update news.

6 years agoAlso add build.cmd.
Jelmer Vernooij [Wed, 19 Jul 2017 23:25:08 +0000 (23:25 +0000)]
Also add build.cmd.

6 years agoAdd appveyor config.
Jelmer Vernooij [Wed, 19 Jul 2017 23:19:38 +0000 (23:19 +0000)]
Add appveyor config.

6 years agoMore endianness fixes.
Jelmer Vernooij [Wed, 19 Jul 2017 23:18:15 +0000 (23:18 +0000)]
More endianness fixes.

6 years agoMore endian fixes.
Jelmer Vernooij [Wed, 19 Jul 2017 23:13:39 +0000 (23:13 +0000)]
More endian fixes.

6 years agoAttempt to fix some endianness errors.
Jelmer Vernooij [Wed, 19 Jul 2017 01:59:59 +0000 (01:59 +0000)]
Attempt to fix some endianness errors.

6 years agoFix python3 compatibility of subvertpy-fast-export, improve formatting.
Jelmer Vernooij [Tue, 18 Jul 2017 00:45:51 +0000 (00:45 +0000)]
Fix python3 compatibility of subvertpy-fast-export, improve formatting.

6 years agoStart on 0.10.1.
Jelmer Vernooij [Mon, 17 Jul 2017 23:36:55 +0000 (23:36 +0000)]
Start on 0.10.1.

6 years agoRelease 0.10.0 subvertpy-0.10.0
Jelmer Vernooij [Mon, 17 Jul 2017 23:24:02 +0000 (23:24 +0000)]
Release 0.10.0

6 years agoAdd Python3 support in NEWS.
Jelmer Vernooij [Mon, 17 Jul 2017 23:23:15 +0000 (23:23 +0000)]
Add Python3 support in NEWS.

6 years agoSwitch to trusty for travis.
Jelmer Vernooij [Sun, 16 Jul 2017 21:57:48 +0000 (21:57 +0000)]
Switch to trusty for travis.

6 years agoInstall flake8.
Jelmer Vernooij [Sun, 16 Jul 2017 21:43:48 +0000 (21:43 +0000)]
Install flake8.

6 years agoFix literal test.
Jelmer Vernooij [Sun, 16 Jul 2017 21:36:54 +0000 (21:36 +0000)]
Fix literal test.

6 years agoCheck style in travis.
Jelmer Vernooij [Sun, 16 Jul 2017 21:32:02 +0000 (21:32 +0000)]
Check style in travis.

6 years agoFix style issues.
Jelmer Vernooij [Sun, 16 Jul 2017 21:31:45 +0000 (21:31 +0000)]
Fix style issues.

7 years agoRemove 3.4 label, as Python3 support has not been merged yet.
Jelmer Vernooij [Mon, 30 Jan 2017 11:34:00 +0000 (11:34 +0000)]
Remove 3.4 label, as Python3 support has not been merged yet.

7 years agoSupport revprops argument to Client.delete().
Jelmer Vernooij [Mon, 25 Jul 2016 20:01:13 +0000 (20:01 +0000)]
Support revprops argument to Client.delete().

7 years agoSupport expand_keywords argument to Client.cat().
Jelmer Vernooij [Mon, 25 Jul 2016 19:52:27 +0000 (19:52 +0000)]
Support expand_keywords argument to Client.cat().

7 years agoUse svn_client_create_context2().
Jelmer Vernooij [Mon, 25 Jul 2016 19:31:13 +0000 (19:31 +0000)]
Use svn_client_create_context2().

7 years agoUpdate note about python3.
Jelmer Vernooij [Sun, 24 Jul 2016 20:44:24 +0000 (20:44 +0000)]
Update note about python3.

7 years agoAllow SHA1 checksums.
Jelmer Vernooij [Sun, 24 Jul 2016 20:41:30 +0000 (20:41 +0000)]
Allow SHA1 checksums.

7 years agoRemove trailing whitespace.
Jelmer Vernooij [Sun, 24 Jul 2016 19:42:45 +0000 (19:42 +0000)]
Remove trailing whitespace.

7 years agoReintroduce skip slash step.
Jelmer Vernooij [Sun, 24 Jul 2016 19:33:13 +0000 (19:33 +0000)]
Reintroduce skip slash step.

7 years agosvn_dirent_canonicalize doesn't actually appear to exist in 1.6.
Jelmer Vernooij [Sun, 24 Jul 2016 19:27:55 +0000 (19:27 +0000)]
svn_dirent_canonicalize doesn't actually appear to exist in 1.6.

7 years agoAdd and use py_object_to_svn_dirent().
Jelmer Vernooij [Sun, 24 Jul 2016 19:09:00 +0000 (19:09 +0000)]
Add and use py_object_to_svn_dirent().

7 years agoFix freed memory access in prop_dict_to_hash.
Jelmer Vernooij [Sun, 24 Jul 2016 18:14:43 +0000 (18:14 +0000)]
Fix freed memory access in prop_dict_to_hash.

7 years agoSet classifiers.
Jelmer Vernooij [Sun, 24 Jul 2016 18:14:25 +0000 (18:14 +0000)]
Set classifiers.

7 years agoRun python3 tests in travis.
Jelmer Vernooij [Sun, 24 Jul 2016 18:06:41 +0000 (18:06 +0000)]
Run python3 tests in travis.

7 years agoAdd tox config.
Jelmer Vernooij [Sun, 24 Jul 2016 18:06:32 +0000 (18:06 +0000)]
Add tox config.

7 years agoAdd (mostly) Python3 support.
Jelmer Vernooij [Sun, 24 Jul 2016 18:04:16 +0000 (18:04 +0000)]
Add (mostly) Python3 support.