I Use This!
Moderate Activity

Commits : Listings

Analyzed 19 minutes ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix issue #1778: Better handling if diff is not available.
danielsahlberg
as Daniel Sahlberg
More... 6 months ago
* subversion/bindings/swig/python/svn/fs.py (FileDiff.get_pipe): Add docstring, pointing out the possible failure mode of no external 'diff' found on PATH, unlikely on Unix but quite possible on Windows. More... 6 months ago
Change "call back (function)" to "callback (function)" in docstrings and comments (except when used as a verb).
danielsahlberg
as Daniel Sahlberg
More... 6 months ago
Follow up to r1912515: Fix wording, typo, and style. No functional change. More... 6 months ago
Fix `invalid escape sequence` in Python scripts to prevent many `SyntaxWarning`s since Python 3.12.
danielsahlberg
as Daniel Sahlberg
More... 6 months ago
Fix TypeError when running the test suite with --verbose.
danielsahlberg
as Daniel Sahlberg
More... 6 months ago
swig-py: Add test for parse_fns3 baton reference leak (SVN-4918) More... 6 months ago
swig-py: Add test for ref-count leak on decendant batons of editor baton. (SVN-4917) More... 6 months ago
swig-py: Add test for `delta.make_editor()` with `repos.ChangeCollector()` More... 6 months ago
swig-py: Add test for repos.ParseFns3._close_dumpstream More... 6 months ago
swig-py: Add test case for SVN-4916 (svn.delta.make_editor) More... 6 months ago
swig-py: Use pure Python objects as edit/parse_fns3 and their decendant batons. More... 6 months ago
Follow-up to r1888589: Ignore task-test binary More... 6 months ago
start some notes on how to init/run the mailer tests More... 6 months ago
Fix issue #4621
danielsahlberg
as Daniel Sahlberg
More... 7 months ago
This fixes #22 in Github:
danielsahlberg
as Daniel Sahlberg
More... 7 months ago
tools/dist/README.backport * (backport.pl): Update notes on usage of this script, the -1.9.x job is long gone, remove the version number to avoid updates in the future
danielsahlberg
as Daniel Sahlberg
More... 7 months ago
Github pull request #24
danielsahlberg
as Daniel Sahlberg
More... 8 months ago
* subversion/svn/cl.h: Fix a typo in a docstring. More... 8 months ago
INSTALL: Warn about APR 1.7.3 on Windows and other cleanups and clarifications More... 8 months ago
Cleanup from r1909127
danielsahlberg
as Daniel Sahlberg
More... 9 months ago
Follow-up to r1910826: Fix code errors inhibiting compile.
danielsahlberg
as Daniel Sahlberg
More... 9 months ago
First try to document the trailing-@ trick to avoid triggering the peg-revision parser when a path/target/url contains an @ character.
danielsahlberg
as Daniel Sahlberg
More... 9 months ago
Revert 1908545 since it broke tests on Windows. The original argument is still sound but it would have to be solved in another way.
danielsahlberg
as Daniel Sahlberg
More... 9 months ago
Fix svnadmin_tests.py (build_repcache) with Python 3.11+ on Windows failing to delete `db/rep-cache.db`. More... 10 months ago
Print path using local style in svn info --show-item wc-root.
danielsahlberg
as Daniel Sahlberg
More... 10 months ago
TortoiseSVN now supports building on ARM64, so let's help them a little bit by svn:ignore-ing their build output directories (much like debug_x64 etc.)
danielsahlberg
as Daniel Sahlberg
More... 10 months ago
* tools/dev/unix-build/Makefile.svn: update to serf 1.3.10 More... 10 months ago
Follow-up to r1909127, fix copy_tests.py 17 on Windows More... 10 months ago
Fix a typo in swig-bindings related build-time error messages. More... 10 months ago