Follow-up to r1888589: Ignore task-test binary |
|
More...
|
6 days ago
|
start some notes on how to init/run the mailer tests |
|
More...
|
7 days ago
|
Fix issue #4621 |
|
More...
|
26 days ago
|
This fixes #22 in Github: |
|
More...
|
29 days 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 |
|
More...
|
30 days ago
|
Github pull request #24 |
|
More...
|
about 2 months ago
|
* subversion/svn/cl.h: Fix a typo in a docstring. |
|
More...
|
about 2 months ago
|
INSTALL: Warn about APR 1.7.3 on Windows and other cleanups and clarifications |
|
More...
|
2 months ago
|
Cleanup from r1909127 |
|
More...
|
2 months ago
|
Follow-up to r1910826: Fix code errors inhibiting compile. |
|
More...
|
3 months ago
|
First try to document the trailing-@ trick to avoid triggering the peg-revision parser when a path/target/url contains an @ character. |
|
More...
|
3 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. |
|
More...
|
3 months ago
|
Fix svnadmin_tests.py (build_repcache) with Python 3.11+ on Windows failing to delete `db/rep-cache.db`. |
|
More...
|
3 months ago
|
Print path using local style in svn info --show-item wc-root. |
|
More...
|
4 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.) |
|
More...
|
4 months ago
|
* tools/dev/unix-build/Makefile.svn: update to serf 1.3.10 |
|
More...
|
4 months ago
|
Follow-up to r1909127, fix copy_tests.py 17 on Windows |
|
More...
|
4 months ago
|
Fix a typo in swig-bindings related build-time error messages. |
|
More...
|
4 months ago
|
Followup to r1909127: fix test failures on Windows |
|
More...
|
4 months ago
|
swig-py: Use `sysconfig` instead of `distutils.sysconfig` which is deprecated since Python 3.10 and removed in Python 3.12. |
|
More...
|
4 months ago
|
* subversion/libsvn_wc/workqueue.c (run_file_install): Following up on r1910050, fix indentations. |
|
More...
|
4 months ago
|
Avoid a database transaction for most file installs from the workqueue. |
|
More...
|
4 months ago
|
* CHANGES: Update notes for r1909351 to make them clearer. |
|
More...
|
5 months ago
|
* COMMITTERS: Set Stefan Hett (luke1410) as dormant as requested on private@ |
|
More...
|
5 months ago
|
* CHANGES: Document r1909351 |
|
More...
|
5 months ago
|
Revert r1845377 as it has caused a lot of trouble for end users. |
|
More...
|
5 months ago
|
* contrib/server-side/fsfsverify.py (NodeRev): Do not error on property lists as found in FSFS format >=4 which added the sha1 and uniquifier fields. Previously fsfsverify.py would exit with a ValueError when reading such a revision. |
|
More...
|
5 months ago
|
Fix issue #4913 Assert on svn move [URL] [URL]/subdir. |
|
More...
|
5 months ago
|
Fix issues #4911: external file pointing at redirected URL. |
|
More...
|
6 months ago
|
There are some places where we use svn_revnum_t as keys in an apr_hash_t and it turns out that APR's default hash function doesn't work very well in this case. For the load revmap hash it is possible for over 96% of the revnums added to the hash to be in hash collision chains, meaning that most hash lookups will degrade to a linked list scan. Subversion has an alternative hash function, available via svn_hash__make(), that works much better in this case, so use it. |
|
More...
|
6 months ago
|