Vincent Lefevre <vincent-svn@vinc17.net>


Found Patch Suggested
r1686988 r853138 r877092, r846640

r846640 | cmpilato | 2003-07-24 20:32:57 +0000 (Thu, 24 Jul 2003)

* doc/book/book/ch08.xml
  Fix an example command to have the right number of quotes.

Suggested by: Vincent Lefevre <vincent+svn@vinc17.org>


r853138 | maxb | 2005-02-19 12:54:30 +0000 (Sat, 19 Feb 2005)

Two website fixes.

Patch by: Vincent Lefevre <vincent@vinc17.org>

* www/project_links.html: Fix a number of typos.
* www/svn_1.1_releasenotes.html:
    URLs should be UTF8-encoded - fix an example appropriately.


r877092 | danielsh | 2009-04-06 09:47:12 +0000 (Mon, 06 Apr 2009)

* notes/cli-repo-root-relative-support.txt
    Document the \^/ syntax for zsh.

Suggested by: Vincent Lefevre

r1686988 | julianfoad | 2015-06-23 08:37:31 +0000 (Tue, 23 Jun 2015)

Add a regression test for update failing to update keywords when the incoming
change is equal to the local change.

Found by: Vincent Lefevre <vincent-svn{_AT_}vinc17.net>

See the email thread "keywords not updated after an update that doesn't
change the file due to local changes" started on 2015-06-17, e.g.
<http://svn.haxx.se/dev/archive-2015-06/0147.shtml>.

* subversion/tests/cmdline/update_tests.py
  (update_keywords_on_shortcut): New test, marked as XFail.
  (test_list): Run it.