I Use This!
Moderate Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 12 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove misplaced comma that was blocking Python string concatenation. More... about 1 year ago
Move the comment to a more appropriate location in wc-metadata.sql. More... over 1 year ago
When upgrading a working copy to format 32, ensure that we always have the corresponding rows in the SETTINGS table. More... over 1 year ago
Fix an invalid usage of SVN_VA_NULL. More... over 1 year ago
Remove the `store_pristine` argument from svn_wc__upgrade(). More... over 1 year ago
Fix missing pointer dereference in the diff parser. More... over 1 year ago
Use `/MP` (Build with multiple processes [1]) when compiling on Windows. More... over 1 year ago
* tools/devel/unix-build/Makefile.svn: Update sqlite version to 3.39.4. More... over 1 year ago
Merge the `pristines-on-demand-on-mwf` branch to trunk. More... over 1 year ago
On the 'pristines-on-demand-on-mwf' branch: Sync with trunk@1905838. More... over 1 year ago
In the svn_wc__internal_ensure_adm() function, do not forget to convert internal paths to local style when constructing error messages. More... over 1 year ago
On the 'pristines-on-demand-on-mwf' branch: Sync with trunk@1905810. More... over 1 year ago
Switch to an alternative implementation of svn_wc__format_from_context(). More... over 1 year ago
On the 'pristines-on-demand-on-mwf' branch: Provide a custom implementation for the deprecated svn_wc_get_pristine_copy_path() to ensure that we keep its existing behavior, instead of emulating it with the new textbase layer functions. More... over 1 year ago
On the 'pristines-on-demand-on-mwf' branch: Tweak a docstring. More... over 1 year ago
On the 'pristines-on-demand-on-mwf' branch: Send notifications from the svn_wc_textbase_sync() function, rather from an internal svn_client function. More... over 1 year ago
On the 'pristines-on-demand-on-mwf' branch: Update BRANCH-README. More... over 1 year ago
On the 'pristines-on-demand-on-mwf' branch: Following up to r1905602, remove a bogus semicolon in the svn_wc__db_pristine_dehydrate_internal() function. More... over 1 year ago
On the 'pristines-on-demand-on-mwf' branch: In svn_wc_crawl_revisions5(), do not return SVN_ERR_WC_DEPRECATED_API_STORE_PRISTINE unless this deprecated function is called with restore_files set to true. More... over 1 year ago
On the 'pristines-on-demand-on-mwf' branch: Bump the minimum required SQLite version to 3.24.0, as that is required for UPSERT syntax [1]. Bump the recommended version to the latest available 3.39.x patch version, which is 3.39.4. More... over 1 year ago
On the 'pristines-on-demand-on-mwf' branch: Skip the revert_reexpand_keyword() test for working copies that don't store local pristines. More... over 1 year ago
On the 'pristines-on-demand-on-mwf' branch: Sync with trunk@1905754. More... over 1 year ago
In the revert_reexpand_keyword() test, use a helper to run the revert command. More... over 1 year ago
On the 'pristines-on-demand-on-mwf' branch: Convert the externals_tests.py#52 into a Wimp(), because the test may run into issue with `svn upgrade` that currently exists in trunk. More... over 1 year ago
Add a failing test for a case where `svn upgrade` currently returns an error when invoked without parameters for a working copy of the latest format. More... over 1 year ago
On the 'pristines-on-demand-on-mwf' branch: Do not dehydrate the text-bases at the beginning of a commit, since we're still going to dehydrate after completing it. More... over 1 year ago
On the 'pristines-on-demand-on-mwf' branch: Following up on r1897291, describe the commit-specific optimization where we don't fetch the text bases before the operation. More... over 1 year ago
On the 'pristines-on-demand-on-mwf' branch: Tweak documentation for the svn_wc__db_pristine_read() function. No functional changes. More... over 1 year ago
On the 'pristines-on-demand-on-mwf' branch: Rework how we handle a situation where the caller attempts to access a dehydrated pristine. Ensure that all newer APIs return a distinguishable error code in this case. More... over 1 year ago
On the 'pristines-on-demand-on-mwf' branch: Slightly rephrase an error message. More... over 1 year ago