- 92cedb0 swig-py: bump up required SWIG version to 1.3.40 by Yasuhito Futatsuki · 5 days ago trunk
- 0ab5c82 swig-py: follow up to r1912500: Fix NameError on using old SWIG by Yasuhito Futatsuki · 5 days ago
- 1d9b886 On Windows, use the WC_NO_BEST_FIT_CHARS [1] flag when converting individual by Evgeny Kotkov · 5 weeks ago
- 91748f2 swig-py: follow-up to r1926575: Revise test cases using reference counts by Yasuhito Futatsuki · 6 weeks ago
- b1e9c4c Follow up to r1908543: The prefix-based search for Serf was broken with by Branko Čibej · 7 weeks ago
- 45891b3 In tools/dev/unix-build by Daniel Sahlberg · 8 weeks ago
- 5b38f60 GitHub removed their SVN server some years ago so getting sources with by Daniel Sahlberg · 8 weeks ago
- cd4d5d7 * INSTALL by Timofei Zhakov · 8 weeks ago
- 698d1d1 Remove unused placeholder step to "Setup environment (Linux)" in the GHA by Daniel Sahlberg · 2 months ago
- bf3d9d1 by Peter Balogh · 2 months ago
- 4bef5ae If we prepare an environment for Linux, better also check that the os is by Daniel Sahlberg · 2 months ago
- abd0024 * tools/hook-scripts/mailer/mailer.py: by Greg Stein · 3 months ago
- e6dde18 PR #33: Fix a bug in mailer.py caused by improper user of dict.update(). by Branko Čibej · 3 months ago
- aff15e3 In the CMake build system: Consistently search for the newer version of APR by Daniel Sahlberg · 3 months ago
- c3b1b79 Simplify the code when we search for two different major versions of the same by Daniel Sahlberg · 3 months ago
- ff9317a GitHub Actions: follow-up to r1926599, fix missing pkgconfig directory of by Jun Omae · 3 months ago
- 2f5f2f4 Add infrastructure to allow testing ra_serf using Digest instead of Basic by Branko Čibej · 3 months ago
- 9187d7b * subversion/svn/auth-cmd.c: by Timofei Zhakov · 3 months ago
- 1a7310f mod_dav_svn: Use mod_dav's DAVBasePath setting to determine the by Joe Orton · 3 months ago
- c0f139f * .github/workflows/autoconf.yml: by Joe Orton · 3 months ago
- 5988cb2 GitHub actions: Consume all MacOS dependencies (except zlib) from homebrew, by Timofei Zhakov · 3 months ago
- e132bf0 Fix SWIG test cases for Python 3.14. by Joe Orton · 3 months ago
- 3c1377f Fix a malloc-ation that crept in from standalone test code. by Branko Čibej · 3 months ago
- b19e45a Reimplement the macOS Keychain auth provider. The SecKeychain* API has been by Branko Čibej · 3 months ago
- c14cdcf Fix fallout from r1925937: command-line tools should be non-interactive by Branko Čibej · 3 months ago
- 62269e4 On macOS, the SecKeychain* API has been deprecated. To prepare for adding by Branko Čibej · 3 months ago
- 7425b16 Remove a long-obsolete workaround for silencing warnings. by Branko Čibej · 3 months ago
- d510c07 * .github/workflows/cmake.yml: Add Mac OS workflow. by Timofei Zhakov · 3 months ago
- eea0b89 In relation to r1926386, hardcode PUBLIC_LIB_DEPENDS to improve readability. by Timofei Zhakov · 3 months ago
- ada9706 Make APR and APR Util dependencies to be linked as PUBLIC, since our headers by Timofei Zhakov · 3 months ago
- 0ab1fa8 Follow-up to r1926360: Fix typo in comment by Nathan Hartman · 3 months ago
- ead637e Revert most of the changes in svn_utf.h from r1926293. Instead, tell the by Branko Čibej · 3 months ago
- 7514cb9 Follow-up to r1926293: add the include back to maintain backward by Timofei Zhakov · 3 months ago
- 9a26477 cmake: Use `VERSION_LESS` condition to check whether we should require by Timofei Zhakov · 3 months ago
- f6b7526 cmake: Prevent re-definition of APR and Serf targets by using different by Timofei Zhakov · 3 months ago
- b3f657a cmake: Support apr-2. by Timofei Zhakov · 3 months ago
- 6f24cf3 Explicitly include process.h for getpid(), to fix build with apr-2, which by Timofei Zhakov · 3 months ago
- a96ed3b cmake: Support serf-2 from pkg-config. by Timofei Zhakov · 3 months ago
- b8deb64 cmake: Support pkg-config library search. by Timofei Zhakov · 3 months ago
- d810092 * configure.ac: Without --enable-dot-clangd, do *not* modify the source tree. by Branko Čibej · 3 months ago
- 653e15c Follow-up to r1926293: swap SVN_APR_DEFAULT_CHARSET and SVN_APR_LOCALE_CHARSET by Timofei Zhakov · 3 months ago
- b2442a8 Do not include apr_xlate.h into svn_utf.h, but manually wrap the by Timofei Zhakov · 3 months ago
- 55dc73f Follow-up to r1926277: Fix doubled "from" in docstring by Nathan Hartman · 3 months ago
- 70088cb cmake: Generate def files in build time using an external script by Timofei Zhakov · 3 months ago
- dce8d1c cmake: Fix NLS support on non-Windows platforms by correctly initialising by Timofei Zhakov · 3 months ago
- 89a5cf9 Use svn_opt_args_to_target_array3() instead of svn_opt__args_to_target_array() by Timofei Zhakov · 3 months ago
- fc24fe9 Factor-out svn_opt__process_target_array() function that handles target by Timofei Zhakov · 4 months ago
- 5104da6 Print character encoding in `svn --version --verbose`. by Timofei Zhakov · 4 months ago
- 2a8e176 Revert r1926219. by Timofei Zhakov · 4 months ago
- 594643b Teach the CMake build to find serf-2, and use the paths defined in the by Branko Čibej · 4 months ago
- 8346b11 Revert r1926218. by Timofei Zhakov · 4 months ago
- 618c910 Implement svn_opt__args_to_target_array() through an internal helper by Timofei Zhakov · 4 months ago
- 57be449 In the trunk: Add svn_cmdline__get_utf8_argv() function and by Timofei Zhakov · 4 months ago
- c370a02 svnmucc: Factor-out action_code_from_word() function that checks the string by Timofei Zhakov · 4 months ago
- ab38f79 svnmucc: Show usage instead of help if no actions were passed, to make by Timofei Zhakov · 4 months ago
- bd8cee3 svnmucc: Ensure we have property values in UTF-8 encoding. by Timofei Zhakov · 4 months ago
- 481f49c Improve the generated .clangd file by adding language tags to the sections. by Branko Čibej · 4 months ago
- 7dbe695 Handle --memory-cache-size option in svnsync by manually creating a config by Timofei Zhakov · 4 months ago
- 690519e Let svn_cmdline__be_interactive() to handle the whole --non-interactive and by Timofei Zhakov · 4 months ago
- 337e95d Move subcommand and help related stuff into a separate file, opt_subcommand.c. by Timofei Zhakov · 4 months ago
- 168db93 Move opt-revision stuff into a separate file, opt_revision.c. by Timofei Zhakov · 4 months ago
- 7b8c4ca Move svn-editor stuff into a separate file, cmdline_editor.c. by Timofei Zhakov · 4 months ago
- 3ef0be0 Use standard error handling using SVN_ERR() macro for depth and set_depth by Timofei Zhakov · 4 months ago
- b20d4a6 svnmucc: Make sure to convert log-message stuff to UTF-8 before starting by Timofei Zhakov · 4 months ago
- 2147ebf * subversion/svnmucc/svnmucc.c (sub_main): Format code. by Timofei Zhakov · 4 months ago
- 684450b Follow-up to r1925907: use svn_opt_parse_revnum() also for -r argument in by Timofei Zhakov · 4 months ago
- 4c9417d Follow-up to r1925907: fix test for invalid revision error in svnmucc by by Timofei Zhakov · 4 months ago
- b11afbf Add svn_opt_parse_revnum() function that parses revnum in format that by Timofei Zhakov · 4 months ago
- 4c42dce Follow-up to r1918076: format code. by Timofei Zhakov · 4 months ago
- 1016400 svnmucc: Use svn_cstring_casecmp() instead of strcmp() to check whether by Timofei Zhakov · 4 months ago
- 3dd9c82 Improve the XML validation support in the test suite by making it optional by Branko Čibej · 4 months ago
- dceab02 Add more XML schema vaildation, and fix an error handling bug. by Branko Čibej · 4 months ago
- 3dbc3cc cmake: Add SVN_TEST_COMMAND_ARGUMENTS option that can configure additional by Timofei Zhakov · 4 months ago
- 37969e1 Add support for verifying the svn command's XML output against the Relax NG by Branko Čibej · 4 months ago
- 88001cd Tidy up a tiny corner of the svntest module. by Branko Čibej · 4 months ago
- 95502ea We should stop supporting Python 2 and, really, anything earlier than by Branko Čibej · 4 months ago
- 6c5879f Remove a duplicated stream implementation from libsvn_repos and replace by Branko Čibej · 4 months ago
- 2573b55 When wrapping streams, set only those handlers on the wrapper that are by Branko Čibej · 4 months ago
- 9d14357 Follow up to r1925652: Fix a duplicate directives in .clangd, and generate by Branko Čibej · 4 months ago
- a86537b Optionally a .clangd file with include paths and language version by Branko Čibej · 4 months ago
- e871e5e Fixed docstrings in svn_io.h. by Branko Čibej · 4 months ago
- 2ece816 Follow up to r1925565: fix stupid typo in the header file feature/future. by Timofei Zhakov · 4 months ago
- 6ca9063 Add an svn_client_patch_stream() function that applies patch from a file, by Timofei Zhakov · 4 months ago
- ee671c5 Fix spelling of a function in the testsuite. by Daniel Sahlberg · 4 months ago
- f635a88 Migrate patch internal implementation to use svn_diff_patch_parser_t API by Timofei Zhakov · 5 months ago
- c433ee9 tests/input_validation_tests.py::invalid_patch_targets(): Improve the test by Timofei Zhakov · 5 months ago
- e1d7a36 Open patch file outside of the apply_patches() routine, but accept by Timofei Zhakov · 5 months ago
- 038d2ea Revert r1925463; There are tests failing and I'm about to try a little bit by Timofei Zhakov · 5 months ago
- 6a4d21c Add svn_client_patch2 function that accesses the patch file from an by Timofei Zhakov · 5 months ago
- ed30630 Implement a patch file parser in libsvn_diff's level that consumes an by Timofei Zhakov · 5 months ago
- 54e2d89 Update backport README by Daniel Sahlberg · 5 months ago
- e3c3b86 Add a new script implementing the "F3. Reviewing STATUS nominations and casting by Daniel Sahlberg · 5 months ago
- 9263eea Don't unset a local variable when we're anyway about to return. by Daniel Sahlberg · 5 months ago
- be01a83 Continue migrating functionality from backport.pl to backport.py by Daniel Sahlberg · 5 months ago
- 85d53b9 swig-rb: Support ruby x64-mswin64 and building with GCC 15 which uses by Jun Omae · 6 months ago
- d86f261 Adjust comment to reflect actual file function. by Daniel Sahlberg · 6 months ago
- 5b780b6 New script to automate nominating backports, replacing nominate.pl. by Daniel Sahlberg · 7 months ago
- a251de5 Make sure newly added backport entry is sorted at the end of the section. by Daniel Sahlberg · 7 months ago
- 33a7886 Remove optimized unaligned-access code paths. by Stefan Sperling · 7 months ago
- d6c36c0 We (obviously) need a proper working copy to test the backports. by Daniel Sahlberg · 7 months ago