I Use This!
Moderate Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected 1 day ago.
May 19, 2023 — May 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* CHANGES: List changes for 1.14.3 More... 6 months ago
12345678901234567890123456789012345678901234567890123456789012345678901234567890 Clarify the help message for svnmucc PUT on how to get the file contents from stdin.
danielsahlberg
as Daniel Sahlberg
More... 6 months ago
Update copyright year to 2023. More... 6 months ago
* tools/dev/unix-build/Makefile.svn: Update to neon 0.32.5. More... 6 months ago
* tools/dev/unix-build/Makefile.svn: Change download source of PCRE to Sourceforge. PCRE.ORG as of today say "Note that the former ftp.pcre.org FTP site is no longer available."
danielsahlberg
as Daniel Sahlberg
More... 6 months ago
Delete /tools/dev/iz. It was used to extract issue handling statistics "for management" in the tigtis.org days. We have not used IssueZilla/BugZilla for ages so let's get rid of some dead code.
danielsahlberg
as Daniel Sahlberg
More... 7 months ago
simplify dirlist handling; avoid in-place change More... 7 months ago
Move the output from being tied to the action being performed. It is only important when the notification is being generated. More... 7 months ago
Move prefix_param to the Messenger (bad name) rather than the output mechanism. Adjust some various initialization params. More... 7 months ago
Move the make_subject() method from OutputBase to Messenger. More... 7 months ago
Move construction of a subject line from the output mechanism over to the action classes. More... 7 months ago
The subject line is based on the action type, not the output mechanism. Move it from OutputBase to Messenger. Adjust the various dataflows to account for the move. More... 7 months ago
Reduce reliance on a stored pool (bad form), and pass a scratch pool to the generate() method. More... 7 months ago
Small tweak re: pool reference. More... 7 months ago
Revise pool usage for .get_rev_prop() to the standard "scratch_pool" pattern, rather than using a stored pool. More... 7 months ago
Switch from passing a group of four lists, to just the summary. More... 7 months ago
Switch to gathering a group of all four types of modifications into a summary of paths changed. More... 7 months ago
Start removing lambda/strings and move to CHANGE_ACTION values. More... 7 months ago
minor change to reduce diffs in a future rev More... 7 months ago
Reorganize mechanisms for writing to the output, using new Writer class. More... 7 months ago
Adjust some dataflow for future work to incorporate additional features. More... 7 months ago
Follow-up to r1909127, copy_tests.py 17 would fail if there was a symlink in the path to the svn-test-work directory.
danielsahlberg
as Daniel Sahlberg
More... 7 months ago
Fix issue #1778: Better handling if diff is not available.
danielsahlberg
as Daniel Sahlberg
More... 8 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... 8 months ago
Change "call back (function)" to "callback (function)" in docstrings and comments (except when used as a verb).
danielsahlberg
as Daniel Sahlberg
More... 8 months ago
Follow up to r1912515: Fix wording, typo, and style. No functional change. More... 8 months ago
Fix `invalid escape sequence` in Python scripts to prevent many `SyntaxWarning`s since Python 3.12.
danielsahlberg
as Daniel Sahlberg
More... 8 months ago
Fix TypeError when running the test suite with --verbose.
danielsahlberg
as Daniel Sahlberg
More... 8 months ago
swig-py: Add test for parse_fns3 baton reference leak (SVN-4918) More... 8 months ago
swig-py: Add test for ref-count leak on decendant batons of editor baton. (SVN-4917) More... 8 months ago