I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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
On the 'pristines-on-demand-on-mwf' branch: Following up on r1905662, fix an invalid @see reference in a docstring. No functional changes. More... over 1 year ago
On the 'pristines-on-demand-on-mwf' branch: Following up on r1905662, fix invalid indentation in a docstring. No functional changes. More... over 1 year ago
On the 'pristines-on-demand-on-mwf' branch: Bump libsvn_wc APIs that may need to access pristine contents and adjust their deprecated versions so that they would return an error for working copies without pristines. More... over 1 year ago
On the 'pristines-on-demand-on-mwf' branch: Expose the working copy text-base sync function as a new public svn_wc API. More... over 1 year ago
On the 'pristines-on-demand-on-mwf' branch: Rename "hydrate callback" to a "fetch callback". More... over 1 year ago
On the 'pristines-on-demand-on-mwf' branch: Fix a docstring. More... over 1 year ago
On the 'pristines-on-demand-on-mwf' branch: Add a test for an attempt to checkout into an existing working copy while changing the --store-pristine setting. More... over 1 year ago
On the 'pristines-on-demand-on-mwf' branch: A minor test code cleanup. More... over 1 year ago
On the 'pristines-on-demand-on-mwf' branch: Add tests for moves in the --store-pristine=yes/no modes. More... over 1 year ago
On the 'pristines-on-demand-on-mwf' branch: Add tests for copies in the --store-pristine=yes/no modes. More... over 1 year ago
On the 'pristines-on-demand-on-mwf' branch: Fix a layering violation in the implementation of svn_wc__db_textbase_sync() by using the single svn_wc__db_wcroot_t that we've opened, instead of passing DB+WRI_ABSPATH further and letting the following functions open and use their own wcroot object. More... over 1 year ago
On the 'pristines-on-demand-on-mwf' branch: In the update_tests.py#57, specify and test the current behavior. More... over 1 year ago