Marc Strapetz <marc.strapetz@syntevo.com>
r856065 | kfogel | 2005-08-30 15:36:15 +0000 (Tue, 30 Aug 2005)
* www/project_links.html: Add SmartSVN.
Patch by: Marc Strapetz <marc.strapetz@smartsvn.com>
(Placement and content tweaked by me.)
r871632 | kfogel | 2008-06-02 21:02:19 +0000 (Mon, 02 Jun 2008)
* www/svn_1.5_releasenotes.html
(mt-known-limitations): New section, documenting merge tracking's
Issue #3157 problem.
(mt-reintegrate): New anchor, for above to link back to.
Patch by: Marc Strapetz <marc.strapetz@syntevo.com>
me
r871656 | kfogel | 2008-06-04 14:54:58 +0000 (Wed, 04 Jun 2008)
* www/svn_1.5_releasenotes.html
(Known Limitations): Clarify difference between release branches
(maintenance branches) and feature branches.
Suggested by: Marc Strapetz <marc.strapetz@syntevo.com>
r1676538 | stsp | 2015-04-28 14:05:24 +0000 (Tue, 28 Apr 2015)
Prevent no-op property changes during svn copy --pin-externals.
Externals properties were reported as changed in 'svn log -v' even if their
content didn't change during pinning.
* subversion/libsvn_client/copy.c
(resolve_pinned_externals): Return only pinned externals, rather than
returning a full list of new externals including non-pinned ones.
Found by: Marc Strapetz <marc.strapetz@syntevo.com>
r1720643 | rhuijben | 2015-12-17 20:22:49 +0000 (Thu, 17 Dec 2015)
* subversion/bindings/javahl/src/org/apache/subversion/javahl/remote/StatusEditor.java
(addAbsent): Ignore callback instead of throwing error.
Patch by: Marc Strapetz <marc.strapetz{_AT_}syntevo.com>
r1796720 | brane | 2017-05-30 00:26:13 +0000 (Tue, 30 May 2017)
Fix a bug in JavaHL that caused the RA connect logic to ignore redirects.
* subversion/bindings/javahl/native/RemoteSession.cpp
(RemoteSession::RemoteSession): Follow redirects during connect.
Found by: Marc Strapetz