trunk
Fix URL anchor in link to delta editor errata
Remove nonexistent #cla anchor from links to new-committers-guide.html
Yet another round of making our usage of "print" syntactically compatible with Python 2 and 3 alike.
* notes/feedback/wandisco-round-tables-2011 New file of user feedback.
Replace http:// links with https://, except LICENSE and license headers
On the 'pristines-on-demand-on-mwf' branch: update the i525 user guide.
* notes/locking/TODO.txt: Fix typos.
Add (micro-corrected) SVG version of the Subversion logo. #ocd
Add my notes from the first day of the Berlin 2016 hackathon.
Update issue tracker links in notes, from Tigris (issuezilla) to Apache (Jira).
* notes/rename-tracking/renames-client-side.txt Incorporate some comments from Peter Samuelson.
Re-implement shelving to use a separate WC for the storage of each shelf.
* notes/svnpatch/svnpatch.txt: Remove, these notes are obsolete.
* notes/wc-ng/conflict-storage-2.0: Ask some questions.
* notes/alternate-bdb-version: Add --as-needed as a way of solving the last outstanding issue.
Fix various typos detected by codespell
* notes/api-changes-1.7.txt: Update.
* notes/asp-dot-net-hack.txt Updated implementation section for clarity, and to note that our language bindings also offer support for the SVN_ASP_DOT_NET_HACK work-around.
Fix some typos.
* notes/authz_policy.txt (REVISION PROPERTIES): Fix a typo.
* notes/autoversion-compatibility.txt: WebFolders doesn't support LOCK and indicate mod_dav_lock in httpd-2.1.
Continue fleshing out a server-side locking API.
* subversion/notes/changelist-design.txt Update status of the feature revamp, noting 'svn update' as a problem case.
Write up what I can remember of the results of a discussion at ApacheCon EU between Sander Striker, Greg Stein and myself.
* notes/cli-repo-root-relative-support.txt Document the \^/ syntax for zsh.
* notes/commit-from-multiple-working-copies.txt: Update with results of latest discussion. Tweak the plan to be "one single commit for each working copy" for now. Also list the other, more viable, solutions which might be tackled once the current plan has been realised.
Merge copy-on-updates branch to trunk.
Add a file showing visually how the various client-side diffs work.
* notes/diff-encodings.txt: Fix spelling.
* notes/dump-load-format.txt
* notes/editor-v2.txt: mark the status of this file
* notes/entries-caching: Bring up-to-date.
Remove Ev2 rotate.
* notes/external-vs-switched (tables of differences): Split the 'external' columns into 'external (file)' and 'external (dir)'. Fill in a few more rows.
Update every occurence of the Subversion repository URL to apache.org, except in CHANGES (for sentimental reasons, I guess).
* notes/fsfs-improvements.txt: Explain what the magic numbers '5' and '6' mean in this file.
* notes/hold: (2/2) ...and this is what I made of it.
* notes/knobs Document SVN_I_LOVE_PANGALACTIC_GARGLE_BLASTERS
Fix many of the links pointing to subversion.tigris.org or svn.collab.net.
Bring the documentation up-to-date after r10645 (Add new 'Revision' abbreviation for 'LastChangedRevision').
Update wiki links to point to the new(ish) Confluence Wiki.
Remove the ctypes bindings code.
* notes/propmerging_sanity.txt: indicate that we'll be using this new algorithm for both updates and merges.
* notes/ra-serf-testing.txt: add comment about removal of code
* notes/repos_upgrade_HOWTO Discuss repos schema version 5. Tweak a few spots which assume BDB.
* notes/resolve-moves (Finding missing conflict victims): Describe the need to also search the history of the merge source for moves (in case of a merge operation). Add an example illustrating why we need this (the cherry-pick post-move edit case).
Stop assuming that built-in TLS support is the only way to secure the PLAIN and LOGIN mechanisms of SASL. Until svnserve gains TLS support, people can secure plaintext data by other means, such as VPNs, stunnel, etc.
* CHANGES: Spelling fix.
* notes/skip-deltas Cross-link to <http://web.mit.edu/ghudson/thoughts/file-versioning>.
* notes/sparse-directories.txt (Work Remaining): Add two items.
* notes/sql-backend: Collect references relevant to a potential SQL back-end implementor.
Follow-up to r1804691:
* notes/subversion-design.html (server.fs.api): Mention the FSFS structure document alongside the reference to the original FS structure document.
* trunk/www/images/subversion-diagram.png Move this...
More trunk/www cleanup.
fsfs: Add initial support for LZ4 compression.
* notes/svnsync.txt Remove mention of SVK, which is no longer developed
Fix typo, under "obvious fix" rule.
Update for interface changes.
* notes/variance-adjusted-patching.html: Fix link to archived mailing list post. For some reason the tigris.org link stopped working.
* notes/wc-improvements: Remove section which seems to have been implemented.
Remove final node walker from merge code.
Add support to svnserve to run as a native Windows service. This allows svnserve to start automatically, at system boot time, without having a user logged in and without the need for an external service 'wrapper' program.