I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jul 19, 2025 — Jul 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README to reflect recent changes
danielsahlberg
as Daniel Sahlberg
More... 2 days ago
Simplify backport_tests now that we don't have to consider several different variations of the scripts.
danielsahlberg
as Daniel Sahlberg
More... 2 days ago
Remove backport.pl
danielsahlberg
as Daniel Sahlberg
More... 2 days ago
Remove automatic editing of STATUS from the script and cleanup code.
danielsahlberg
as Daniel Sahlberg
More... 2 days ago
Remove the ctypes bindings code.
danielsahlberg
as Daniel Sahlberg
More... 2 days ago
cmake: Follow-up to r1935776, fix all tests via run_tests.py failing with SVN_TEST_CHECK_XML_SCHEMA=OFF. More... 2 days ago
cmake: Fix the compile options for swig-pl. More... 3 days ago
cmake: Fix building swig-rb fails with MSVC on Windows. More... 3 days ago
Followup to r1936220, forgot to remove one #fuzzy
danielsahlberg
as Daniel Sahlberg
More... 4 days ago
Update Swedish translation with changes only in trunk
danielsahlberg
as Daniel Sahlberg
More... 4 days ago
Update and verify Swedish translation
danielsahlberg
as Daniel Sahlberg
More... 4 days ago
Remove the build-svn-deps-win.pl script. It currently doesn't work and CMake/vcpkg is the preferred way to build on Windows.
danielsahlberg
as Daniel Sahlberg
More... 5 days ago
Remove tools/dev/wc-format.py: `svn info` displays working copy format since r1899003 (SVN-4884) More... 5 days ago
Make l10n-report.py work with Python3. More... 5 days ago
* COMMITTERS: Mark some translators' email addresses which are bouncing. More... 6 days ago
In tools/dist: Make the backport scripts support both "Candidate changes" and "Other candidate changes" headlines.
danielsahlberg
as Daniel Sahlberg
More... 6 days ago
Fix error message when nominating a backport via the script
danielsahlberg
as Daniel Sahlberg
More... 6 days ago
svnbrowse: Hide cursor. More... 7 days ago
svnbrowse: Disable echoing typed keys. More... 7 days ago
svnbrowse: Don't call clear() every update. This way curses can optimise each update for the least amount of escape sequences transferred over the wire. More... 7 days ago
Fix typo in comments. More... 7 days ago
svnbrowse: Rework application lifetime; Handle all updates directly in view_update() instead of having two separate function to process keystrokes and update the screen. It's much for convenient to put all that stuff into the same function in case we need to make an intermediate update as an example. More... 7 days ago
cmake: Sort CMake target conditions to generate stable targets.cmake. More... 7 days ago
GHA: Run test before installing artifacts in CMake workflow. Test should run without installation. Autoconf based workflow already use this order. More... 7 days ago
Fix minor issue in output of test runner. More... 8 days ago
* CHANGES: Guesstimate the release date for 1.15.0. More... 8 days ago
* CHANGES: Add most recent changes for 1.15 (up to r1936070). More... 8 days ago
* build/generator/gen_base.py (write_config_keys): Use the same header text as in write_errno_table(). More... 11 days ago
Don't use the full file path in the header of the generated config_keys.inc file, because it leaks actual paths such as /home/rm/svn-1.14.5 into the tarballs. More... 11 days ago
cmake: Make cmake_minimum_required() and cmake_policy() first directives. The cmake_minimum_required should be the first directive in the file [1]. More... 12 days ago